Color Hex Logo

#f991ea Color Hex

#F991EA
(249,145,234)
0 Favorites   0 Comments

Color spaces of #f991ea

RGB 249145234
HSL0.860.900.77
HSV309°42°98°
CMYK 0.000.420.06   0.02
XYZ64.043646.331083.4092
Yxy46.33100.33050.2391
Hunter Lab68.066948.8322-25.0072
CIE-Lab73.759851.4490-28.2404

#f991ea color RGB value is (249,145,234).

#f991ea hex color red value is 249, green value is 145 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f991ea hue: 0.86 , saturation: 0.90 and the lightness value of f991ea is 0.77.

The process color (four color CMYK) of #f991ea color hex is 0.00, 0.42, 0.06, 0.02. Web safe color of #f991ea is #ff99ff. Color #f991ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010001 11101010
Octal 371 221 352
Decimal 249 145 234
Hex F9 91 EA

RGB Percentages of Color #f991ea

%39.65
%23.09
%37.26

CMYK Percentages of Color #f991ea

%0
%42
%6
%2

Triadic Colors of #f991ea

#f991ea #eaf991 #91eaf9

Analogous Colors of #f991ea

#f991ea #f991b6 #d491f9

Monochromatic Colors of #f991ea

#f991ea

Complementary Color

#f991ea #91f9a0

#f991ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f991ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f991ea Color CSS Codes

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

#f991ea Text Font Color

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

This sample text font color is #f991ea
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.


#f991ea Background Color

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

This div background color is #f991ea


#f991ea Border Color

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

This div border color is #f991ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f991ea


Comments

No comments written yet.

Please login to write comment.