Shades of Hot Magenta #FF11DA
Tints of Hot Magenta #FF11DA
RGB
CMYK
RGB Variations
Color information
#FF11DA (or 0xFF11DA) is known color: Hot Magenta. HEX triplet: FF, 11 and DA. RGB value is (255,17,218). Sum of RGB (Red+Green+Blue) = 255+17+218=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11DA is #00EE25. Grayscale: #6E6E6E. Windows color (decimal): -60966 or 14291455. OLE color: 14291455.
HSL color Cylindrical-coordinate representation of color #FF11DA: hue angle of 309.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11DA is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 218 | - |
| CMYK | 0 | 0.93 | 0.15 | 0 |
| HSL | 309.33º | 1% | 0.53% | - |
| HSV(B) | 309.33º | 0.93% | 1% | - |
| XYZ | 54.1 | 26.72 | 68.64 | - |
| YUV | 111.08 | 188.35 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 218 | 0 | 0.93 | 0.15 | 0 | 309.33 | 1 | 0.53 |
| Hex | FF | 11 | DA | 0 | 5D | F | 0 | 135 | 64 | 35 |
| Octal | 377 | 21 | 332 | 0 | 135 | 17 | 0 | 465 | 144 | 65 |
| Binary | 11111111 | 10001 | 11011010 | 0 | 1011101 | 1111 | 0 | 100110101 | 1100100 | 110101 |
Color Harmonies of #FF11DA
Complementary color
Monochromatic Colors of #FF11DA
Black with #FF11DA
Text Example
Text Example
White with #FF11DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11DA; }
p { color: rgb(255,17,218); }
H1.HeaderClassName
{
color: #FF11DA;
}
.AnyTagClassName
{
color: #FF11DA;
}
</style>
background-color css
<style>
a { background-color: #FF11DA; }
a { background-color: rgb(255,17,218); }
div.DivClassName
{
background-color: #FF11DA;
}
.BgClassName
{
background-color: #FF11DA;
}
</style>
border-color css
<style>
span { border-color: #FF11DA; }
span { border-color: rgb(255,17,218); }
td.TdClassName
{
border-color: #FF11DA;
}
.TagClassName
{
border-color: #FF11DA;
}
</style>