#FC0579

Color #FC0579 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FC0579

Tints of Deep Pink #FC0579

Color information

#FC0579 (or 0xFC0579) is unknown color: approx Deep Pink. HEX triplet: FC, 05 and 79. RGB value is (252,5,121). Sum of RGB (Red+Green+Blue) = 252+5+121=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0579 is #03FA86. Grayscale: #5B5B5B. Windows color (decimal): -260743 or 7931388. OLE color: 7931388.

HSL color Cylindrical-coordinate representation of color #FC0579: hue angle of 331.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0579 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB2525121-
CMYK00.980.520.01
HSL331.82º97.63%50.39%-
HSV(B)331.82º98.02%98.82%-
XYZ43.6522.1820.07-
YUV92.08144.33242.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 1.32%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=66.67%
G=1.32%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252512100.980.520.01331.8297.6350.39
HexFC57906234114c6232
Octal3745171014264151414262
Binary1111110010111110010110001011010011010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0579; }

 p { color: rgb(252,5,121); }

 H1.HeaderClassName
 {
   color: #FC0579;
 }
 .AnyTagClassName
 {
   color: #FC0579;
 }
</style>
background-color css

<style>
 a { background-color: #FC0579; }

 a { background-color: rgb(252,5,121); }

 div.DivClassName
 {
   background-color: #FC0579;
 }
 .BgClassName
 {
   background-color: #FC0579;
 }
</style>
border-color css

<style>
 span { border-color: #FC0579; }

 span { border-color: rgb(252,5,121); }

 td.TdClassName
 {
   border-color: #FC0579;
 }
 .TagClassName
 {
   border-color: #FC0579;
 }
</style>