Color Hex Logo

#f205cc Color Hex

#F205CC
(242,5,204)
0 Favorites   0 Comments

Color spaces of #f205cc

RGB 2425204
HSL0.860.960.48
HSV310°98°95°
CMYK 0.000.980.16   0.05
XYZ47.571323.345459.1256
Yxy23.34540.36580.1795
Hunter Lab48.317191.1900-38.7312
CIE-Lab55.426389.1111-40.0192

#f205cc color RGB value is (242,5,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000101 11001100
Octal 362 5 314
Decimal 242 5 204
Hex F2 5 CC

RGB Percentages of Color #f205cc

%53.66
%1.11
%45.23

CMYK Percentages of Color #f205cc

%0
%98
%16
%5

Triadic Colors of #f205cc

#f205cc #ccf205 #05ccf2

Analogous Colors of #f205cc

#f205cc #f20555 #a205f2

Monochromatic Colors of #f205cc

#f205cc

Complementary Color

#f205cc #05f22b

#f205cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f205cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f205cc Color CSS Codes

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

#f205cc Text Font Color

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

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


#f205cc Background Color

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

This div background color is #f205cc


#f205cc Border Color

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

This div border color is #f205cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f205cc


Comments

No comments written yet.

Please login to write comment.