Color Hex Logo

#f205ac Color Hex

#F205AC
(242,5,172)
0 Favorites   0 Comments

Color spaces of #f205ac

RGB 2425172
HSL0.880.960.48
HSV318°98°95°
CMYK 0.000.980.29   0.05
XYZ44.118621.964340.9440
Yxy21.96430.41220.2052
Hunter Lab46.866186.0199-18.9917
CIE-Lab53.989185.4596-23.6869

#f205ac color RGB value is (242,5,172).

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

The process color (four color CMYK) of #f205ac color hex is 0.00, 0.98, 0.29, 0.05. Web safe color of #f205ac is #ff0099. Color #f205ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000101 10101100
Octal 362 5 254
Decimal 242 5 172
Hex F2 5 AC

RGB Percentages of Color #f205ac

%57.76
%1.19
%41.05

CMYK Percentages of Color #f205ac

%0
%98
%29
%5

Triadic Colors of #f205ac

#f205ac #acf205 #05acf2

Analogous Colors of #f205ac

#f205ac #f20536 #c205f2

Monochromatic Colors of #f205ac

#f205ac

Complementary Color

#f205ac #05f24b

#f205ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f205ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f205ac Color CSS Codes

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

#f205ac Text Font Color

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

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


#f205ac Background Color

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

This div background color is #f205ac


#f205ac Border Color

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

This div border color is #f205ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,5,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f205ac


Comments

No comments written yet.

Please login to write comment.