Shades of Deep Pink #F42097
Tints of Deep Pink #F42097
RGB
CMYK
RGB Variations
Color information
#F42097 (or 0xF42097) is known color: Deep Pink. HEX triplet: F4, 20 and 97. RGB value is (244,32,151). Sum of RGB (Red+Green+Blue) = 244+32+151=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F42097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42097 is #0BDF68. Grayscale: #6C6C6C. Windows color (decimal): -778089 or 9904372. OLE color: 9904372.
HSL color Cylindrical-coordinate representation of color #F42097: hue angle of 326.32º 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 #F42097 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 151 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.04 |
| HSL | 326.32º | 0.91% | 0.54% | - |
| HSV(B) | 326.32º | 0.87% | 0.96% | - |
| XYZ | 43.41 | 22.5 | 31.33 | - |
| YUV | 108.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 151 | 0 | 0.87 | 0.38 | 0.04 | 326.32 | 0.91 | 0.54 |
| Hex | F4 | 20 | 97 | 0 | 57 | 26 | 4 | 146 | 5B | 36 |
| Octal | 364 | 40 | 227 | 0 | 127 | 46 | 4 | 506 | 133 | 66 |
| Binary | 11110100 | 100000 | 10010111 | 0 | 1010111 | 100110 | 100 | 101000110 | 1011011 | 110110 |
Color Harmonies of #F42097
Complementary color
Monochromatic Colors of #F42097
Black with #F42097
Text Example
Text Example
White with #F42097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42097; }
p { color: rgb(244,32,151); }
H1.HeaderClassName
{
color: #F42097;
}
.AnyTagClassName
{
color: #F42097;
}
</style>
background-color css
<style>
a { background-color: #F42097; }
a { background-color: rgb(244,32,151); }
div.DivClassName
{
background-color: #F42097;
}
.BgClassName
{
background-color: #F42097;
}
</style>
border-color css
<style>
span { border-color: #F42097; }
span { border-color: rgb(244,32,151); }
td.TdClassName
{
border-color: #F42097;
}
.TagClassName
{
border-color: #F42097;
}
</style>