Shades of Magenta #FE04E7
Tints of Magenta #FE04E7
RGB
CMYK
RGB Variations
Color information
#FE04E7 (or 0xFE04E7) is known color: Magenta. HEX triplet: FE, 04 and E7. RGB value is (254,4,231). Sum of RGB (Red+Green+Blue) = 254+4+231=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 4 (1.95% from 255 or 0.82% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04E7 is #01FB18. Grayscale: #676767. Windows color (decimal): -129817 or 15140094. OLE color: 15140094.
HSL color Cylindrical-coordinate representation of color #FE04E7: hue angle of 305.52º 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 #FE04E7 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 231 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.00 |
| HSL | 305.52º | 0.99% | 0.51% | - |
| HSV(B) | 305.52º | 0.98% | 1% | - |
| XYZ | 55.34 | 26.93 | 77.88 | - |
| YUV | 104.63 | 199.33 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 231 | 0 | 0.98 | 0.09 | 0.00 | 305.52 | 0.99 | 0.51 |
| Hex | FE | 4 | E7 | 0 | 62 | 9 | 0 | 132 | 63 | 33 |
| Octal | 376 | 4 | 347 | 0 | 142 | 11 | 0 | 462 | 143 | 63 |
| Binary | 11111110 | 100 | 11100111 | 0 | 1100010 | 1001 | 0 | 100110010 | 1100011 | 110011 |
Color Harmonies of #FE04E7
Complementary color
Monochromatic Colors of #FE04E7
Black with #FE04E7
Text Example
Text Example
White with #FE04E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04E7; }
p { color: rgb(254,4,231); }
H1.HeaderClassName
{
color: #FE04E7;
}
.AnyTagClassName
{
color: #FE04E7;
}
</style>
background-color css
<style>
a { background-color: #FE04E7; }
a { background-color: rgb(254,4,231); }
div.DivClassName
{
background-color: #FE04E7;
}
.BgClassName
{
background-color: #FE04E7;
}
</style>
border-color css
<style>
span { border-color: #FE04E7; }
span { border-color: rgb(254,4,231); }
td.TdClassName
{
border-color: #FE04E7;
}
.TagClassName
{
border-color: #FE04E7;
}
</style>