Shades of Hot Magenta #FF0ADF
Tints of Hot Magenta #FF0ADF
RGB
CMYK
RGB Variations
Color information
#FF0ADF (or 0xFF0ADF) is known color: Hot Magenta. HEX triplet: FF, 0A and DF. RGB value is (255,10,223). Sum of RGB (Red+Green+Blue) = 255+10+223=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 10 (4.30% from 255 or 2.05% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ADF is #00F520. Grayscale: #6A6A6A. Windows color (decimal): -62753 or 14617343. OLE color: 14617343.
HSL color Cylindrical-coordinate representation of color #FF0ADF: hue angle of 307.84º 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 #FF0ADF is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.13 | 0 |
| HSL | 307.84º | 1% | 0.52% | - |
| HSV(B) | 307.84º | 0.96% | 1% | - |
| XYZ | 54.67 | 26.8 | 72.1 | - |
| YUV | 107.54 | 193.17 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 223 | 0 | 0.96 | 0.13 | 0 | 307.84 | 1 | 0.52 |
| Hex | FF | A | DF | 0 | 60 | D | 0 | 134 | 64 | 34 |
| Octal | 377 | 12 | 337 | 0 | 140 | 15 | 0 | 464 | 144 | 64 |
| Binary | 11111111 | 1010 | 11011111 | 0 | 1100000 | 1101 | 0 | 100110100 | 1100100 | 110100 |
Color Harmonies of #FF0ADF
Complementary color
Monochromatic Colors of #FF0ADF
Black with #FF0ADF
Text Example
Text Example
White with #FF0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ADF; }
p { color: rgb(255,10,223); }
H1.HeaderClassName
{
color: #FF0ADF;
}
.AnyTagClassName
{
color: #FF0ADF;
}
</style>
background-color css
<style>
a { background-color: #FF0ADF; }
a { background-color: rgb(255,10,223); }
div.DivClassName
{
background-color: #FF0ADF;
}
.BgClassName
{
background-color: #FF0ADF;
}
</style>
border-color css
<style>
span { border-color: #FF0ADF; }
span { border-color: rgb(255,10,223); }
td.TdClassName
{
border-color: #FF0ADF;
}
.TagClassName
{
border-color: #FF0ADF;
}
</style>