Shades of Deep Pink #FF117E
Tints of Deep Pink #FF117E
RGB
CMYK
RGB Variations
Color information
#FF117E (or 0xFF117E) is known color: Deep Pink. HEX triplet: FF, 11 and 7E. RGB value is (255,17,126). Sum of RGB (Red+Green+Blue) = 255+17+126=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF117E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF117E is #00EE81. Grayscale: #646464. Windows color (decimal): -61058 or 8262143. OLE color: 8262143.
HSL color Cylindrical-coordinate representation of color #FF117E: hue angle of 332.52º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF117E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 126 | - |
| CMYK | 0 | 0.93 | 0.51 | 0 |
| HSL | 332.52º | 1% | 0.53% | - |
| HSV(B) | 332.52º | 0.93% | 1% | - |
| XYZ | 45.21 | 23.17 | 21.83 | - |
| YUV | 100.59 | 142.35 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 126 | 0 | 0.93 | 0.51 | 0 | 332.52 | 1 | 0.53 |
| Hex | FF | 11 | 7E | 0 | 5D | 33 | 0 | 14D | 64 | 35 |
| Octal | 377 | 21 | 176 | 0 | 135 | 63 | 0 | 515 | 144 | 65 |
| Binary | 11111111 | 10001 | 1111110 | 0 | 1011101 | 110011 | 0 | 101001101 | 1100100 | 110101 |
Color Harmonies of #FF117E
Complementary color
Monochromatic Colors of #FF117E
Black with #FF117E
Text Example
Text Example
White with #FF117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF117E; }
p { color: rgb(255,17,126); }
H1.HeaderClassName
{
color: #FF117E;
}
.AnyTagClassName
{
color: #FF117E;
}
</style>
background-color css
<style>
a { background-color: #FF117E; }
a { background-color: rgb(255,17,126); }
div.DivClassName
{
background-color: #FF117E;
}
.BgClassName
{
background-color: #FF117E;
}
</style>
border-color css
<style>
span { border-color: #FF117E; }
span { border-color: rgb(255,17,126); }
td.TdClassName
{
border-color: #FF117E;
}
.TagClassName
{
border-color: #FF117E;
}
</style>