Shades of Magenta #FE10EC
Tints of Magenta #FE10EC
RGB
CMYK
RGB Variations
Color information
#FE10EC (or 0xFE10EC) is known color: Magenta. HEX triplet: FE, 10 and EC. RGB value is (254,16,236). Sum of RGB (Red+Green+Blue) = 254+16+236=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10EC is #01EF13. Grayscale: #6F6F6F. Windows color (decimal): -126740 or 15470846. OLE color: 15470846.
HSL color Cylindrical-coordinate representation of color #FE10EC: hue angle of 304.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10EC is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 236 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.00 |
| HSL | 304.54º | 0.99% | 0.53% | - |
| HSV(B) | 304.54º | 0.94% | 1% | - |
| XYZ | 56.2 | 27.5 | 81.7 | - |
| YUV | 112.24 | 197.85 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 236 | 0 | 0.94 | 0.07 | 0.00 | 304.54 | 0.99 | 0.53 |
| Hex | FE | 10 | EC | 0 | 5E | 7 | 0 | 131 | 63 | 35 |
| Octal | 376 | 20 | 354 | 0 | 136 | 7 | 0 | 461 | 143 | 65 |
| Binary | 11111110 | 10000 | 11101100 | 0 | 1011110 | 111 | 0 | 100110001 | 1100011 | 110101 |
Color Harmonies of #FE10EC
Complementary color
Monochromatic Colors of #FE10EC
Black with #FE10EC
Text Example
Text Example
White with #FE10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10EC; }
p { color: rgb(254,16,236); }
H1.HeaderClassName
{
color: #FE10EC;
}
.AnyTagClassName
{
color: #FE10EC;
}
</style>
background-color css
<style>
a { background-color: #FE10EC; }
a { background-color: rgb(254,16,236); }
div.DivClassName
{
background-color: #FE10EC;
}
.BgClassName
{
background-color: #FE10EC;
}
</style>
border-color css
<style>
span { border-color: #FE10EC; }
span { border-color: rgb(254,16,236); }
td.TdClassName
{
border-color: #FE10EC;
}
.TagClassName
{
border-color: #FE10EC;
}
</style>