Shades of Deep Pink #F52077
Tints of Deep Pink #F52077
RGB
CMYK
RGB Variations
Color information
#F52077 (or 0xF52077) is known color: Deep Pink. HEX triplet: F5, 20 and 77. RGB value is (245,32,119). Sum of RGB (Red+Green+Blue) = 245+32+119=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F52077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52077 is #0ADF88. Grayscale: #696969. Windows color (decimal): -712585 or 7807221. OLE color: 7807221.
HSL color Cylindrical-coordinate representation of color #F52077: hue angle of 335.49º 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 #F52077 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 119 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.04 |
| HSL | 335.49º | 0.91% | 0.54% | - |
| HSV(B) | 335.49º | 0.87% | 0.96% | - |
| XYZ | 41.5 | 21.78 | 19.47 | - |
| YUV | 105.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 119 | 0 | 0.87 | 0.51 | 0.04 | 335.49 | 0.91 | 0.54 |
| Hex | F5 | 20 | 77 | 0 | 57 | 33 | 4 | 14F | 5B | 36 |
| Octal | 365 | 40 | 167 | 0 | 127 | 63 | 4 | 517 | 133 | 66 |
| Binary | 11110101 | 100000 | 1110111 | 0 | 1010111 | 110011 | 100 | 101001111 | 1011011 | 110110 |
Color Harmonies of #F52077
Complementary color
Monochromatic Colors of #F52077
Black with #F52077
Text Example
Text Example
White with #F52077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52077; }
p { color: rgb(245,32,119); }
H1.HeaderClassName
{
color: #F52077;
}
.AnyTagClassName
{
color: #F52077;
}
</style>
background-color css
<style>
a { background-color: #F52077; }
a { background-color: rgb(245,32,119); }
div.DivClassName
{
background-color: #F52077;
}
.BgClassName
{
background-color: #F52077;
}
</style>
border-color css
<style>
span { border-color: #F52077; }
span { border-color: rgb(245,32,119); }
td.TdClassName
{
border-color: #F52077;
}
.TagClassName
{
border-color: #F52077;
}
</style>