Shades of Hot Magenta #FF11DE
Tints of Hot Magenta #FF11DE
RGB
CMYK
RGB Variations
Color information
#FF11DE (or 0xFF11DE) is known color: Hot Magenta. HEX triplet: FF, 11 and DE. RGB value is (255,17,222). Sum of RGB (Red+Green+Blue) = 255+17+222=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11DE is #00EE21. Grayscale: #6E6E6E. Windows color (decimal): -60962 or 14553599. OLE color: 14553599.
HSL color Cylindrical-coordinate representation of color #FF11DE: hue angle of 308.32º 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 #FF11DE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 222 | - |
| CMYK | 0 | 0.93 | 0.13 | 0 |
| HSL | 308.32º | 1% | 0.53% | - |
| HSV(B) | 308.32º | 0.93% | 1% | - |
| XYZ | 54.63 | 26.93 | 71.43 | - |
| YUV | 111.53 | 190.35 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 222 | 0 | 0.93 | 0.13 | 0 | 308.32 | 1 | 0.53 |
| Hex | FF | 11 | DE | 0 | 5D | D | 0 | 134 | 64 | 35 |
| Octal | 377 | 21 | 336 | 0 | 135 | 15 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 10001 | 11011110 | 0 | 1011101 | 1101 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF11DE
Complementary color
Monochromatic Colors of #FF11DE
Black with #FF11DE
Text Example
Text Example
White with #FF11DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11DE; }
p { color: rgb(255,17,222); }
H1.HeaderClassName
{
color: #FF11DE;
}
.AnyTagClassName
{
color: #FF11DE;
}
</style>
background-color css
<style>
a { background-color: #FF11DE; }
a { background-color: rgb(255,17,222); }
div.DivClassName
{
background-color: #FF11DE;
}
.BgClassName
{
background-color: #FF11DE;
}
</style>
border-color css
<style>
span { border-color: #FF11DE; }
span { border-color: rgb(255,17,222); }
td.TdClassName
{
border-color: #FF11DE;
}
.TagClassName
{
border-color: #FF11DE;
}
</style>