Shades of Deep Pink #F22291
Tints of Deep Pink #F22291
RGB
CMYK
RGB Variations
Color information
#F22291 (or 0xF22291) is known color: Deep Pink. HEX triplet: F2, 22 and 91. RGB value is (242,34,145). Sum of RGB (Red+Green+Blue) = 242+34+145=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F22291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22291 is #0DDD6E. Grayscale: #6C6C6C. Windows color (decimal): -908655 or 9511666. OLE color: 9511666.
HSL color Cylindrical-coordinate representation of color #F22291: hue angle of 327.98º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22291 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 145 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.05 |
| HSL | 327.98º | 0.89% | 0.54% | - |
| HSV(B) | 327.98º | 0.86% | 0.95% | - |
| XYZ | 42.3 | 22.07 | 28.82 | - |
| YUV | 108.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 145 | 0 | 0.86 | 0.40 | 0.05 | 327.98 | 0.89 | 0.54 |
| Hex | F2 | 22 | 91 | 0 | 56 | 28 | 5 | 148 | 59 | 36 |
| Octal | 362 | 42 | 221 | 0 | 126 | 50 | 5 | 510 | 131 | 66 |
| Binary | 11110010 | 100010 | 10010001 | 0 | 1010110 | 101000 | 101 | 101001000 | 1011001 | 110110 |
Color Harmonies of #F22291
Complementary color
Monochromatic Colors of #F22291
Black with #F22291
Text Example
Text Example
White with #F22291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22291; }
p { color: rgb(242,34,145); }
H1.HeaderClassName
{
color: #F22291;
}
.AnyTagClassName
{
color: #F22291;
}
</style>
background-color css
<style>
a { background-color: #F22291; }
a { background-color: rgb(242,34,145); }
div.DivClassName
{
background-color: #F22291;
}
.BgClassName
{
background-color: #F22291;
}
</style>
border-color css
<style>
span { border-color: #F22291; }
span { border-color: rgb(242,34,145); }
td.TdClassName
{
border-color: #F22291;
}
.TagClassName
{
border-color: #F22291;
}
</style>