Color Hex Logo

#f992ce Color Hex

#F992CE
(249,146,206)
0 Favorites   0 Comments

Color spaces of #f992ce

RGB 249146206
HSL0.900.900.77
HSV325°41°98°
CMYK 0.000.410.17   0.02
XYZ60.486445.153763.9201
Yxy45.15370.35670.2663
Hunter Lab67.196543.0815-9.3616
CIE-Lab72.993046.4835-14.0282

#f992ce color RGB value is (249,146,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010010 11001110
Octal 371 222 316
Decimal 249 146 206
Hex F9 92 CE

RGB Percentages of Color #f992ce

%41.43
%24.29
%34.28

CMYK Percentages of Color #f992ce

%0
%41
%17
%2

Triadic Colors of #f992ce

#f992ce #cef992 #92cef9

Analogous Colors of #f992ce

#f992ce #f9929b #f192f9

Monochromatic Colors of #f992ce

#f992ce

Complementary Color

#f992ce #92f9bd

#f992ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f992ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f992ce Color CSS Codes

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

#f992ce Text Font Color

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

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


#f992ce Background Color

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

This div background color is #f992ce


#f992ce Border Color

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

This div border color is #f992ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,146,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 #f992ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f992ce


Comments

No comments written yet.

Please login to write comment.