Color Hex Logo

#f94ae1 Color Hex

#F94AE1
(249,74,225)
0 Favorites   0 Comments

Color spaces of #f94ae1

RGB 24974225
HSL0.860.940.63
HSV308°70°98°
CMYK 0.000.700.10   0.02
XYZ55.106330.473574.2117
Yxy30.47350.34490.1907
Hunter Lab55.202881.5830-41.0643
CIE-Lab62.060680.4564-41.4214

#f94ae1 color RGB value is (249,74,225).

#f94ae1 hex color red value is 249, green value is 74 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #f94ae1 hue: 0.86 , saturation: 0.94 and the lightness value of f94ae1 is 0.63.

The process color (four color CMYK) of #f94ae1 color hex is 0.00, 0.70, 0.10, 0.02. Web safe color of #f94ae1 is #ff33cc. Color #f94ae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001010 11100001
Octal 371 112 341
Decimal 249 74 225
Hex F9 4A E1

RGB Percentages of Color #f94ae1

%45.44
%13.50
%41.06

CMYK Percentages of Color #f94ae1

%0
%70
%10
%2

Triadic Colors of #f94ae1

#f94ae1 #e1f94a #4ae1f9

Analogous Colors of #f94ae1

#f94ae1 #f94a8a #ba4af9

Monochromatic Colors of #f94ae1

#f94ae1

Complementary Color

#f94ae1 #4af962

#f94ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ae1 Color CSS Codes

.mybgcolor {background-color:#f94ae1; } 
.myforecolor {color:#f94ae1; }
.mybordercolor {border:3px solid #f94ae1; }

#f94ae1 Text Font Color

<p style="color:#f94ae1">Text here</p>

This sample text font color is #f94ae1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f94ae1 Background Color

<div style="background-color:#f94ae1">
Div content here</div>

This div background color is #f94ae1


#f94ae1 Border Color

<div style="border:3px solid #f94ae1">
Div here</div>

This div border color is #f94ae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,74,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f94ae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f94ae1;
  -webkit-box-shadow: 1px 1px 3px 2px #f94ae1;
  box-shadow:         1px 1px 3px 2px #f94ae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,74,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f94ae1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f94ae1;
  -webkit-box-shadow: 1px 1px 3px 2px #f94ae1;
  box-shadow:         1px 1px 3px 2px #f94ae1;">
Div content here</div>

This div box has shadow with color #f94ae1


Comments

No comments written yet.

Please login to write comment.