Shades of Deep Pink #F2158E
Tints of Deep Pink #F2158E
RGB
CMYK
RGB Variations
Color information
#F2158E (or 0xF2158E) is known color: Deep Pink. HEX triplet: F2, 15 and 8E. RGB value is (242,21,142). Sum of RGB (Red+Green+Blue) = 242+21+142=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2158E is #0DEA71. Grayscale: #646464. Windows color (decimal): -911986 or 9311730. OLE color: 9311730.
HSL color Cylindrical-coordinate representation of color #F2158E: hue angle of 327.15º 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 #F2158E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 142 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.05 |
| HSL | 327.15º | 0.89% | 0.52% | - |
| HSV(B) | 327.15º | 0.91% | 0.95% | - |
| XYZ | 41.77 | 21.37 | 27.51 | - |
| YUV | 100.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 142 | 0 | 0.91 | 0.41 | 0.05 | 327.15 | 0.89 | 0.52 |
| Hex | F2 | 15 | 8E | 0 | 5B | 29 | 5 | 147 | 59 | 34 |
| Octal | 362 | 25 | 216 | 0 | 133 | 51 | 5 | 507 | 131 | 64 |
| Binary | 11110010 | 10101 | 10001110 | 0 | 1011011 | 101001 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F2158E
Complementary color
Monochromatic Colors of #F2158E
Black with #F2158E
Text Example
Text Example
White with #F2158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2158E; }
p { color: rgb(242,21,142); }
H1.HeaderClassName
{
color: #F2158E;
}
.AnyTagClassName
{
color: #F2158E;
}
</style>
background-color css
<style>
a { background-color: #F2158E; }
a { background-color: rgb(242,21,142); }
div.DivClassName
{
background-color: #F2158E;
}
.BgClassName
{
background-color: #F2158E;
}
</style>
border-color css
<style>
span { border-color: #F2158E; }
span { border-color: rgb(242,21,142); }
td.TdClassName
{
border-color: #F2158E;
}
.TagClassName
{
border-color: #F2158E;
}
</style>