Shades of Magenta #FF11ED
Tints of Magenta #FF11ED
RGB
CMYK
RGB Variations
Color information
#FF11ED (or 0xFF11ED) is known color: Magenta. HEX triplet: FF, 11 and ED. RGB value is (255,17,237). Sum of RGB (Red+Green+Blue) = 255+17+237=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 17 (7.03% from 255 or 3.34% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11ED is #00EE12. Grayscale: #707070. Windows color (decimal): -60947 or 15536639. OLE color: 15536639.
HSL color Cylindrical-coordinate representation of color #FF11ED: hue angle of 304.54º 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 #FF11ED is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 237 | - |
| CMYK | 0 | 0.93 | 0.07 | 0 |
| HSL | 304.54º | 1% | 0.53% | - |
| HSV(B) | 304.54º | 0.93% | 1% | - |
| XYZ | 56.73 | 27.78 | 82.49 | - |
| YUV | 113.24 | 197.85 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 237 | 0 | 0.93 | 0.07 | 0 | 304.54 | 1 | 0.53 |
| Hex | FF | 11 | ED | 0 | 5D | 7 | 0 | 131 | 64 | 35 |
| Octal | 377 | 21 | 355 | 0 | 135 | 7 | 0 | 461 | 144 | 65 |
| Binary | 11111111 | 10001 | 11101101 | 0 | 1011101 | 111 | 0 | 100110001 | 1100100 | 110101 |
Color Harmonies of #FF11ED
Complementary color
Monochromatic Colors of #FF11ED
Black with #FF11ED
Text Example
Text Example
White with #FF11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11ED; }
p { color: rgb(255,17,237); }
H1.HeaderClassName
{
color: #FF11ED;
}
.AnyTagClassName
{
color: #FF11ED;
}
</style>
background-color css
<style>
a { background-color: #FF11ED; }
a { background-color: rgb(255,17,237); }
div.DivClassName
{
background-color: #FF11ED;
}
.BgClassName
{
background-color: #FF11ED;
}
</style>
border-color css
<style>
span { border-color: #FF11ED; }
span { border-color: rgb(255,17,237); }
td.TdClassName
{
border-color: #FF11ED;
}
.TagClassName
{
border-color: #FF11ED;
}
</style>