Shades of Magenta #FE04EC
Tints of Magenta #FE04EC
RGB
CMYK
RGB Variations
Color information
#FE04EC (or 0xFE04EC) is known color: Magenta. HEX triplet: FE, 04 and EC. RGB value is (254,4,236). Sum of RGB (Red+Green+Blue) = 254+4+236=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 4 (1.95% from 255 or 0.81% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04EC is #01FB13. Grayscale: #686868. Windows color (decimal): -129812 or 15467774. OLE color: 15467774.
HSL color Cylindrical-coordinate representation of color #FE04EC: hue angle of 304.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE04EC is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 236 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.00 |
| HSL | 304.32º | 0.99% | 0.51% | - |
| HSV(B) | 304.32º | 0.98% | 1% | - |
| XYZ | 56.06 | 27.21 | 81.66 | - |
| YUV | 105.2 | 201.83 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 236 | 0 | 0.98 | 0.07 | 0.00 | 304.32 | 0.99 | 0.51 |
| Hex | FE | 4 | EC | 0 | 62 | 7 | 0 | 130 | 63 | 33 |
| Octal | 376 | 4 | 354 | 0 | 142 | 7 | 0 | 460 | 143 | 63 |
| Binary | 11111110 | 100 | 11101100 | 0 | 1100010 | 111 | 0 | 100110000 | 1100011 | 110011 |
Color Harmonies of #FE04EC
Complementary color
Monochromatic Colors of #FE04EC
Black with #FE04EC
Text Example
Text Example
White with #FE04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04EC; }
p { color: rgb(254,4,236); }
H1.HeaderClassName
{
color: #FE04EC;
}
.AnyTagClassName
{
color: #FE04EC;
}
</style>
background-color css
<style>
a { background-color: #FE04EC; }
a { background-color: rgb(254,4,236); }
div.DivClassName
{
background-color: #FE04EC;
}
.BgClassName
{
background-color: #FE04EC;
}
</style>
border-color css
<style>
span { border-color: #FE04EC; }
span { border-color: rgb(254,4,236); }
td.TdClassName
{
border-color: #FE04EC;
}
.TagClassName
{
border-color: #FE04EC;
}
</style>