Color Hex Logo

#f992cc Color Hex

#F992CC
(249,146,204)
0 Favorites   0 Comments

Color spaces of #f992cc

RGB 249146204
HSL0.910.900.77
HSV326°41°98°
CMYK 0.000.410.18   0.02
XYZ60.244945.057162.6484
Yxy45.05710.35870.2683
Hunter Lab67.124642.7373-8.3491
CIE-Lab72.929546.1841-13.0197

#f992cc color RGB value is (249,146,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010010 11001100
Octal 371 222 314
Decimal 249 146 204
Hex F9 92 CC

RGB Percentages of Color #f992cc

%41.57
%24.37
%34.06

CMYK Percentages of Color #f992cc

%0
%41
%18
%2

Triadic Colors of #f992cc

#f992cc #ccf992 #92ccf9

Analogous Colors of #f992cc

#f992cc #f99299 #f392f9

Monochromatic Colors of #f992cc

#f992cc

Complementary Color

#f992cc #92f9bf

#f992cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f992cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f992cc Color CSS Codes

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

#f992cc Text Font Color

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

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


#f992cc Background Color

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

This div background color is #f992cc


#f992cc Border Color

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

This div border color is #f992cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f992cc


Comments

No comments written yet.

Please login to write comment.