Shades of Deep Pink #F2117E
Tints of Deep Pink #F2117E
RGB
CMYK
RGB Variations
Color information
#F2117E (or 0xF2117E) is known color: Deep Pink. HEX triplet: F2, 11 and 7E. RGB value is (242,17,126). Sum of RGB (Red+Green+Blue) = 242+17+126=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2117E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2117E is #0DEE81. Grayscale: #606060. Windows color (decimal): -913026 or 8262130. OLE color: 8262130.
HSL color Cylindrical-coordinate representation of color #F2117E: hue angle of 330.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2117E is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 126 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.05 |
| HSL | 330.93º | 0.9% | 0.51% | - |
| HSV(B) | 330.93º | 0.93% | 0.95% | - |
| XYZ | 40.58 | 20.78 | 21.61 | - |
| YUV | 96.7 | 144.54 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 126 | 0 | 0.93 | 0.48 | 0.05 | 330.93 | 0.9 | 0.51 |
| Hex | F2 | 11 | 7E | 0 | 5D | 30 | 5 | 14B | 5A | 33 |
| Octal | 362 | 21 | 176 | 0 | 135 | 60 | 5 | 513 | 132 | 63 |
| Binary | 11110010 | 10001 | 1111110 | 0 | 1011101 | 110000 | 101 | 101001011 | 1011010 | 110011 |
Color Harmonies of #F2117E
Complementary color
Monochromatic Colors of #F2117E
Black with #F2117E
Text Example
Text Example
White with #F2117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2117E; }
p { color: rgb(242,17,126); }
H1.HeaderClassName
{
color: #F2117E;
}
.AnyTagClassName
{
color: #F2117E;
}
</style>
background-color css
<style>
a { background-color: #F2117E; }
a { background-color: rgb(242,17,126); }
div.DivClassName
{
background-color: #F2117E;
}
.BgClassName
{
background-color: #F2117E;
}
</style>
border-color css
<style>
span { border-color: #F2117E; }
span { border-color: rgb(242,17,126); }
td.TdClassName
{
border-color: #F2117E;
}
.TagClassName
{
border-color: #F2117E;
}
</style>