Shades of Deep Pink #F22089
Tints of Deep Pink #F22089
RGB
CMYK
RGB Variations
Color information
#F22089 (or 0xF22089) is known color: Deep Pink. HEX triplet: F2, 20 and 89. RGB value is (242,32,137). Sum of RGB (Red+Green+Blue) = 242+32+137=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F22089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22089 is #0DDF76. Grayscale: #6A6A6A. Windows color (decimal): -909175 or 8986866. OLE color: 8986866.
HSL color Cylindrical-coordinate representation of color #F22089: hue angle of 330º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22089 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 137 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.05 |
| HSL | 330º | 0.89% | 0.54% | - |
| HSV(B) | 330º | 0.87% | 0.95% | - |
| XYZ | 41.65 | 21.72 | 25.66 | - |
| YUV | 106.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 137 | 0 | 0.87 | 0.43 | 0.05 | 330 | 0.89 | 0.54 |
| Hex | F2 | 20 | 89 | 0 | 57 | 2B | 5 | 14A | 59 | 36 |
| Octal | 362 | 40 | 211 | 0 | 127 | 53 | 5 | 512 | 131 | 66 |
| Binary | 11110010 | 100000 | 10001001 | 0 | 1010111 | 101011 | 101 | 101001010 | 1011001 | 110110 |
Color Harmonies of #F22089
Complementary color
Monochromatic Colors of #F22089
Black with #F22089
Text Example
Text Example
White with #F22089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22089; }
p { color: rgb(242,32,137); }
H1.HeaderClassName
{
color: #F22089;
}
.AnyTagClassName
{
color: #F22089;
}
</style>
background-color css
<style>
a { background-color: #F22089; }
a { background-color: rgb(242,32,137); }
div.DivClassName
{
background-color: #F22089;
}
.BgClassName
{
background-color: #F22089;
}
</style>
border-color css
<style>
span { border-color: #F22089; }
span { border-color: rgb(242,32,137); }
td.TdClassName
{
border-color: #F22089;
}
.TagClassName
{
border-color: #F22089;
}
</style>