Shades of Hot Magenta #FF0ADA
Tints of Hot Magenta #FF0ADA
RGB
CMYK
RGB Variations
Color information
#FF0ADA (or 0xFF0ADA) is known color: Hot Magenta. HEX triplet: FF, 0A and DA. RGB value is (255,10,218). Sum of RGB (Red+Green+Blue) = 255+10+218=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ADA is #00F525. Grayscale: #6A6A6A. Windows color (decimal): -62758 or 14289663. OLE color: 14289663.
HSL color Cylindrical-coordinate representation of color #FF0ADA: hue angle of 309.06º 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 #FF0ADA is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 218 | - |
| CMYK | 0 | 0.96 | 0.15 | 0 |
| HSL | 309.06º | 1% | 0.52% | - |
| HSV(B) | 309.06º | 0.96% | 1% | - |
| XYZ | 54 | 26.54 | 68.61 | - |
| YUV | 106.97 | 190.67 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 218 | 0 | 0.96 | 0.15 | 0 | 309.06 | 1 | 0.52 |
| Hex | FF | A | DA | 0 | 60 | F | 0 | 135 | 64 | 34 |
| Octal | 377 | 12 | 332 | 0 | 140 | 17 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1010 | 11011010 | 0 | 1100000 | 1111 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF0ADA
Complementary color
Monochromatic Colors of #FF0ADA
Black with #FF0ADA
Text Example
Text Example
White with #FF0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ADA; }
p { color: rgb(255,10,218); }
H1.HeaderClassName
{
color: #FF0ADA;
}
.AnyTagClassName
{
color: #FF0ADA;
}
</style>
background-color css
<style>
a { background-color: #FF0ADA; }
a { background-color: rgb(255,10,218); }
div.DivClassName
{
background-color: #FF0ADA;
}
.BgClassName
{
background-color: #FF0ADA;
}
</style>
border-color css
<style>
span { border-color: #FF0ADA; }
span { border-color: rgb(255,10,218); }
td.TdClassName
{
border-color: #FF0ADA;
}
.TagClassName
{
border-color: #FF0ADA;
}
</style>