Shades of Deep Pink #F2199E
Tints of Deep Pink #F2199E
RGB
CMYK
RGB Variations
Color information
#F2199E (or 0xF2199E) is known color: Deep Pink. HEX triplet: F2, 19 and 9E. RGB value is (242,25,158). Sum of RGB (Red+Green+Blue) = 242+25+158=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2199E is #0DE661. Grayscale: #686868. Windows color (decimal): -910946 or 10361330. OLE color: 10361330.
HSL color Cylindrical-coordinate representation of color #F2199E: hue angle of 323.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2199E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 158 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.05 |
| HSL | 323.23º | 0.89% | 0.52% | - |
| HSV(B) | 323.23º | 0.9% | 0.95% | - |
| XYZ | 43.14 | 22.04 | 34.33 | - |
| YUV | 105.05 | 157.89 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 158 | 0 | 0.90 | 0.35 | 0.05 | 323.23 | 0.89 | 0.52 |
| Hex | F2 | 19 | 9E | 0 | 5A | 23 | 5 | 143 | 59 | 34 |
| Octal | 362 | 31 | 236 | 0 | 132 | 43 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 11001 | 10011110 | 0 | 1011010 | 100011 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F2199E
Complementary color
Monochromatic Colors of #F2199E
Black with #F2199E
Text Example
Text Example
White with #F2199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2199E; }
p { color: rgb(242,25,158); }
H1.HeaderClassName
{
color: #F2199E;
}
.AnyTagClassName
{
color: #F2199E;
}
</style>
background-color css
<style>
a { background-color: #F2199E; }
a { background-color: rgb(242,25,158); }
div.DivClassName
{
background-color: #F2199E;
}
.BgClassName
{
background-color: #F2199E;
}
</style>
border-color css
<style>
span { border-color: #F2199E; }
span { border-color: rgb(242,25,158); }
td.TdClassName
{
border-color: #F2199E;
}
.TagClassName
{
border-color: #F2199E;
}
</style>