Color Hex Logo

#f991ce Color Hex

#F991CE
(249,145,206)
0 Favorites   0 Comments

Color spaces of #f991ce

RGB 249145206
HSL0.900.900.77
HSV325°42°98°
CMYK 0.000.420.17   0.02
XYZ60.332944.846863.8689
Yxy44.84680.35690.2653
Hunter Lab66.967843.6215-9.6690
CIE-Lab72.790946.9904-14.3319

#f991ce color RGB value is (249,145,206).

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

The process color (four color CMYK) of #f991ce color hex is 0.00, 0.42, 0.17, 0.02. Web safe color of #f991ce is #ff99cc. Color #f991ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010001 11001110
Octal 371 221 316
Decimal 249 145 206
Hex F9 91 CE

RGB Percentages of Color #f991ce

%41.50
%24.17
%34.33

CMYK Percentages of Color #f991ce

%0
%42
%17
%2

Triadic Colors of #f991ce

#f991ce #cef991 #91cef9

Analogous Colors of #f991ce

#f991ce #f9919a #f091f9

Monochromatic Colors of #f991ce

#f991ce

Complementary Color

#f991ce #91f9bc

#f991ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f991ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f991ce Color CSS Codes

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

#f991ce Text Font Color

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

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


#f991ce Background Color

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

This div background color is #f991ce


#f991ce Border Color

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

This div border color is #f991ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f991ce


Comments

No comments written yet.

Please login to write comment.