Shades of Hot Magenta #FF0AE2
Tints of Hot Magenta #FF0AE2
RGB
CMYK
RGB Variations
Color information
#FF0AE2 (or 0xFF0AE2) is known color: Hot Magenta. HEX triplet: FF, 0A and E2. RGB value is (255,10,226). Sum of RGB (Red+Green+Blue) = 255+10+226=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 10 (4.30% from 255 or 2.04% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AE2 is #00F51D. Grayscale: #6B6B6B. Windows color (decimal): -62750 or 14813951. OLE color: 14813951.
HSL color Cylindrical-coordinate representation of color #FF0AE2: hue angle of 307.1º 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 #FF0AE2 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 226 | - |
| CMYK | 0 | 0.96 | 0.11 | 0 |
| HSL | 307.1º | 1% | 0.52% | - |
| HSV(B) | 307.1º | 0.96% | 1% | - |
| XYZ | 55.08 | 26.97 | 74.25 | - |
| YUV | 107.88 | 194.67 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 226 | 0 | 0.96 | 0.11 | 0 | 307.1 | 1 | 0.52 |
| Hex | FF | A | E2 | 0 | 60 | B | 0 | 133 | 64 | 34 |
| Octal | 377 | 12 | 342 | 0 | 140 | 13 | 0 | 463 | 144 | 64 |
| Binary | 11111111 | 1010 | 11100010 | 0 | 1100000 | 1011 | 0 | 100110011 | 1100100 | 110100 |
Color Harmonies of #FF0AE2
Complementary color
Monochromatic Colors of #FF0AE2
Black with #FF0AE2
Text Example
Text Example
White with #FF0AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AE2; }
p { color: rgb(255,10,226); }
H1.HeaderClassName
{
color: #FF0AE2;
}
.AnyTagClassName
{
color: #FF0AE2;
}
</style>
background-color css
<style>
a { background-color: #FF0AE2; }
a { background-color: rgb(255,10,226); }
div.DivClassName
{
background-color: #FF0AE2;
}
.BgClassName
{
background-color: #FF0AE2;
}
</style>
border-color css
<style>
span { border-color: #FF0AE2; }
span { border-color: rgb(255,10,226); }
td.TdClassName
{
border-color: #FF0AE2;
}
.TagClassName
{
border-color: #FF0AE2;
}
</style>