Shades of Hot Magenta #FF10D1
Tints of Hot Magenta #FF10D1
RGB
CMYK
RGB Variations
Color information
#FF10D1 (or 0xFF10D1) is known color: Hot Magenta. HEX triplet: FF, 10 and D1. RGB value is (255,16,209). Sum of RGB (Red+Green+Blue) = 255+16+209=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF10D1 is #00EF2E. Grayscale: #6C6C6C. Windows color (decimal): -61231 or 13701375. OLE color: 13701375.
HSL color Cylindrical-coordinate representation of color #FF10D1: hue angle of 311.55º 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 #FF10D1 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 209 | - |
| CMYK | 0 | 0.94 | 0.18 | 0 |
| HSL | 311.55º | 1% | 0.53% | - |
| HSV(B) | 311.55º | 0.94% | 1% | - |
| XYZ | 52.93 | 26.23 | 62.6 | - |
| YUV | 109.46 | 184.18 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 209 | 0 | 0.94 | 0.18 | 0 | 311.55 | 1 | 0.53 |
| Hex | FF | 10 | D1 | 0 | 5E | 12 | 0 | 138 | 64 | 35 |
| Octal | 377 | 20 | 321 | 0 | 136 | 22 | 0 | 470 | 144 | 65 |
| Binary | 11111111 | 10000 | 11010001 | 0 | 1011110 | 10010 | 0 | 100111000 | 1100100 | 110101 |
Color Harmonies of #FF10D1
Complementary color
Monochromatic Colors of #FF10D1
Black with #FF10D1
Text Example
Text Example
White with #FF10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10D1; }
p { color: rgb(255,16,209); }
H1.HeaderClassName
{
color: #FF10D1;
}
.AnyTagClassName
{
color: #FF10D1;
}
</style>
background-color css
<style>
a { background-color: #FF10D1; }
a { background-color: rgb(255,16,209); }
div.DivClassName
{
background-color: #FF10D1;
}
.BgClassName
{
background-color: #FF10D1;
}
</style>
border-color css
<style>
span { border-color: #FF10D1; }
span { border-color: rgb(255,16,209); }
td.TdClassName
{
border-color: #FF10D1;
}
.TagClassName
{
border-color: #FF10D1;
}
</style>