Shades of Deep Pink #F22190
Tints of Deep Pink #F22190
RGB
CMYK
RGB Variations
Color information
#F22190 (or 0xF22190) is known color: Deep Pink. HEX triplet: F2, 21 and 90. RGB value is (242,33,144). Sum of RGB (Red+Green+Blue) = 242+33+144=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F22190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22190 is #0DDE6F. Grayscale: #6B6B6B. Windows color (decimal): -908912 or 9445874. OLE color: 9445874.
HSL color Cylindrical-coordinate representation of color #F22190: hue angle of 328.13º 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 #F22190 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 144 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.05 |
| HSL | 328.13º | 0.89% | 0.54% | - |
| HSV(B) | 328.13º | 0.86% | 0.95% | - |
| XYZ | 42.2 | 21.98 | 28.4 | - |
| YUV | 108.15 | 148.24 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 144 | 0 | 0.86 | 0.40 | 0.05 | 328.13 | 0.89 | 0.54 |
| Hex | F2 | 21 | 90 | 0 | 56 | 28 | 5 | 148 | 59 | 36 |
| Octal | 362 | 41 | 220 | 0 | 126 | 50 | 5 | 510 | 131 | 66 |
| Binary | 11110010 | 100001 | 10010000 | 0 | 1010110 | 101000 | 101 | 101001000 | 1011001 | 110110 |
Color Harmonies of #F22190
Complementary color
Monochromatic Colors of #F22190
Black with #F22190
Text Example
Text Example
White with #F22190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22190; }
p { color: rgb(242,33,144); }
H1.HeaderClassName
{
color: #F22190;
}
.AnyTagClassName
{
color: #F22190;
}
</style>
background-color css
<style>
a { background-color: #F22190; }
a { background-color: rgb(242,33,144); }
div.DivClassName
{
background-color: #F22190;
}
.BgClassName
{
background-color: #F22190;
}
</style>
border-color css
<style>
span { border-color: #F22190; }
span { border-color: rgb(242,33,144); }
td.TdClassName
{
border-color: #F22190;
}
.TagClassName
{
border-color: #F22190;
}
</style>