Shades of Deep Pink #FC2488
Tints of Deep Pink #FC2488
RGB
CMYK
RGB Variations
Color information
#FC2488 (or 0xFC2488) is known color: Deep Pink. HEX triplet: FC, 24 and 88. RGB value is (252,36,136). Sum of RGB (Red+Green+Blue) = 252+36+136=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2488 is #03DB77. Grayscale: #6F6F6F. Windows color (decimal): -252792 or 8922364. OLE color: 8922364.
HSL color Cylindrical-coordinate representation of color #FC2488: hue angle of 332.22º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2488 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 136 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.01 |
| HSL | 332.22º | 0.97% | 0.56% | - |
| HSV(B) | 332.22º | 0.86% | 0.99% | - |
| XYZ | 45.22 | 23.73 | 25.49 | - |
| YUV | 111.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 136 | 0 | 0.86 | 0.46 | 0.01 | 332.22 | 0.97 | 0.56 |
| Hex | FC | 24 | 88 | 0 | 56 | 2E | 1 | 14C | 61 | 38 |
| Octal | 374 | 44 | 210 | 0 | 126 | 56 | 1 | 514 | 141 | 70 |
| Binary | 11111100 | 100100 | 10001000 | 0 | 1010110 | 101110 | 1 | 101001100 | 1100001 | 111000 |
Color Harmonies of #FC2488
Complementary color
Monochromatic Colors of #FC2488
Black with #FC2488
Text Example
Text Example
White with #FC2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2488; }
p { color: rgb(252,36,136); }
H1.HeaderClassName
{
color: #FC2488;
}
.AnyTagClassName
{
color: #FC2488;
}
</style>
background-color css
<style>
a { background-color: #FC2488; }
a { background-color: rgb(252,36,136); }
div.DivClassName
{
background-color: #FC2488;
}
.BgClassName
{
background-color: #FC2488;
}
</style>
border-color css
<style>
span { border-color: #FC2488; }
span { border-color: rgb(252,36,136); }
td.TdClassName
{
border-color: #FC2488;
}
.TagClassName
{
border-color: #FC2488;
}
</style>