Shades of Deep Pink #F2178E
Tints of Deep Pink #F2178E
RGB
CMYK
RGB Variations
Color information
#F2178E (or 0xF2178E) is known color: Deep Pink. HEX triplet: F2, 17 and 8E. RGB value is (242,23,142). Sum of RGB (Red+Green+Blue) = 242+23+142=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2178E is #0DE871. Grayscale: #656565. Windows color (decimal): -911474 or 9312242. OLE color: 9312242.
HSL color Cylindrical-coordinate representation of color #F2178E: hue angle of 327.4º 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 #F2178E is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 142 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.05 |
| HSL | 327.4º | 0.89% | 0.52% | - |
| HSV(B) | 327.4º | 0.9% | 0.95% | - |
| XYZ | 41.81 | 21.44 | 27.53 | - |
| YUV | 102.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 142 | 0 | 0.90 | 0.41 | 0.05 | 327.4 | 0.89 | 0.52 |
| Hex | F2 | 17 | 8E | 0 | 5A | 29 | 5 | 147 | 59 | 34 |
| Octal | 362 | 27 | 216 | 0 | 132 | 51 | 5 | 507 | 131 | 64 |
| Binary | 11110010 | 10111 | 10001110 | 0 | 1011010 | 101001 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F2178E
Complementary color
Monochromatic Colors of #F2178E
Black with #F2178E
Text Example
Text Example
White with #F2178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2178E; }
p { color: rgb(242,23,142); }
H1.HeaderClassName
{
color: #F2178E;
}
.AnyTagClassName
{
color: #F2178E;
}
</style>
background-color css
<style>
a { background-color: #F2178E; }
a { background-color: rgb(242,23,142); }
div.DivClassName
{
background-color: #F2178E;
}
.BgClassName
{
background-color: #F2178E;
}
</style>
border-color css
<style>
span { border-color: #F2178E; }
span { border-color: rgb(242,23,142); }
td.TdClassName
{
border-color: #F2178E;
}
.TagClassName
{
border-color: #F2178E;
}
</style>