Shades of Deep Pink #FF117F
Tints of Deep Pink #FF117F
RGB
CMYK
RGB Variations
Color information
#FF117F (or 0xFF117F) is known color: Deep Pink. HEX triplet: FF, 11 and 7F. RGB value is (255,17,127). Sum of RGB (Red+Green+Blue) = 255+17+127=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF117F is #00EE80. Grayscale: #646464. Windows color (decimal): -61057 or 8327679. OLE color: 8327679.
HSL color Cylindrical-coordinate representation of color #FF117F: hue angle of 332.27º 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 #FF117F is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.50 | 0 |
| HSL | 332.27º | 1% | 0.53% | - |
| HSV(B) | 332.27º | 0.93% | 1% | - |
| XYZ | 45.27 | 23.19 | 22.17 | - |
| YUV | 100.7 | 142.85 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 127 | 0 | 0.93 | 0.50 | 0 | 332.27 | 1 | 0.53 |
| Hex | FF | 11 | 7F | 0 | 5D | 32 | 0 | 14C | 64 | 35 |
| Octal | 377 | 21 | 177 | 0 | 135 | 62 | 0 | 514 | 144 | 65 |
| Binary | 11111111 | 10001 | 1111111 | 0 | 1011101 | 110010 | 0 | 101001100 | 1100100 | 110101 |
Color Harmonies of #FF117F
Complementary color
Monochromatic Colors of #FF117F
Black with #FF117F
Text Example
Text Example
White with #FF117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF117F; }
p { color: rgb(255,17,127); }
H1.HeaderClassName
{
color: #FF117F;
}
.AnyTagClassName
{
color: #FF117F;
}
</style>
background-color css
<style>
a { background-color: #FF117F; }
a { background-color: rgb(255,17,127); }
div.DivClassName
{
background-color: #FF117F;
}
.BgClassName
{
background-color: #FF117F;
}
</style>
border-color css
<style>
span { border-color: #FF117F; }
span { border-color: rgb(255,17,127); }
td.TdClassName
{
border-color: #FF117F;
}
.TagClassName
{
border-color: #FF117F;
}
</style>