Shades of Deep Pink #F92097
Tints of Deep Pink #F92097
RGB
CMYK
RGB Variations
Color information
#F92097 (or 0xF92097) is known color: Deep Pink. HEX triplet: F9, 20 and 97. RGB value is (249,32,151). Sum of RGB (Red+Green+Blue) = 249+32+151=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F92097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92097 is #06DF68. Grayscale: #6E6E6E. Windows color (decimal): -450409 or 9904377. OLE color: 9904377.
HSL color Cylindrical-coordinate representation of color #F92097: hue angle of 327.1º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92097 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 151 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.02 |
| HSL | 327.1º | 0.95% | 0.55% | - |
| HSV(B) | 327.1º | 0.87% | 0.98% | - |
| XYZ | 45.17 | 23.41 | 31.42 | - |
| YUV | 110.45 | 150.89 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 151 | 0 | 0.87 | 0.39 | 0.02 | 327.1 | 0.95 | 0.55 |
| Hex | F9 | 20 | 97 | 0 | 57 | 27 | 2 | 147 | 5F | 37 |
| Octal | 371 | 40 | 227 | 0 | 127 | 47 | 2 | 507 | 137 | 67 |
| Binary | 11111001 | 100000 | 10010111 | 0 | 1010111 | 100111 | 10 | 101000111 | 1011111 | 110111 |
Color Harmonies of #F92097
Complementary color
Monochromatic Colors of #F92097
Black with #F92097
Text Example
Text Example
White with #F92097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92097; }
p { color: rgb(249,32,151); }
H1.HeaderClassName
{
color: #F92097;
}
.AnyTagClassName
{
color: #F92097;
}
</style>
background-color css
<style>
a { background-color: #F92097; }
a { background-color: rgb(249,32,151); }
div.DivClassName
{
background-color: #F92097;
}
.BgClassName
{
background-color: #F92097;
}
</style>
border-color css
<style>
span { border-color: #F92097; }
span { border-color: rgb(249,32,151); }
td.TdClassName
{
border-color: #F92097;
}
.TagClassName
{
border-color: #F92097;
}
</style>