Shades of Magenta #FE0EFA
Tints of Magenta #FE0EFA
RGB
CMYK
RGB Variations
Color information
#FE0EFA (or 0xFE0EFA) is known color: Magenta. HEX triplet: FE, 0E and FA. RGB value is (254,14,250). Sum of RGB (Red+Green+Blue) = 254+14+250=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 14 (5.86% from 255 or 2.70% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EFA is #01F105. Grayscale: #6F6F6F. Windows color (decimal): -127238 or 16387838. OLE color: 16387838.
HSL color Cylindrical-coordinate representation of color #FE0EFA: hue angle of 301º 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 #FE0EFA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 250 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.00 |
| HSL | 301º | 0.99% | 0.53% | - |
| HSV(B) | 301º | 0.94% | 1% | - |
| XYZ | 58.29 | 28.29 | 92.83 | - |
| YUV | 112.66 | 205.51 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 250 | 0 | 0.94 | 0.02 | 0.00 | 301 | 0.99 | 0.53 |
| Hex | FE | E | FA | 0 | 5E | 2 | 0 | 12D | 63 | 35 |
| Octal | 376 | 16 | 372 | 0 | 136 | 2 | 0 | 455 | 143 | 65 |
| Binary | 11111110 | 1110 | 11111010 | 0 | 1011110 | 10 | 0 | 100101101 | 1100011 | 110101 |
Color Harmonies of #FE0EFA
Complementary color
Monochromatic Colors of #FE0EFA
Black with #FE0EFA
Text Example
Text Example
White with #FE0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EFA; }
p { color: rgb(254,14,250); }
H1.HeaderClassName
{
color: #FE0EFA;
}
.AnyTagClassName
{
color: #FE0EFA;
}
</style>
background-color css
<style>
a { background-color: #FE0EFA; }
a { background-color: rgb(254,14,250); }
div.DivClassName
{
background-color: #FE0EFA;
}
.BgClassName
{
background-color: #FE0EFA;
}
</style>
border-color css
<style>
span { border-color: #FE0EFA; }
span { border-color: rgb(254,14,250); }
td.TdClassName
{
border-color: #FE0EFA;
}
.TagClassName
{
border-color: #FE0EFA;
}
</style>