Shades of Magenta #FF11EC
Tints of Magenta #FF11EC
RGB
CMYK
RGB Variations
Color information
#FF11EC (or 0xFF11EC) is known color: Magenta. HEX triplet: FF, 11 and EC. RGB value is (255,17,236). Sum of RGB (Red+Green+Blue) = 255+17+236=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11EC is #00EE13. Grayscale: #707070. Windows color (decimal): -60948 or 15471103. OLE color: 15471103.
HSL color Cylindrical-coordinate representation of color #FF11EC: hue angle of 304.79º 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 #FF11EC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 236 | - |
| CMYK | 0 | 0.93 | 0.07 | 0 |
| HSL | 304.79º | 1% | 0.53% | - |
| HSV(B) | 304.79º | 0.93% | 1% | - |
| XYZ | 56.58 | 27.72 | 81.72 | - |
| YUV | 113.13 | 197.35 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 236 | 0 | 0.93 | 0.07 | 0 | 304.79 | 1 | 0.53 |
| Hex | FF | 11 | EC | 0 | 5D | 7 | 0 | 131 | 64 | 35 |
| Octal | 377 | 21 | 354 | 0 | 135 | 7 | 0 | 461 | 144 | 65 |
| Binary | 11111111 | 10001 | 11101100 | 0 | 1011101 | 111 | 0 | 100110001 | 1100100 | 110101 |
Color Harmonies of #FF11EC
Complementary color
Monochromatic Colors of #FF11EC
Black with #FF11EC
Text Example
Text Example
White with #FF11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11EC; }
p { color: rgb(255,17,236); }
H1.HeaderClassName
{
color: #FF11EC;
}
.AnyTagClassName
{
color: #FF11EC;
}
</style>
background-color css
<style>
a { background-color: #FF11EC; }
a { background-color: rgb(255,17,236); }
div.DivClassName
{
background-color: #FF11EC;
}
.BgClassName
{
background-color: #FF11EC;
}
</style>
border-color css
<style>
span { border-color: #FF11EC; }
span { border-color: rgb(255,17,236); }
td.TdClassName
{
border-color: #FF11EC;
}
.TagClassName
{
border-color: #FF11EC;
}
</style>