Shades of Deep Pink #F92189
Tints of Deep Pink #F92189
RGB
CMYK
RGB Variations
Color information
#F92189 (or 0xF92189) is known color: Deep Pink. HEX triplet: F9, 21 and 89. RGB value is (249,33,137). Sum of RGB (Red+Green+Blue) = 249+33+137=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F92189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92189 is #06DE76. Grayscale: #6D6D6D. Windows color (decimal): -450167 or 8987129. OLE color: 8987129.
HSL color Cylindrical-coordinate representation of color #F92189: hue angle of 331.11º 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 #F92189 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 137 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.02 |
| HSL | 331.11º | 0.95% | 0.55% | - |
| HSV(B) | 331.11º | 0.87% | 0.98% | - |
| XYZ | 44.13 | 23.03 | 25.79 | - |
| YUV | 109.44 | 143.56 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 137 | 0 | 0.87 | 0.45 | 0.02 | 331.11 | 0.95 | 0.55 |
| Hex | F9 | 21 | 89 | 0 | 57 | 2D | 2 | 14B | 5F | 37 |
| Octal | 371 | 41 | 211 | 0 | 127 | 55 | 2 | 513 | 137 | 67 |
| Binary | 11111001 | 100001 | 10001001 | 0 | 1010111 | 101101 | 10 | 101001011 | 1011111 | 110111 |
Color Harmonies of #F92189
Complementary color
Monochromatic Colors of #F92189
Black with #F92189
Text Example
Text Example
White with #F92189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92189; }
p { color: rgb(249,33,137); }
H1.HeaderClassName
{
color: #F92189;
}
.AnyTagClassName
{
color: #F92189;
}
</style>
background-color css
<style>
a { background-color: #F92189; }
a { background-color: rgb(249,33,137); }
div.DivClassName
{
background-color: #F92189;
}
.BgClassName
{
background-color: #F92189;
}
</style>
border-color css
<style>
span { border-color: #F92189; }
span { border-color: rgb(249,33,137); }
td.TdClassName
{
border-color: #F92189;
}
.TagClassName
{
border-color: #F92189;
}
</style>