Shades of Deep Pink #F52096
Tints of Deep Pink #F52096
RGB
CMYK
RGB Variations
Color information
#F52096 (or 0xF52096) is known color: Deep Pink. HEX triplet: F5, 20 and 96. RGB value is (245,32,150). Sum of RGB (Red+Green+Blue) = 245+32+150=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F52096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52096 is #0ADF69. Grayscale: #6C6C6C. Windows color (decimal): -712554 or 9838837. OLE color: 9838837.
HSL color Cylindrical-coordinate representation of color #F52096: hue angle of 326.76º 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 #F52096 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 150 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.04 |
| HSL | 326.76º | 0.91% | 0.54% | - |
| HSV(B) | 326.76º | 0.87% | 0.96% | - |
| XYZ | 43.68 | 22.65 | 30.92 | - |
| YUV | 109.14 | 151.07 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 150 | 0 | 0.87 | 0.39 | 0.04 | 326.76 | 0.91 | 0.54 |
| Hex | F5 | 20 | 96 | 0 | 57 | 27 | 4 | 147 | 5B | 36 |
| Octal | 365 | 40 | 226 | 0 | 127 | 47 | 4 | 507 | 133 | 66 |
| Binary | 11110101 | 100000 | 10010110 | 0 | 1010111 | 100111 | 100 | 101000111 | 1011011 | 110110 |
Color Harmonies of #F52096
Complementary color
Monochromatic Colors of #F52096
Black with #F52096
Text Example
Text Example
White with #F52096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52096; }
p { color: rgb(245,32,150); }
H1.HeaderClassName
{
color: #F52096;
}
.AnyTagClassName
{
color: #F52096;
}
</style>
background-color css
<style>
a { background-color: #F52096; }
a { background-color: rgb(245,32,150); }
div.DivClassName
{
background-color: #F52096;
}
.BgClassName
{
background-color: #F52096;
}
</style>
border-color css
<style>
span { border-color: #F52096; }
span { border-color: rgb(245,32,150); }
td.TdClassName
{
border-color: #F52096;
}
.TagClassName
{
border-color: #F52096;
}
</style>