Shades of Magenta #FE11ED
Tints of Magenta #FE11ED
RGB
CMYK
RGB Variations
Color information
#FE11ED (or 0xFE11ED) is known color: Magenta. HEX triplet: FE, 11 and ED. RGB value is (254,17,237). Sum of RGB (Red+Green+Blue) = 254+17+237=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11ED is #01EE12. Grayscale: #707070. Windows color (decimal): -126483 or 15536638. OLE color: 15536638.
HSL color Cylindrical-coordinate representation of color #FE11ED: hue angle of 304.3º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11ED is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 237 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.00 |
| HSL | 304.3º | 0.99% | 0.53% | - |
| HSV(B) | 304.3º | 0.93% | 1% | - |
| XYZ | 56.36 | 27.59 | 82.47 | - |
| YUV | 112.94 | 198.02 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 237 | 0 | 0.93 | 0.07 | 0.00 | 304.3 | 0.99 | 0.53 |
| Hex | FE | 11 | ED | 0 | 5D | 7 | 0 | 130 | 63 | 35 |
| Octal | 376 | 21 | 355 | 0 | 135 | 7 | 0 | 460 | 143 | 65 |
| Binary | 11111110 | 10001 | 11101101 | 0 | 1011101 | 111 | 0 | 100110000 | 1100011 | 110101 |
Color Harmonies of #FE11ED
Complementary color
Monochromatic Colors of #FE11ED
Black with #FE11ED
Text Example
Text Example
White with #FE11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11ED; }
p { color: rgb(254,17,237); }
H1.HeaderClassName
{
color: #FE11ED;
}
.AnyTagClassName
{
color: #FE11ED;
}
</style>
background-color css
<style>
a { background-color: #FE11ED; }
a { background-color: rgb(254,17,237); }
div.DivClassName
{
background-color: #FE11ED;
}
.BgClassName
{
background-color: #FE11ED;
}
</style>
border-color css
<style>
span { border-color: #FE11ED; }
span { border-color: rgb(254,17,237); }
td.TdClassName
{
border-color: #FE11ED;
}
.TagClassName
{
border-color: #FE11ED;
}
</style>