Shades of Hot Magenta #FF0AE0
Tints of Hot Magenta #FF0AE0
RGB
CMYK
RGB Variations
Color information
#FF0AE0 (or 0xFF0AE0) is known color: Hot Magenta. HEX triplet: FF, 0A and E0. RGB value is (255,10,224). Sum of RGB (Red+Green+Blue) = 255+10+224=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 10 (4.30% from 255 or 2.04% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AE0 is #00F51F. Grayscale: #6B6B6B. Windows color (decimal): -62752 or 14682879. OLE color: 14682879.
HSL color Cylindrical-coordinate representation of color #FF0AE0: hue angle of 307.59º 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 #FF0AE0 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 224 | - |
| CMYK | 0 | 0.96 | 0.12 | 0 |
| HSL | 307.59º | 1% | 0.52% | - |
| HSV(B) | 307.59º | 0.96% | 1% | - |
| XYZ | 54.8 | 26.86 | 72.82 | - |
| YUV | 107.65 | 193.67 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 224 | 0 | 0.96 | 0.12 | 0 | 307.59 | 1 | 0.52 |
| Hex | FF | A | E0 | 0 | 60 | C | 0 | 134 | 64 | 34 |
| Octal | 377 | 12 | 340 | 0 | 140 | 14 | 0 | 464 | 144 | 64 |
| Binary | 11111111 | 1010 | 11100000 | 0 | 1100000 | 1100 | 0 | 100110100 | 1100100 | 110100 |
Color Harmonies of #FF0AE0
Complementary color
Monochromatic Colors of #FF0AE0
Black with #FF0AE0
Text Example
Text Example
White with #FF0AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AE0; }
p { color: rgb(255,10,224); }
H1.HeaderClassName
{
color: #FF0AE0;
}
.AnyTagClassName
{
color: #FF0AE0;
}
</style>
background-color css
<style>
a { background-color: #FF0AE0; }
a { background-color: rgb(255,10,224); }
div.DivClassName
{
background-color: #FF0AE0;
}
.BgClassName
{
background-color: #FF0AE0;
}
</style>
border-color css
<style>
span { border-color: #FF0AE0; }
span { border-color: rgb(255,10,224); }
td.TdClassName
{
border-color: #FF0AE0;
}
.TagClassName
{
border-color: #FF0AE0;
}
</style>