Shades of Magenta #FE0AE7
Tints of Magenta #FE0AE7
RGB
CMYK
RGB Variations
Color information
#FE0AE7 (or 0xFE0AE7) is known color: Magenta. HEX triplet: FE, 0A and E7. RGB value is (254,10,231). Sum of RGB (Red+Green+Blue) = 254+10+231=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AE7 is #01F518. Grayscale: #6B6B6B. Windows color (decimal): -128281 or 15141630. OLE color: 15141630.
HSL color Cylindrical-coordinate representation of color #FE0AE7: hue angle of 305.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0AE7 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 231 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.00 |
| HSL | 305.66º | 0.99% | 0.52% | - |
| HSV(B) | 305.66º | 0.96% | 1% | - |
| XYZ | 55.41 | 27.06 | 77.9 | - |
| YUV | 108.15 | 197.34 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 231 | 0 | 0.96 | 0.09 | 0.00 | 305.66 | 0.99 | 0.52 |
| Hex | FE | A | E7 | 0 | 60 | 9 | 0 | 132 | 63 | 34 |
| Octal | 376 | 12 | 347 | 0 | 140 | 11 | 0 | 462 | 143 | 64 |
| Binary | 11111110 | 1010 | 11100111 | 0 | 1100000 | 1001 | 0 | 100110010 | 1100011 | 110100 |
Color Harmonies of #FE0AE7
Complementary color
Monochromatic Colors of #FE0AE7
Black with #FE0AE7
Text Example
Text Example
White with #FE0AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AE7; }
p { color: rgb(254,10,231); }
H1.HeaderClassName
{
color: #FE0AE7;
}
.AnyTagClassName
{
color: #FE0AE7;
}
</style>
background-color css
<style>
a { background-color: #FE0AE7; }
a { background-color: rgb(254,10,231); }
div.DivClassName
{
background-color: #FE0AE7;
}
.BgClassName
{
background-color: #FE0AE7;
}
</style>
border-color css
<style>
span { border-color: #FE0AE7; }
span { border-color: rgb(254,10,231); }
td.TdClassName
{
border-color: #FE0AE7;
}
.TagClassName
{
border-color: #FE0AE7;
}
</style>