Shades of Deep Pink #FC2479
Tints of Deep Pink #FC2479
RGB
CMYK
RGB Variations
Color information
#FC2479 (or 0xFC2479) is known color: Deep Pink. HEX triplet: FC, 24 and 79. RGB value is (252,36,121). Sum of RGB (Red+Green+Blue) = 252+36+121=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2479 is #03DB86. Grayscale: #6E6E6E. Windows color (decimal): -252807 or 7939324. OLE color: 7939324.
HSL color Cylindrical-coordinate representation of color #FC2479: hue angle of 336.39º 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 #FC2479 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 121 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.01 |
| HSL | 336.39º | 0.97% | 0.56% | - |
| HSV(B) | 336.39º | 0.86% | 0.99% | - |
| XYZ | 44.23 | 23.34 | 20.26 | - |
| YUV | 110.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 121 | 0 | 0.86 | 0.52 | 0.01 | 336.39 | 0.97 | 0.56 |
| Hex | FC | 24 | 79 | 0 | 56 | 34 | 1 | 150 | 61 | 38 |
| Octal | 374 | 44 | 171 | 0 | 126 | 64 | 1 | 520 | 141 | 70 |
| Binary | 11111100 | 100100 | 1111001 | 0 | 1010110 | 110100 | 1 | 101010000 | 1100001 | 111000 |
Color Harmonies of #FC2479
Complementary color
Monochromatic Colors of #FC2479
Black with #FC2479
Text Example
Text Example
White with #FC2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2479; }
p { color: rgb(252,36,121); }
H1.HeaderClassName
{
color: #FC2479;
}
.AnyTagClassName
{
color: #FC2479;
}
</style>
background-color css
<style>
a { background-color: #FC2479; }
a { background-color: rgb(252,36,121); }
div.DivClassName
{
background-color: #FC2479;
}
.BgClassName
{
background-color: #FC2479;
}
</style>
border-color css
<style>
span { border-color: #FC2479; }
span { border-color: rgb(252,36,121); }
td.TdClassName
{
border-color: #FC2479;
}
.TagClassName
{
border-color: #FC2479;
}
</style>