Shades of Hot Magenta #FF10D0
Tints of Hot Magenta #FF10D0
RGB
CMYK
RGB Variations
Color information
#FF10D0 (or 0xFF10D0) is known color: Hot Magenta. HEX triplet: FF, 10 and D0. RGB value is (255,16,208). Sum of RGB (Red+Green+Blue) = 255+16+208=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF10D0 is #00EF2F. Grayscale: #6C6C6C. Windows color (decimal): -61232 or 13635839. OLE color: 13635839.
HSL color Cylindrical-coordinate representation of color #FF10D0: hue angle of 311.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF10D0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 208 | - |
| CMYK | 0 | 0.94 | 0.18 | 0 |
| HSL | 311.8º | 1% | 0.53% | - |
| HSV(B) | 311.8º | 0.94% | 1% | - |
| XYZ | 52.81 | 26.18 | 61.95 | - |
| YUV | 109.35 | 183.68 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 208 | 0 | 0.94 | 0.18 | 0 | 311.8 | 1 | 0.53 |
| Hex | FF | 10 | D0 | 0 | 5E | 12 | 0 | 138 | 64 | 35 |
| Octal | 377 | 20 | 320 | 0 | 136 | 22 | 0 | 470 | 144 | 65 |
| Binary | 11111111 | 10000 | 11010000 | 0 | 1011110 | 10010 | 0 | 100111000 | 1100100 | 110101 |
Color Harmonies of #FF10D0
Complementary color
Monochromatic Colors of #FF10D0
Black with #FF10D0
Text Example
Text Example
White with #FF10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10D0; }
p { color: rgb(255,16,208); }
H1.HeaderClassName
{
color: #FF10D0;
}
.AnyTagClassName
{
color: #FF10D0;
}
</style>
background-color css
<style>
a { background-color: #FF10D0; }
a { background-color: rgb(255,16,208); }
div.DivClassName
{
background-color: #FF10D0;
}
.BgClassName
{
background-color: #FF10D0;
}
</style>
border-color css
<style>
span { border-color: #FF10D0; }
span { border-color: rgb(255,16,208); }
td.TdClassName
{
border-color: #FF10D0;
}
.TagClassName
{
border-color: #FF10D0;
}
</style>