Shades of Deep Pink #FC0588
Tints of Deep Pink #FC0588
RGB
CMYK
RGB Variations
Color information
#FC0588 (or 0xFC0588) is known color: Deep Pink. HEX triplet: FC, 05 and 88. RGB value is (252,5,136). Sum of RGB (Red+Green+Blue) = 252+5+136=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0588 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0588 is #03FA77. Grayscale: #5D5D5D. Windows color (decimal): -260728 or 8914428. OLE color: 8914428.
HSL color Cylindrical-coordinate representation of color #FC0588: hue angle of 328.18º 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 #FC0588 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.01 |
| HSL | 328.18º | 0.98% | 0.5% | - |
| HSV(B) | 328.18º | 0.98% | 0.99% | - |
| XYZ | 44.64 | 22.58 | 25.3 | - |
| YUV | 93.79 | 151.83 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 136 | 0 | 0.98 | 0.46 | 0.01 | 328.18 | 0.98 | 0.5 |
| Hex | FC | 5 | 88 | 0 | 62 | 2E | 1 | 148 | 62 | 32 |
| Octal | 374 | 5 | 210 | 0 | 142 | 56 | 1 | 510 | 142 | 62 |
| Binary | 11111100 | 101 | 10001000 | 0 | 1100010 | 101110 | 1 | 101001000 | 1100010 | 110010 |
Color Harmonies of #FC0588
Complementary color
Monochromatic Colors of #FC0588
Black with #FC0588
Text Example
Text Example
White with #FC0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0588; }
p { color: rgb(252,5,136); }
H1.HeaderClassName
{
color: #FC0588;
}
.AnyTagClassName
{
color: #FC0588;
}
</style>
background-color css
<style>
a { background-color: #FC0588; }
a { background-color: rgb(252,5,136); }
div.DivClassName
{
background-color: #FC0588;
}
.BgClassName
{
background-color: #FC0588;
}
</style>
border-color css
<style>
span { border-color: #FC0588; }
span { border-color: rgb(252,5,136); }
td.TdClassName
{
border-color: #FC0588;
}
.TagClassName
{
border-color: #FC0588;
}
</style>