Shades of Magenta #FE04FE
Tints of Magenta #FE04FE
RGB
CMYK
RGB Variations
Color information
#FE04FE (or 0xFE04FE) is known color: Magenta. HEX triplet: FE, 04 and FE. RGB value is (254,4,254). Sum of RGB (Red+Green+Blue) = 254+4+254=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 4 (1.95% from 255 or 0.78% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04FE is #01FB01. Grayscale: #6A6A6A. Windows color (decimal): -129794 or 16647422. OLE color: 16647422.
HSL color Cylindrical-coordinate representation of color #FE04FE: hue angle of 300º 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 #FE04FE is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 254 | - |
| CMYK | 0 | 0.98 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.51% | - |
| HSV(B) | 300º | 0.98% | 1% | - |
| XYZ | 58.81 | 28.31 | 96.13 | - |
| YUV | 107.25 | 210.83 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 254 | 0 | 0.98 | 0 | 0.00 | 300 | 0.99 | 0.51 |
| Hex | FE | 4 | FE | 0 | 62 | 0 | 0 | 12C | 63 | 33 |
| Octal | 376 | 4 | 376 | 0 | 142 | 0 | 0 | 454 | 143 | 63 |
| Binary | 11111110 | 100 | 11111110 | 0 | 1100010 | 0 | 0 | 100101100 | 1100011 | 110011 |
Color Harmonies of #FE04FE
Complementary color
Monochromatic Colors of #FE04FE
Black with #FE04FE
Text Example
Text Example
White with #FE04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04FE; }
p { color: rgb(254,4,254); }
H1.HeaderClassName
{
color: #FE04FE;
}
.AnyTagClassName
{
color: #FE04FE;
}
</style>
background-color css
<style>
a { background-color: #FE04FE; }
a { background-color: rgb(254,4,254); }
div.DivClassName
{
background-color: #FE04FE;
}
.BgClassName
{
background-color: #FE04FE;
}
</style>
border-color css
<style>
span { border-color: #FE04FE; }
span { border-color: rgb(254,4,254); }
td.TdClassName
{
border-color: #FE04FE;
}
.TagClassName
{
border-color: #FE04FE;
}
</style>