Shades of Deep Pink #F52097
Tints of Deep Pink #F52097
RGB
CMYK
RGB Variations
Color information
#F52097 (or 0xF52097) is known color: Deep Pink. HEX triplet: F5, 20 and 97. RGB value is (245,32,151). Sum of RGB (Red+Green+Blue) = 245+32+151=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F52097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52097 is #0ADF68. Grayscale: #6C6C6C. Windows color (decimal): -712553 or 9904373. OLE color: 9904373.
HSL color Cylindrical-coordinate representation of color #F52097: hue angle of 326.48º 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 #F52097 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 151 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.04 |
| HSL | 326.48º | 0.91% | 0.54% | - |
| HSV(B) | 326.48º | 0.87% | 0.96% | - |
| XYZ | 43.76 | 22.68 | 31.35 | - |
| YUV | 109.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 151 | 0 | 0.87 | 0.38 | 0.04 | 326.48 | 0.91 | 0.54 |
| Hex | F5 | 20 | 97 | 0 | 57 | 26 | 4 | 146 | 5B | 36 |
| Octal | 365 | 40 | 227 | 0 | 127 | 46 | 4 | 506 | 133 | 66 |
| Binary | 11110101 | 100000 | 10010111 | 0 | 1010111 | 100110 | 100 | 101000110 | 1011011 | 110110 |
Color Harmonies of #F52097
Complementary color
Monochromatic Colors of #F52097
Black with #F52097
Text Example
Text Example
White with #F52097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52097; }
p { color: rgb(245,32,151); }
H1.HeaderClassName
{
color: #F52097;
}
.AnyTagClassName
{
color: #F52097;
}
</style>
background-color css
<style>
a { background-color: #F52097; }
a { background-color: rgb(245,32,151); }
div.DivClassName
{
background-color: #F52097;
}
.BgClassName
{
background-color: #F52097;
}
</style>
border-color css
<style>
span { border-color: #F52097; }
span { border-color: rgb(245,32,151); }
td.TdClassName
{
border-color: #F52097;
}
.TagClassName
{
border-color: #F52097;
}
</style>