Shades of Hot Magenta #FF0AD2
Tints of Hot Magenta #FF0AD2
RGB
CMYK
RGB Variations
Color information
#FF0AD2 (or 0xFF0AD2) is known color: Hot Magenta. HEX triplet: FF, 0A and D2. RGB value is (255,10,210). Sum of RGB (Red+Green+Blue) = 255+10+210=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0AD2 is #00F52D. Grayscale: #696969. Windows color (decimal): -62766 or 13765375. OLE color: 13765375.
HSL color Cylindrical-coordinate representation of color #FF0AD2: hue angle of 311.02º 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 #FF0AD2 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 210 | - |
| CMYK | 0 | 0.96 | 0.18 | 0 |
| HSL | 311.02º | 1% | 0.52% | - |
| HSV(B) | 311.02º | 0.96% | 1% | - |
| XYZ | 52.98 | 26.13 | 63.22 | - |
| YUV | 106.06 | 186.67 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 210 | 0 | 0.96 | 0.18 | 0 | 311.02 | 1 | 0.52 |
| Hex | FF | A | D2 | 0 | 60 | 12 | 0 | 137 | 64 | 34 |
| Octal | 377 | 12 | 322 | 0 | 140 | 22 | 0 | 467 | 144 | 64 |
| Binary | 11111111 | 1010 | 11010010 | 0 | 1100000 | 10010 | 0 | 100110111 | 1100100 | 110100 |
Color Harmonies of #FF0AD2
Complementary color
Monochromatic Colors of #FF0AD2
Black with #FF0AD2
Text Example
Text Example
White with #FF0AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AD2; }
p { color: rgb(255,10,210); }
H1.HeaderClassName
{
color: #FF0AD2;
}
.AnyTagClassName
{
color: #FF0AD2;
}
</style>
background-color css
<style>
a { background-color: #FF0AD2; }
a { background-color: rgb(255,10,210); }
div.DivClassName
{
background-color: #FF0AD2;
}
.BgClassName
{
background-color: #FF0AD2;
}
</style>
border-color css
<style>
span { border-color: #FF0AD2; }
span { border-color: rgb(255,10,210); }
td.TdClassName
{
border-color: #FF0AD2;
}
.TagClassName
{
border-color: #FF0AD2;
}
</style>