Shades of Deep Pink #F2199B
Tints of Deep Pink #F2199B
RGB
CMYK
RGB Variations
Color information
#F2199B (or 0xF2199B) is known color: Deep Pink. HEX triplet: F2, 19 and 9B. RGB value is (242,25,155). Sum of RGB (Red+Green+Blue) = 242+25+155=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2199B is #0DE664. Grayscale: #686868. Windows color (decimal): -910949 or 10164722. OLE color: 10164722.
HSL color Cylindrical-coordinate representation of color #F2199B: hue angle of 324.06º 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 #F2199B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 155 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.05 |
| HSL | 324.06º | 0.89% | 0.52% | - |
| HSV(B) | 324.06º | 0.9% | 0.95% | - |
| XYZ | 42.88 | 21.94 | 32.98 | - |
| YUV | 104.7 | 156.39 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 155 | 0 | 0.90 | 0.36 | 0.05 | 324.06 | 0.89 | 0.52 |
| Hex | F2 | 19 | 9B | 0 | 5A | 24 | 5 | 144 | 59 | 34 |
| Octal | 362 | 31 | 233 | 0 | 132 | 44 | 5 | 504 | 131 | 64 |
| Binary | 11110010 | 11001 | 10011011 | 0 | 1011010 | 100100 | 101 | 101000100 | 1011001 | 110100 |
Color Harmonies of #F2199B
Complementary color
Monochromatic Colors of #F2199B
Black with #F2199B
Text Example
Text Example
White with #F2199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2199B; }
p { color: rgb(242,25,155); }
H1.HeaderClassName
{
color: #F2199B;
}
.AnyTagClassName
{
color: #F2199B;
}
</style>
background-color css
<style>
a { background-color: #F2199B; }
a { background-color: rgb(242,25,155); }
div.DivClassName
{
background-color: #F2199B;
}
.BgClassName
{
background-color: #F2199B;
}
</style>
border-color css
<style>
span { border-color: #F2199B; }
span { border-color: rgb(242,25,155); }
td.TdClassName
{
border-color: #F2199B;
}
.TagClassName
{
border-color: #F2199B;
}
</style>