Shades of Deep Pink #F52078
Tints of Deep Pink #F52078
RGB
CMYK
RGB Variations
Color information
#F52078 (or 0xF52078) is known color: Deep Pink. HEX triplet: F5, 20 and 78. RGB value is (245,32,120). Sum of RGB (Red+Green+Blue) = 245+32+120=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52078 is #0ADF87. Grayscale: #696969. Windows color (decimal): -712584 or 7872757. OLE color: 7872757.
HSL color Cylindrical-coordinate representation of color #F52078: hue angle of 335.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52078 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 120 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.04 |
| HSL | 335.21º | 0.91% | 0.54% | - |
| HSV(B) | 335.21º | 0.87% | 0.96% | - |
| XYZ | 41.56 | 21.8 | 19.79 | - |
| YUV | 105.72 | 136.07 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 120 | 0 | 0.87 | 0.51 | 0.04 | 335.21 | 0.91 | 0.54 |
| Hex | F5 | 20 | 78 | 0 | 57 | 33 | 4 | 14F | 5B | 36 |
| Octal | 365 | 40 | 170 | 0 | 127 | 63 | 4 | 517 | 133 | 66 |
| Binary | 11110101 | 100000 | 1111000 | 0 | 1010111 | 110011 | 100 | 101001111 | 1011011 | 110110 |
Color Harmonies of #F52078
Complementary color
Monochromatic Colors of #F52078
Black with #F52078
Text Example
Text Example
White with #F52078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52078; }
p { color: rgb(245,32,120); }
H1.HeaderClassName
{
color: #F52078;
}
.AnyTagClassName
{
color: #F52078;
}
</style>
background-color css
<style>
a { background-color: #F52078; }
a { background-color: rgb(245,32,120); }
div.DivClassName
{
background-color: #F52078;
}
.BgClassName
{
background-color: #F52078;
}
</style>
border-color css
<style>
span { border-color: #F52078; }
span { border-color: rgb(245,32,120); }
td.TdClassName
{
border-color: #F52078;
}
.TagClassName
{
border-color: #F52078;
}
</style>