Shades of Deep Pink #FC2478
Tints of Deep Pink #FC2478
RGB
CMYK
RGB Variations
Color information
#FC2478 (or 0xFC2478) is known color: Deep Pink. HEX triplet: FC, 24 and 78. RGB value is (252,36,120). Sum of RGB (Red+Green+Blue) = 252+36+120=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2478 is #03DB87. Grayscale: #6E6E6E. Windows color (decimal): -252808 or 7873788. OLE color: 7873788.
HSL color Cylindrical-coordinate representation of color #FC2478: hue angle of 336.67º 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 #FC2478 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 120 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.01 |
| HSL | 336.67º | 0.97% | 0.56% | - |
| HSV(B) | 336.67º | 0.86% | 0.99% | - |
| XYZ | 44.17 | 23.31 | 19.94 | - |
| YUV | 110.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 120 | 0 | 0.86 | 0.52 | 0.01 | 336.67 | 0.97 | 0.56 |
| Hex | FC | 24 | 78 | 0 | 56 | 34 | 1 | 151 | 61 | 38 |
| Octal | 374 | 44 | 170 | 0 | 126 | 64 | 1 | 521 | 141 | 70 |
| Binary | 11111100 | 100100 | 1111000 | 0 | 1010110 | 110100 | 1 | 101010001 | 1100001 | 111000 |
Color Harmonies of #FC2478
Complementary color
Monochromatic Colors of #FC2478
Black with #FC2478
Text Example
Text Example
White with #FC2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2478; }
p { color: rgb(252,36,120); }
H1.HeaderClassName
{
color: #FC2478;
}
.AnyTagClassName
{
color: #FC2478;
}
</style>
background-color css
<style>
a { background-color: #FC2478; }
a { background-color: rgb(252,36,120); }
div.DivClassName
{
background-color: #FC2478;
}
.BgClassName
{
background-color: #FC2478;
}
</style>
border-color css
<style>
span { border-color: #FC2478; }
span { border-color: rgb(252,36,120); }
td.TdClassName
{
border-color: #FC2478;
}
.TagClassName
{
border-color: #FC2478;
}
</style>