Shades of Hot Magenta #FF0AE3
Tints of Hot Magenta #FF0AE3
RGB
CMYK
RGB Variations
Color information
#FF0AE3 (or 0xFF0AE3) is known color: Hot Magenta. HEX triplet: FF, 0A and E3. RGB value is (255,10,227). Sum of RGB (Red+Green+Blue) = 255+10+227=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 10 (4.30% from 255 or 2.03% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AE3 is #00F51C. Grayscale: #6B6B6B. Windows color (decimal): -62749 or 14879487. OLE color: 14879487.
HSL color Cylindrical-coordinate representation of color #FF0AE3: hue angle of 306.86º 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 #FF0AE3 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 227 | - |
| CMYK | 0 | 0.96 | 0.11 | 0 |
| HSL | 306.86º | 1% | 0.52% | - |
| HSV(B) | 306.86º | 0.96% | 1% | - |
| XYZ | 55.21 | 27.02 | 74.98 | - |
| YUV | 107.99 | 195.17 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 227 | 0 | 0.96 | 0.11 | 0 | 306.86 | 1 | 0.52 |
| Hex | FF | A | E3 | 0 | 60 | B | 0 | 133 | 64 | 34 |
| Octal | 377 | 12 | 343 | 0 | 140 | 13 | 0 | 463 | 144 | 64 |
| Binary | 11111111 | 1010 | 11100011 | 0 | 1100000 | 1011 | 0 | 100110011 | 1100100 | 110100 |
Color Harmonies of #FF0AE3
Complementary color
Monochromatic Colors of #FF0AE3
Black with #FF0AE3
Text Example
Text Example
White with #FF0AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AE3; }
p { color: rgb(255,10,227); }
H1.HeaderClassName
{
color: #FF0AE3;
}
.AnyTagClassName
{
color: #FF0AE3;
}
</style>
background-color css
<style>
a { background-color: #FF0AE3; }
a { background-color: rgb(255,10,227); }
div.DivClassName
{
background-color: #FF0AE3;
}
.BgClassName
{
background-color: #FF0AE3;
}
</style>
border-color css
<style>
span { border-color: #FF0AE3; }
span { border-color: rgb(255,10,227); }
td.TdClassName
{
border-color: #FF0AE3;
}
.TagClassName
{
border-color: #FF0AE3;
}
</style>