Shades of Magenta #FE0EF0
Tints of Magenta #FE0EF0
RGB
CMYK
RGB Variations
Color information
#FE0EF0 (or 0xFE0EF0) is known color: Magenta. HEX triplet: FE, 0E and F0. RGB value is (254,14,240). Sum of RGB (Red+Green+Blue) = 254+14+240=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EF0 is #01F10F. Grayscale: #6E6E6E. Windows color (decimal): -127248 or 15732478. OLE color: 15732478.
HSL color Cylindrical-coordinate representation of color #FE0EF0: hue angle of 303.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 #FE0EF0 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 240 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.00 |
| HSL | 303.5º | 0.99% | 0.53% | - |
| HSV(B) | 303.5º | 0.94% | 1% | - |
| XYZ | 56.76 | 27.68 | 84.79 | - |
| YUV | 111.52 | 200.51 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 240 | 0 | 0.94 | 0.06 | 0.00 | 303.5 | 0.99 | 0.53 |
| Hex | FE | E | F0 | 0 | 5E | 6 | 0 | 130 | 63 | 35 |
| Octal | 376 | 16 | 360 | 0 | 136 | 6 | 0 | 460 | 143 | 65 |
| Binary | 11111110 | 1110 | 11110000 | 0 | 1011110 | 110 | 0 | 100110000 | 1100011 | 110101 |
Color Harmonies of #FE0EF0
Complementary color
Monochromatic Colors of #FE0EF0
Black with #FE0EF0
Text Example
Text Example
White with #FE0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EF0; }
p { color: rgb(254,14,240); }
H1.HeaderClassName
{
color: #FE0EF0;
}
.AnyTagClassName
{
color: #FE0EF0;
}
</style>
background-color css
<style>
a { background-color: #FE0EF0; }
a { background-color: rgb(254,14,240); }
div.DivClassName
{
background-color: #FE0EF0;
}
.BgClassName
{
background-color: #FE0EF0;
}
</style>
border-color css
<style>
span { border-color: #FE0EF0; }
span { border-color: rgb(254,14,240); }
td.TdClassName
{
border-color: #FE0EF0;
}
.TagClassName
{
border-color: #FE0EF0;
}
</style>