Shades of Hot Magenta #FE10DF
Tints of Hot Magenta #FE10DF
RGB
CMYK
RGB Variations
Color information
#FE10DF (or 0xFE10DF) is known color: Hot Magenta. HEX triplet: FE, 10 and DF. RGB value is (254,16,223). Sum of RGB (Red+Green+Blue) = 254+16+223=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10DF is #01EF20. Grayscale: #6E6E6E. Windows color (decimal): -126753 or 14618878. OLE color: 14618878.
HSL color Cylindrical-coordinate representation of color #FE10DF: hue angle of 307.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10DF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 223 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.00 |
| HSL | 307.82º | 0.99% | 0.53% | - |
| HSV(B) | 307.82º | 0.94% | 1% | - |
| XYZ | 54.38 | 26.77 | 72.11 | - |
| YUV | 110.76 | 191.35 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 223 | 0 | 0.94 | 0.12 | 0.00 | 307.82 | 0.99 | 0.53 |
| Hex | FE | 10 | DF | 0 | 5E | C | 0 | 134 | 63 | 35 |
| Octal | 376 | 20 | 337 | 0 | 136 | 14 | 0 | 464 | 143 | 65 |
| Binary | 11111110 | 10000 | 11011111 | 0 | 1011110 | 1100 | 0 | 100110100 | 1100011 | 110101 |
Color Harmonies of #FE10DF
Complementary color
Monochromatic Colors of #FE10DF
Black with #FE10DF
Text Example
Text Example
White with #FE10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10DF; }
p { color: rgb(254,16,223); }
H1.HeaderClassName
{
color: #FE10DF;
}
.AnyTagClassName
{
color: #FE10DF;
}
</style>
background-color css
<style>
a { background-color: #FE10DF; }
a { background-color: rgb(254,16,223); }
div.DivClassName
{
background-color: #FE10DF;
}
.BgClassName
{
background-color: #FE10DF;
}
</style>
border-color css
<style>
span { border-color: #FE10DF; }
span { border-color: rgb(254,16,223); }
td.TdClassName
{
border-color: #FE10DF;
}
.TagClassName
{
border-color: #FE10DF;
}
</style>