Shades of Deep Pink #FC0578
Tints of Deep Pink #FC0578
RGB
CMYK
RGB Variations
Color information
#FC0578 (or 0xFC0578) is known color: 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
| RGB | 252 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.01 |
| HSL | 332.06º | 0.98% | 0.5% | - |
| HSV(B) | 332.06º | 0.98% | 0.99% | - |
| XYZ | 43.59 | 22.16 | 19.75 | - |
| YUV | 91.96 | 143.83 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 120 | 0 | 0.98 | 0.52 | 0.01 | 332.06 | 0.98 | 0.5 |
| Hex | FC | 5 | 78 | 0 | 62 | 34 | 1 | 14C | 62 | 32 |
| Octal | 374 | 5 | 170 | 0 | 142 | 64 | 1 | 514 | 142 | 62 |
| Binary | 11111100 | 101 | 1111000 | 0 | 1100010 | 110100 | 1 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FC0578
Complementary color
Monochromatic Colors of #FC0578
Black with #FC0578
Text Example
Text Example
White with #FC0578
Text Example
Text Example
HTML Codes & Css Web 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>