Shades of Hot Magenta #FF10DE
Tints of Hot Magenta #FF10DE
RGB
CMYK
RGB Variations
Color information
#FF10DE (or 0xFF10DE) is known color: Hot Magenta. HEX triplet: FF, 10 and DE. RGB value is (255,16,222). Sum of RGB (Red+Green+Blue) = 255+16+222=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF10DE is #00EF21. Grayscale: #6E6E6E. Windows color (decimal): -61218 or 14553343. OLE color: 14553343.
HSL color Cylindrical-coordinate representation of color #FF10DE: hue angle of 308.28º 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 #FF10DE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 222 | - |
| CMYK | 0 | 0.94 | 0.13 | 0 |
| HSL | 308.28º | 1% | 0.53% | - |
| HSV(B) | 308.28º | 0.94% | 1% | - |
| XYZ | 54.61 | 26.9 | 71.42 | - |
| YUV | 110.95 | 190.68 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 222 | 0 | 0.94 | 0.13 | 0 | 308.28 | 1 | 0.53 |
| Hex | FF | 10 | DE | 0 | 5E | D | 0 | 134 | 64 | 35 |
| Octal | 377 | 20 | 336 | 0 | 136 | 15 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 10000 | 11011110 | 0 | 1011110 | 1101 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF10DE
Complementary color
Monochromatic Colors of #FF10DE
Black with #FF10DE
Text Example
Text Example
White with #FF10DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10DE; }
p { color: rgb(255,16,222); }
H1.HeaderClassName
{
color: #FF10DE;
}
.AnyTagClassName
{
color: #FF10DE;
}
</style>
background-color css
<style>
a { background-color: #FF10DE; }
a { background-color: rgb(255,16,222); }
div.DivClassName
{
background-color: #FF10DE;
}
.BgClassName
{
background-color: #FF10DE;
}
</style>
border-color css
<style>
span { border-color: #FF10DE; }
span { border-color: rgb(255,16,222); }
td.TdClassName
{
border-color: #FF10DE;
}
.TagClassName
{
border-color: #FF10DE;
}
</style>