Shades of Deep Pink #F22091
Tints of Deep Pink #F22091
RGB
CMYK
RGB Variations
Color information
#F22091 (or 0xF22091) is known color: Deep Pink. HEX triplet: F2, 20 and 91. RGB value is (242,32,145). Sum of RGB (Red+Green+Blue) = 242+32+145=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F22091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22091 is #0DDF6E. Grayscale: #6B6B6B. Windows color (decimal): -909167 or 9511154. OLE color: 9511154.
HSL color Cylindrical-coordinate representation of color #F22091: hue angle of 327.71º 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 #F22091 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 145 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.05 |
| HSL | 327.71º | 0.89% | 0.54% | - |
| HSV(B) | 327.71º | 0.87% | 0.95% | - |
| XYZ | 42.25 | 21.95 | 28.8 | - |
| YUV | 107.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 145 | 0 | 0.87 | 0.40 | 0.05 | 327.71 | 0.89 | 0.54 |
| Hex | F2 | 20 | 91 | 0 | 57 | 28 | 5 | 148 | 59 | 36 |
| Octal | 362 | 40 | 221 | 0 | 127 | 50 | 5 | 510 | 131 | 66 |
| Binary | 11110010 | 100000 | 10010001 | 0 | 1010111 | 101000 | 101 | 101001000 | 1011001 | 110110 |
Color Harmonies of #F22091
Complementary color
Monochromatic Colors of #F22091
Black with #F22091
Text Example
Text Example
White with #F22091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22091; }
p { color: rgb(242,32,145); }
H1.HeaderClassName
{
color: #F22091;
}
.AnyTagClassName
{
color: #F22091;
}
</style>
background-color css
<style>
a { background-color: #F22091; }
a { background-color: rgb(242,32,145); }
div.DivClassName
{
background-color: #F22091;
}
.BgClassName
{
background-color: #F22091;
}
</style>
border-color css
<style>
span { border-color: #F22091; }
span { border-color: rgb(242,32,145); }
td.TdClassName
{
border-color: #F22091;
}
.TagClassName
{
border-color: #F22091;
}
</style>