Shades of Magenta #FE0EF8
Tints of Magenta #FE0EF8
RGB
CMYK
RGB Variations
Color information
#FE0EF8 (or 0xFE0EF8) is known color: Magenta. HEX triplet: FE, 0E and F8. RGB value is (254,14,248). Sum of RGB (Red+Green+Blue) = 254+14+248=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 14 (5.86% from 255 or 2.71% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EF8 is #01F107. Grayscale: #6F6F6F. Windows color (decimal): -127240 or 16256766. OLE color: 16256766.
HSL color Cylindrical-coordinate representation of color #FE0EF8: hue angle of 301.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0EF8 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 248 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.00 |
| HSL | 301.5º | 0.99% | 0.53% | - |
| HSV(B) | 301.5º | 0.94% | 1% | - |
| XYZ | 57.97 | 28.16 | 91.19 | - |
| YUV | 112.44 | 204.51 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 248 | 0 | 0.94 | 0.02 | 0.00 | 301.5 | 0.99 | 0.53 |
| Hex | FE | E | F8 | 0 | 5E | 2 | 0 | 12E | 63 | 35 |
| Octal | 376 | 16 | 370 | 0 | 136 | 2 | 0 | 456 | 143 | 65 |
| Binary | 11111110 | 1110 | 11111000 | 0 | 1011110 | 10 | 0 | 100101110 | 1100011 | 110101 |
Color Harmonies of #FE0EF8
Complementary color
Monochromatic Colors of #FE0EF8
Black with #FE0EF8
Text Example
Text Example
White with #FE0EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EF8; }
p { color: rgb(254,14,248); }
H1.HeaderClassName
{
color: #FE0EF8;
}
.AnyTagClassName
{
color: #FE0EF8;
}
</style>
background-color css
<style>
a { background-color: #FE0EF8; }
a { background-color: rgb(254,14,248); }
div.DivClassName
{
background-color: #FE0EF8;
}
.BgClassName
{
background-color: #FE0EF8;
}
</style>
border-color css
<style>
span { border-color: #FE0EF8; }
span { border-color: rgb(254,14,248); }
td.TdClassName
{
border-color: #FE0EF8;
}
.TagClassName
{
border-color: #FE0EF8;
}
</style>