Shades of Magenta #FF11E7
Tints of Magenta #FF11E7
RGB
CMYK
RGB Variations
Color information
#FF11E7 (or 0xFF11E7) is known color: Magenta. HEX triplet: FF, 11 and E7. RGB value is (255,17,231). Sum of RGB (Red+Green+Blue) = 255+17+231=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 17 (7.03% from 255 or 3.38% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11E7 is #00EE18. Grayscale: #6F6F6F. Windows color (decimal): -60953 or 15143423. OLE color: 15143423.
HSL color Cylindrical-coordinate representation of color #FF11E7: hue angle of 306.05º 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 #FF11E7 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 231 | - |
| CMYK | 0 | 0.93 | 0.09 | 0 |
| HSL | 306.05º | 1% | 0.53% | - |
| HSV(B) | 306.05º | 0.93% | 1% | - |
| XYZ | 55.86 | 27.43 | 77.95 | - |
| YUV | 112.56 | 194.85 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 231 | 0 | 0.93 | 0.09 | 0 | 306.05 | 1 | 0.53 |
| Hex | FF | 11 | E7 | 0 | 5D | 9 | 0 | 132 | 64 | 35 |
| Octal | 377 | 21 | 347 | 0 | 135 | 11 | 0 | 462 | 144 | 65 |
| Binary | 11111111 | 10001 | 11100111 | 0 | 1011101 | 1001 | 0 | 100110010 | 1100100 | 110101 |
Color Harmonies of #FF11E7
Complementary color
Monochromatic Colors of #FF11E7
Black with #FF11E7
Text Example
Text Example
White with #FF11E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11E7; }
p { color: rgb(255,17,231); }
H1.HeaderClassName
{
color: #FF11E7;
}
.AnyTagClassName
{
color: #FF11E7;
}
</style>
background-color css
<style>
a { background-color: #FF11E7; }
a { background-color: rgb(255,17,231); }
div.DivClassName
{
background-color: #FF11E7;
}
.BgClassName
{
background-color: #FF11E7;
}
</style>
border-color css
<style>
span { border-color: #FF11E7; }
span { border-color: rgb(255,17,231); }
td.TdClassName
{
border-color: #FF11E7;
}
.TagClassName
{
border-color: #FF11E7;
}
</style>