Shades of Hot Magenta #FF0ADB
Tints of Hot Magenta #FF0ADB
RGB
CMYK
RGB Variations
Color information
#FF0ADB (or 0xFF0ADB) is known color: Hot Magenta. HEX triplet: FF, 0A and DB. RGB value is (255,10,219). Sum of RGB (Red+Green+Blue) = 255+10+219=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ADB is #00F524. Grayscale: #6A6A6A. Windows color (decimal): -62757 or 14355199. OLE color: 14355199.
HSL color Cylindrical-coordinate representation of color #FF0ADB: hue angle of 308.82º 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 #FF0ADB is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.14 | 0 |
| HSL | 308.82º | 1% | 0.52% | - |
| HSV(B) | 308.82º | 0.96% | 1% | - |
| XYZ | 54.13 | 26.59 | 69.3 | - |
| YUV | 107.08 | 191.17 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 219 | 0 | 0.96 | 0.14 | 0 | 308.82 | 1 | 0.52 |
| Hex | FF | A | DB | 0 | 60 | E | 0 | 135 | 64 | 34 |
| Octal | 377 | 12 | 333 | 0 | 140 | 16 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1010 | 11011011 | 0 | 1100000 | 1110 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF0ADB
Complementary color
Monochromatic Colors of #FF0ADB
Black with #FF0ADB
Text Example
Text Example
White with #FF0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ADB; }
p { color: rgb(255,10,219); }
H1.HeaderClassName
{
color: #FF0ADB;
}
.AnyTagClassName
{
color: #FF0ADB;
}
</style>
background-color css
<style>
a { background-color: #FF0ADB; }
a { background-color: rgb(255,10,219); }
div.DivClassName
{
background-color: #FF0ADB;
}
.BgClassName
{
background-color: #FF0ADB;
}
</style>
border-color css
<style>
span { border-color: #FF0ADB; }
span { border-color: rgb(255,10,219); }
td.TdClassName
{
border-color: #FF0ADB;
}
.TagClassName
{
border-color: #FF0ADB;
}
</style>