Color Hex Logo

#f209cc Color Hex

#F209CC
(242,9,204)
0 Favorites   0 Comments

Color spaces of #f209cc

RGB 2429204
HSL0.860.930.49
HSV310°96°95°
CMYK 0.000.960.16   0.05
XYZ47.614723.432359.1400
Yxy23.43230.36570.1800
Hunter Lab48.406990.8666-38.5513
CIE-Lab55.514988.8503-39.8798

#f209cc color RGB value is (242,9,204).

#f209cc hex color red value is 242, green value is 9 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f209cc hue: 0.86 , saturation: 0.93 and the lightness value of f209cc is 0.49.

The process color (four color CMYK) of #f209cc color hex is 0.00, 0.96, 0.16, 0.05. Web safe color of #f209cc is #ff00cc. Color #f209cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001001 11001100
Octal 362 11 314
Decimal 242 9 204
Hex F2 9 CC

RGB Percentages of Color #f209cc

%53.19
%1.98
%44.84

CMYK Percentages of Color #f209cc

%0
%96
%16
%5

Triadic Colors of #f209cc

#f209cc #ccf209 #09ccf2

Analogous Colors of #f209cc

#f209cc #f20958 #a409f2

Monochromatic Colors of #f209cc

#f209cc

Complementary Color

#f209cc #09f22f

#f209cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f209cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f209cc Color CSS Codes

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

#f209cc Text Font Color

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

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


#f209cc Background Color

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

This div background color is #f209cc


#f209cc Border Color

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

This div border color is #f209cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f209cc


Comments

No comments written yet.

Please login to write comment.