#FC0578

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

Shades of Deep Pink #FC0578

Tints of Deep Pink #FC0578

Color information

#FC0578 (or 0xFC0578) is unknown color: approx Deep Pink. HEX triplet: FC, 05 and 78. RGB value is (252,5,120). Sum of RGB (Red+Green+Blue) = 252+5+120=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0578 is #03FA87. Grayscale: #5B5B5B. Windows color (decimal): -260744 or 7865852. OLE color: 7865852.

HSL color Cylindrical-coordinate representation of color #FC0578: hue angle of 332.06º 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 #FC0578 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB2525120-
CMYK00.980.520.01
HSL332.06º97.63%50.39%-
HSV(B)332.06º98.02%98.82%-
XYZ43.5922.1619.75-
YUV91.96143.83242.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.84%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=66.84%
G=1.33%
B=31.83%

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
Decimal252512000.980.520.01332.0697.6350.39
HexFC57806234114c6232
Octal3745170014264151414262
Binary1111110010111110000110001011010011010011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0578; }

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

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

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

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

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

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

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

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