Shades of Deep Pink #F2159D
Tints of Deep Pink #F2159D
RGB
CMYK
RGB Variations
Color information
#F2159D (or 0xF2159D) is known color: Deep Pink. HEX triplet: F2, 15 and 9D. RGB value is (242,21,157). Sum of RGB (Red+Green+Blue) = 242+21+157=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2159D is #0DEA62. Grayscale: #666666. Windows color (decimal): -911971 or 10294770. OLE color: 10294770.
HSL color Cylindrical-coordinate representation of color #F2159D: hue angle of 323.08º 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 #F2159D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 157 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.05 |
| HSL | 323.08º | 0.89% | 0.52% | - |
| HSV(B) | 323.08º | 0.91% | 0.95% | - |
| XYZ | 42.97 | 21.85 | 33.85 | - |
| YUV | 102.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 157 | 0 | 0.91 | 0.35 | 0.05 | 323.08 | 0.89 | 0.52 |
| Hex | F2 | 15 | 9D | 0 | 5B | 23 | 5 | 143 | 59 | 34 |
| Octal | 362 | 25 | 235 | 0 | 133 | 43 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 10101 | 10011101 | 0 | 1011011 | 100011 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F2159D
Complementary color
Monochromatic Colors of #F2159D
Black with #F2159D
Text Example
Text Example
White with #F2159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2159D; }
p { color: rgb(242,21,157); }
H1.HeaderClassName
{
color: #F2159D;
}
.AnyTagClassName
{
color: #F2159D;
}
</style>
background-color css
<style>
a { background-color: #F2159D; }
a { background-color: rgb(242,21,157); }
div.DivClassName
{
background-color: #F2159D;
}
.BgClassName
{
background-color: #F2159D;
}
</style>
border-color css
<style>
span { border-color: #F2159D; }
span { border-color: rgb(242,21,157); }
td.TdClassName
{
border-color: #F2159D;
}
.TagClassName
{
border-color: #F2159D;
}
</style>