Shades of Deep Pink #F52079
Tints of Deep Pink #F52079
RGB
CMYK
RGB Variations
Color information
#F52079 (or 0xF52079) is known color: Deep Pink. HEX triplet: F5, 20 and 79. RGB value is (245,32,121). Sum of RGB (Red+Green+Blue) = 245+32+121=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F52079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52079 is #0ADF86. Grayscale: #696969. Windows color (decimal): -712583 or 7938293. OLE color: 7938293.
HSL color Cylindrical-coordinate representation of color #F52079: hue angle of 334.93º 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 #F52079 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 121 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.04 |
| HSL | 334.93º | 0.91% | 0.54% | - |
| HSV(B) | 334.93º | 0.87% | 0.96% | - |
| XYZ | 41.62 | 21.83 | 20.11 | - |
| YUV | 105.83 | 136.57 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 121 | 0 | 0.87 | 0.51 | 0.04 | 334.93 | 0.91 | 0.54 |
| Hex | F5 | 20 | 79 | 0 | 57 | 33 | 4 | 14F | 5B | 36 |
| Octal | 365 | 40 | 171 | 0 | 127 | 63 | 4 | 517 | 133 | 66 |
| Binary | 11110101 | 100000 | 1111001 | 0 | 1010111 | 110011 | 100 | 101001111 | 1011011 | 110110 |
Color Harmonies of #F52079
Complementary color
Monochromatic Colors of #F52079
Black with #F52079
Text Example
Text Example
White with #F52079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52079; }
p { color: rgb(245,32,121); }
H1.HeaderClassName
{
color: #F52079;
}
.AnyTagClassName
{
color: #F52079;
}
</style>
background-color css
<style>
a { background-color: #F52079; }
a { background-color: rgb(245,32,121); }
div.DivClassName
{
background-color: #F52079;
}
.BgClassName
{
background-color: #F52079;
}
</style>
border-color css
<style>
span { border-color: #F52079; }
span { border-color: rgb(245,32,121); }
td.TdClassName
{
border-color: #F52079;
}
.TagClassName
{
border-color: #F52079;
}
</style>