Color Hex Logo

#f200cc Color Hex

#F200CC
(242,0,204)
0 Favorites   0 Comments

Color spaces of #f200cc

RGB 2420204
HSL0.861.000.47
HSV309°100°95°
CMYK 0.001.000.16   0.05
XYZ47.517023.236959.1075
Yxy23.23690.36590.1789
Hunter Lab48.204791.5954-38.9568
CIE-Lab55.315589.4377-40.1936

#f200cc color RGB value is (242,0,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000000 11001100
Octal 362 0 314
Decimal 242 0 204
Hex F2 0 CC

RGB Percentages of Color #f200cc

%54.26
%0.00
%45.74

CMYK Percentages of Color #f200cc

%0
%100
%16
%5

Triadic Colors of #f200cc

#f200cc #ccf200 #00ccf2

Analogous Colors of #f200cc

#f200cc #f20053 #9f00f2

Monochromatic Colors of #f200cc

#f200cc

Complementary Color

#f200cc #00f226

#f200cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f200cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f200cc Color CSS Codes

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

#f200cc Text Font Color

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

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


#f200cc Background Color

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

This div background color is #f200cc


#f200cc Border Color

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

This div border color is #f200cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f200cc


Comments

No comments written yet.

Please login to write comment.