Shades of Deep Pink #F92088
Tints of Deep Pink #F92088
RGB
CMYK
RGB Variations
Color information
#F92088 (or 0xF92088) is known color: Deep Pink. HEX triplet: F9, 20 and 88. RGB value is (249,32,136). Sum of RGB (Red+Green+Blue) = 249+32+136=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F92088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92088 is #06DF77. Grayscale: #6C6C6C. Windows color (decimal): -450424 or 8921337. OLE color: 8921337.
HSL color Cylindrical-coordinate representation of color #F92088: hue angle of 331.24º 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 #F92088 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 136 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.02 |
| HSL | 331.24º | 0.95% | 0.55% | - |
| HSV(B) | 331.24º | 0.87% | 0.98% | - |
| XYZ | 44.03 | 22.95 | 25.4 | - |
| YUV | 108.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 136 | 0 | 0.87 | 0.45 | 0.02 | 331.24 | 0.95 | 0.55 |
| Hex | F9 | 20 | 88 | 0 | 57 | 2D | 2 | 14B | 5F | 37 |
| Octal | 371 | 40 | 210 | 0 | 127 | 55 | 2 | 513 | 137 | 67 |
| Binary | 11111001 | 100000 | 10001000 | 0 | 1010111 | 101101 | 10 | 101001011 | 1011111 | 110111 |
Color Harmonies of #F92088
Complementary color
Monochromatic Colors of #F92088
Black with #F92088
Text Example
Text Example
White with #F92088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92088; }
p { color: rgb(249,32,136); }
H1.HeaderClassName
{
color: #F92088;
}
.AnyTagClassName
{
color: #F92088;
}
</style>
background-color css
<style>
a { background-color: #F92088; }
a { background-color: rgb(249,32,136); }
div.DivClassName
{
background-color: #F92088;
}
.BgClassName
{
background-color: #F92088;
}
</style>
border-color css
<style>
span { border-color: #F92088; }
span { border-color: rgb(249,32,136); }
td.TdClassName
{
border-color: #F92088;
}
.TagClassName
{
border-color: #F92088;
}
</style>