Shades of Magenta #FE04EE
Tints of Magenta #FE04EE
RGB
CMYK
RGB Variations
Color information
#FE04EE (or 0xFE04EE) is known color: Magenta. HEX triplet: FE, 04 and EE. RGB value is (254,4,238). Sum of RGB (Red+Green+Blue) = 254+4+238=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 4 (1.95% from 255 or 0.81% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04EE is #01FB11. Grayscale: #686868. Windows color (decimal): -129810 or 15598846. OLE color: 15598846.
HSL color Cylindrical-coordinate representation of color #FE04EE: hue angle of 303.84º 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 #FE04EE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 238 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.00 |
| HSL | 303.84º | 0.99% | 0.51% | - |
| HSV(B) | 303.84º | 0.98% | 1% | - |
| XYZ | 56.35 | 27.33 | 83.19 | - |
| YUV | 105.43 | 202.83 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 238 | 0 | 0.98 | 0.06 | 0.00 | 303.84 | 0.99 | 0.51 |
| Hex | FE | 4 | EE | 0 | 62 | 6 | 0 | 130 | 63 | 33 |
| Octal | 376 | 4 | 356 | 0 | 142 | 6 | 0 | 460 | 143 | 63 |
| Binary | 11111110 | 100 | 11101110 | 0 | 1100010 | 110 | 0 | 100110000 | 1100011 | 110011 |
Color Harmonies of #FE04EE
Complementary color
Monochromatic Colors of #FE04EE
Black with #FE04EE
Text Example
Text Example
White with #FE04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04EE; }
p { color: rgb(254,4,238); }
H1.HeaderClassName
{
color: #FE04EE;
}
.AnyTagClassName
{
color: #FE04EE;
}
</style>
background-color css
<style>
a { background-color: #FE04EE; }
a { background-color: rgb(254,4,238); }
div.DivClassName
{
background-color: #FE04EE;
}
.BgClassName
{
background-color: #FE04EE;
}
</style>
border-color css
<style>
span { border-color: #FE04EE; }
span { border-color: rgb(254,4,238); }
td.TdClassName
{
border-color: #FE04EE;
}
.TagClassName
{
border-color: #FE04EE;
}
</style>