Shades of Deep Pink #F2179E
Tints of Deep Pink #F2179E
RGB
CMYK
RGB Variations
Color information
#F2179E (or 0xF2179E) is known color: Deep Pink. HEX triplet: F2, 17 and 9E. RGB value is (242,23,158). Sum of RGB (Red+Green+Blue) = 242+23+158=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2179E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2179E is #0DE861. Grayscale: #676767. Windows color (decimal): -911458 or 10360818. OLE color: 10360818.
HSL color Cylindrical-coordinate representation of color #F2179E: hue angle of 323.01º 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 #F2179E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 158 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.05 |
| HSL | 323.01º | 0.89% | 0.52% | - |
| HSV(B) | 323.01º | 0.9% | 0.95% | - |
| XYZ | 43.1 | 21.96 | 34.31 | - |
| YUV | 103.87 | 158.55 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 158 | 0 | 0.90 | 0.35 | 0.05 | 323.01 | 0.89 | 0.52 |
| Hex | F2 | 17 | 9E | 0 | 5A | 23 | 5 | 143 | 59 | 34 |
| Octal | 362 | 27 | 236 | 0 | 132 | 43 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 10111 | 10011110 | 0 | 1011010 | 100011 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F2179E
Complementary color
Monochromatic Colors of #F2179E
Black with #F2179E
Text Example
Text Example
White with #F2179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2179E; }
p { color: rgb(242,23,158); }
H1.HeaderClassName
{
color: #F2179E;
}
.AnyTagClassName
{
color: #F2179E;
}
</style>
background-color css
<style>
a { background-color: #F2179E; }
a { background-color: rgb(242,23,158); }
div.DivClassName
{
background-color: #F2179E;
}
.BgClassName
{
background-color: #F2179E;
}
</style>
border-color css
<style>
span { border-color: #F2179E; }
span { border-color: rgb(242,23,158); }
td.TdClassName
{
border-color: #F2179E;
}
.TagClassName
{
border-color: #F2179E;
}
</style>