Shades of Magenta #FE04E6
Tints of Magenta #FE04E6
RGB
CMYK
RGB Variations
Color information
#FE04E6 (or 0xFE04E6) is known color: Magenta. HEX triplet: FE, 04 and E6. RGB value is (254,4,230). Sum of RGB (Red+Green+Blue) = 254+4+230=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 4 (1.95% from 255 or 0.82% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04E6 is #01FB19. Grayscale: #676767. Windows color (decimal): -129818 or 15074558. OLE color: 15074558.
HSL color Cylindrical-coordinate representation of color #FE04E6: hue angle of 305.76º 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 #FE04E6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 230 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.00 |
| HSL | 305.76º | 0.99% | 0.51% | - |
| HSV(B) | 305.76º | 0.98% | 1% | - |
| XYZ | 55.2 | 26.87 | 77.14 | - |
| YUV | 104.51 | 198.83 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 230 | 0 | 0.98 | 0.09 | 0.00 | 305.76 | 0.99 | 0.51 |
| Hex | FE | 4 | E6 | 0 | 62 | 9 | 0 | 132 | 63 | 33 |
| Octal | 376 | 4 | 346 | 0 | 142 | 11 | 0 | 462 | 143 | 63 |
| Binary | 11111110 | 100 | 11100110 | 0 | 1100010 | 1001 | 0 | 100110010 | 1100011 | 110011 |
Color Harmonies of #FE04E6
Complementary color
Monochromatic Colors of #FE04E6
Black with #FE04E6
Text Example
Text Example
White with #FE04E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04E6; }
p { color: rgb(254,4,230); }
H1.HeaderClassName
{
color: #FE04E6;
}
.AnyTagClassName
{
color: #FE04E6;
}
</style>
background-color css
<style>
a { background-color: #FE04E6; }
a { background-color: rgb(254,4,230); }
div.DivClassName
{
background-color: #FE04E6;
}
.BgClassName
{
background-color: #FE04E6;
}
</style>
border-color css
<style>
span { border-color: #FE04E6; }
span { border-color: rgb(254,4,230); }
td.TdClassName
{
border-color: #FE04E6;
}
.TagClassName
{
border-color: #FE04E6;
}
</style>