Shades of Hot Magenta #FF10DB
Tints of Hot Magenta #FF10DB
RGB
CMYK
RGB Variations
Color information
#FF10DB (or 0xFF10DB) is known color: Hot Magenta. HEX triplet: FF, 10 and DB. RGB value is (255,16,219). Sum of RGB (Red+Green+Blue) = 255+16+219=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF10DB is #00EF24. Grayscale: #6E6E6E. Windows color (decimal): -61221 or 14356735. OLE color: 14356735.
HSL color Cylindrical-coordinate representation of color #FF10DB: hue angle of 309.04º 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 #FF10DB is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 219 | - |
| CMYK | 0 | 0.94 | 0.14 | 0 |
| HSL | 309.04º | 1% | 0.53% | - |
| HSV(B) | 309.04º | 0.94% | 1% | - |
| XYZ | 54.21 | 26.75 | 69.32 | - |
| YUV | 110.6 | 189.18 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 219 | 0 | 0.94 | 0.14 | 0 | 309.04 | 1 | 0.53 |
| Hex | FF | 10 | DB | 0 | 5E | E | 0 | 135 | 64 | 35 |
| Octal | 377 | 20 | 333 | 0 | 136 | 16 | 0 | 465 | 144 | 65 |
| Binary | 11111111 | 10000 | 11011011 | 0 | 1011110 | 1110 | 0 | 100110101 | 1100100 | 110101 |
Color Harmonies of #FF10DB
Complementary color
Monochromatic Colors of #FF10DB
Black with #FF10DB
Text Example
Text Example
White with #FF10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10DB; }
p { color: rgb(255,16,219); }
H1.HeaderClassName
{
color: #FF10DB;
}
.AnyTagClassName
{
color: #FF10DB;
}
</style>
background-color css
<style>
a { background-color: #FF10DB; }
a { background-color: rgb(255,16,219); }
div.DivClassName
{
background-color: #FF10DB;
}
.BgClassName
{
background-color: #FF10DB;
}
</style>
border-color css
<style>
span { border-color: #FF10DB; }
span { border-color: rgb(255,16,219); }
td.TdClassName
{
border-color: #FF10DB;
}
.TagClassName
{
border-color: #FF10DB;
}
</style>