Shades of Deep Pink #F2159F
Tints of Deep Pink #F2159F
RGB
CMYK
RGB Variations
Color information
#F2159F (or 0xF2159F) is known color: Deep Pink. HEX triplet: F2, 15 and 9F. RGB value is (242,21,159). Sum of RGB (Red+Green+Blue) = 242+21+159=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2159F is #0DEA60. Grayscale: #666666. Windows color (decimal): -911969 or 10425842. OLE color: 10425842.
HSL color Cylindrical-coordinate representation of color #F2159F: hue angle of 322.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2159F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 159 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.05 |
| HSL | 322.53º | 0.89% | 0.52% | - |
| HSV(B) | 322.53º | 0.91% | 0.95% | - |
| XYZ | 43.14 | 21.92 | 34.76 | - |
| YUV | 102.81 | 159.72 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 159 | 0 | 0.91 | 0.34 | 0.05 | 322.53 | 0.89 | 0.52 |
| Hex | F2 | 15 | 9F | 0 | 5B | 22 | 5 | 143 | 59 | 34 |
| Octal | 362 | 25 | 237 | 0 | 133 | 42 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 10101 | 10011111 | 0 | 1011011 | 100010 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F2159F
Complementary color
Monochromatic Colors of #F2159F
Black with #F2159F
Text Example
Text Example
White with #F2159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2159F; }
p { color: rgb(242,21,159); }
H1.HeaderClassName
{
color: #F2159F;
}
.AnyTagClassName
{
color: #F2159F;
}
</style>
background-color css
<style>
a { background-color: #F2159F; }
a { background-color: rgb(242,21,159); }
div.DivClassName
{
background-color: #F2159F;
}
.BgClassName
{
background-color: #F2159F;
}
</style>
border-color css
<style>
span { border-color: #F2159F; }
span { border-color: rgb(242,21,159); }
td.TdClassName
{
border-color: #F2159F;
}
.TagClassName
{
border-color: #F2159F;
}
</style>