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