Shades of Hot Magenta #FF10DF
Tints of Hot Magenta #FF10DF
RGB
CMYK
RGB Variations
Color information
#FF10DF (or 0xFF10DF) is known color: Hot Magenta. HEX triplet: FF, 10 and DF. RGB value is (255,16,223). Sum of RGB (Red+Green+Blue) = 255+16+223=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF10DF is #00EF20. Grayscale: #6E6E6E. Windows color (decimal): -61217 or 14618879. OLE color: 14618879.
HSL color Cylindrical-coordinate representation of color #FF10DF: hue angle of 308.03º 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 #FF10DF is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 223 | - |
| CMYK | 0 | 0.94 | 0.13 | 0 |
| HSL | 308.03º | 1% | 0.53% | - |
| HSV(B) | 308.03º | 0.94% | 1% | - |
| XYZ | 54.74 | 26.96 | 72.13 | - |
| YUV | 111.06 | 191.18 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 223 | 0 | 0.94 | 0.13 | 0 | 308.03 | 1 | 0.53 |
| Hex | FF | 10 | DF | 0 | 5E | D | 0 | 134 | 64 | 35 |
| Octal | 377 | 20 | 337 | 0 | 136 | 15 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 10000 | 11011111 | 0 | 1011110 | 1101 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF10DF
Complementary color
Monochromatic Colors of #FF10DF
Black with #FF10DF
Text Example
Text Example
White with #FF10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10DF; }
p { color: rgb(255,16,223); }
H1.HeaderClassName
{
color: #FF10DF;
}
.AnyTagClassName
{
color: #FF10DF;
}
</style>
background-color css
<style>
a { background-color: #FF10DF; }
a { background-color: rgb(255,16,223); }
div.DivClassName
{
background-color: #FF10DF;
}
.BgClassName
{
background-color: #FF10DF;
}
</style>
border-color css
<style>
span { border-color: #FF10DF; }
span { border-color: rgb(255,16,223); }
td.TdClassName
{
border-color: #FF10DF;
}
.TagClassName
{
border-color: #FF10DF;
}
</style>