Shades of Magenta #FE11EC
Tints of Magenta #FE11EC
RGB
CMYK
RGB Variations
Color information
#FE11EC (or 0xFE11EC) is known color: Magenta. HEX triplet: FE, 11 and EC. RGB value is (254,17,236). Sum of RGB (Red+Green+Blue) = 254+17+236=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 17 (7.03% from 255 or 3.35% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11EC is #01EE13. Grayscale: #707070. Windows color (decimal): -126484 or 15471102. OLE color: 15471102.
HSL color Cylindrical-coordinate representation of color #FE11EC: hue angle of 304.56º 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 #FE11EC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 236 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.00 |
| HSL | 304.56º | 0.99% | 0.53% | - |
| HSV(B) | 304.56º | 0.93% | 1% | - |
| XYZ | 56.21 | 27.53 | 81.71 | - |
| YUV | 112.83 | 197.52 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 236 | 0 | 0.93 | 0.07 | 0.00 | 304.56 | 0.99 | 0.53 |
| Hex | FE | 11 | EC | 0 | 5D | 7 | 0 | 131 | 63 | 35 |
| Octal | 376 | 21 | 354 | 0 | 135 | 7 | 0 | 461 | 143 | 65 |
| Binary | 11111110 | 10001 | 11101100 | 0 | 1011101 | 111 | 0 | 100110001 | 1100011 | 110101 |
Color Harmonies of #FE11EC
Complementary color
Monochromatic Colors of #FE11EC
Black with #FE11EC
Text Example
Text Example
White with #FE11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11EC; }
p { color: rgb(254,17,236); }
H1.HeaderClassName
{
color: #FE11EC;
}
.AnyTagClassName
{
color: #FE11EC;
}
</style>
background-color css
<style>
a { background-color: #FE11EC; }
a { background-color: rgb(254,17,236); }
div.DivClassName
{
background-color: #FE11EC;
}
.BgClassName
{
background-color: #FE11EC;
}
</style>
border-color css
<style>
span { border-color: #FE11EC; }
span { border-color: rgb(254,17,236); }
td.TdClassName
{
border-color: #FE11EC;
}
.TagClassName
{
border-color: #FE11EC;
}
</style>