Shades of Deep Pink #F22095
Tints of Deep Pink #F22095
RGB
CMYK
RGB Variations
Color information
#F22095 (or 0xF22095) is known color: Deep Pink. HEX triplet: F2, 20 and 95. RGB value is (242,32,149). Sum of RGB (Red+Green+Blue) = 242+32+149=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F22095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22095 is #0DDF6A. Grayscale: #6B6B6B. Windows color (decimal): -909163 or 9773298. OLE color: 9773298.
HSL color Cylindrical-coordinate representation of color #F22095: hue angle of 326.57º 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 #F22095 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 149 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.05 |
| HSL | 326.57º | 0.89% | 0.54% | - |
| HSV(B) | 326.57º | 0.87% | 0.95% | - |
| XYZ | 42.56 | 22.08 | 30.45 | - |
| YUV | 108.13 | 151.07 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 149 | 0 | 0.87 | 0.38 | 0.05 | 326.57 | 0.89 | 0.54 |
| Hex | F2 | 20 | 95 | 0 | 57 | 26 | 5 | 147 | 59 | 36 |
| Octal | 362 | 40 | 225 | 0 | 127 | 46 | 5 | 507 | 131 | 66 |
| Binary | 11110010 | 100000 | 10010101 | 0 | 1010111 | 100110 | 101 | 101000111 | 1011001 | 110110 |
Color Harmonies of #F22095
Complementary color
Monochromatic Colors of #F22095
Black with #F22095
Text Example
Text Example
White with #F22095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22095; }
p { color: rgb(242,32,149); }
H1.HeaderClassName
{
color: #F22095;
}
.AnyTagClassName
{
color: #F22095;
}
</style>
background-color css
<style>
a { background-color: #F22095; }
a { background-color: rgb(242,32,149); }
div.DivClassName
{
background-color: #F22095;
}
.BgClassName
{
background-color: #F22095;
}
</style>
border-color css
<style>
span { border-color: #F22095; }
span { border-color: rgb(242,32,149); }
td.TdClassName
{
border-color: #F22095;
}
.TagClassName
{
border-color: #F22095;
}
</style>