Shades of Magenta #FF0AEE
Tints of Magenta #FF0AEE
RGB
CMYK
RGB Variations
Color information
#FF0AEE (or 0xFF0AEE) is known color: Magenta. HEX triplet: FF, 0A and EE. RGB value is (255,10,238). Sum of RGB (Red+Green+Blue) = 255+10+238=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AEE is #00F511. Grayscale: #6C6C6C. Windows color (decimal): -62738 or 15600383. OLE color: 15600383.
HSL color Cylindrical-coordinate representation of color #FF0AEE: hue angle of 304.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AEE is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 238 | - |
| CMYK | 0 | 0.96 | 0.07 | 0 |
| HSL | 304.16º | 1% | 0.52% | - |
| HSV(B) | 304.16º | 0.96% | 1% | - |
| XYZ | 56.78 | 27.65 | 83.23 | - |
| YUV | 109.25 | 200.67 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 238 | 0 | 0.96 | 0.07 | 0 | 304.16 | 1 | 0.52 |
| Hex | FF | A | EE | 0 | 60 | 7 | 0 | 130 | 64 | 34 |
| Octal | 377 | 12 | 356 | 0 | 140 | 7 | 0 | 460 | 144 | 64 |
| Binary | 11111111 | 1010 | 11101110 | 0 | 1100000 | 111 | 0 | 100110000 | 1100100 | 110100 |
Color Harmonies of #FF0AEE
Complementary color
Monochromatic Colors of #FF0AEE
Black with #FF0AEE
Text Example
Text Example
White with #FF0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AEE; }
p { color: rgb(255,10,238); }
H1.HeaderClassName
{
color: #FF0AEE;
}
.AnyTagClassName
{
color: #FF0AEE;
}
</style>
background-color css
<style>
a { background-color: #FF0AEE; }
a { background-color: rgb(255,10,238); }
div.DivClassName
{
background-color: #FF0AEE;
}
.BgClassName
{
background-color: #FF0AEE;
}
</style>
border-color css
<style>
span { border-color: #FF0AEE; }
span { border-color: rgb(255,10,238); }
td.TdClassName
{
border-color: #FF0AEE;
}
.TagClassName
{
border-color: #FF0AEE;
}
</style>