Shades of Magenta #FE0AEE
Tints of Magenta #FE0AEE
RGB
CMYK
RGB Variations
Color information
#FE0AEE (or 0xFE0AEE) is known color: Magenta. HEX triplet: FE, 0A and EE. RGB value is (254,10,238). Sum of RGB (Red+Green+Blue) = 254+10+238=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AEE is #01F511. Grayscale: #6C6C6C. Windows color (decimal): -128274 or 15600382. OLE color: 15600382.
HSL color Cylindrical-coordinate representation of color #FE0AEE: hue angle of 303.93º 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 #FE0AEE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 238 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.00 |
| HSL | 303.93º | 0.99% | 0.52% | - |
| HSV(B) | 303.93º | 0.96% | 1% | - |
| XYZ | 56.41 | 27.46 | 83.22 | - |
| YUV | 108.95 | 200.84 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 238 | 0 | 0.96 | 0.06 | 0.00 | 303.93 | 0.99 | 0.52 |
| Hex | FE | A | EE | 0 | 60 | 6 | 0 | 130 | 63 | 34 |
| Octal | 376 | 12 | 356 | 0 | 140 | 6 | 0 | 460 | 143 | 64 |
| Binary | 11111110 | 1010 | 11101110 | 0 | 1100000 | 110 | 0 | 100110000 | 1100011 | 110100 |
Color Harmonies of #FE0AEE
Complementary color
Monochromatic Colors of #FE0AEE
Black with #FE0AEE
Text Example
Text Example
White with #FE0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AEE; }
p { color: rgb(254,10,238); }
H1.HeaderClassName
{
color: #FE0AEE;
}
.AnyTagClassName
{
color: #FE0AEE;
}
</style>
background-color css
<style>
a { background-color: #FE0AEE; }
a { background-color: rgb(254,10,238); }
div.DivClassName
{
background-color: #FE0AEE;
}
.BgClassName
{
background-color: #FE0AEE;
}
</style>
border-color css
<style>
span { border-color: #FE0AEE; }
span { border-color: rgb(254,10,238); }
td.TdClassName
{
border-color: #FE0AEE;
}
.TagClassName
{
border-color: #FE0AEE;
}
</style>