Shades of Hot Magenta #FE10DB
Tints of Hot Magenta #FE10DB
RGB
CMYK
RGB Variations
Color information
#FE10DB (or 0xFE10DB) is known color: Hot Magenta. HEX triplet: FE, 10 and DB. RGB value is (254,16,219). Sum of RGB (Red+Green+Blue) = 254+16+219=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 16 (6.64% from 255 or 3.27% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10DB is #01EF24. Grayscale: #6D6D6D. Windows color (decimal): -126757 or 14356734. OLE color: 14356734.
HSL color Cylindrical-coordinate representation of color #FE10DB: hue angle of 308.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 #FE10DB is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 219 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.00 |
| HSL | 308.82º | 0.99% | 0.53% | - |
| HSV(B) | 308.82º | 0.94% | 1% | - |
| XYZ | 53.84 | 26.56 | 69.31 | - |
| YUV | 110.3 | 189.35 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 219 | 0 | 0.94 | 0.14 | 0.00 | 308.82 | 0.99 | 0.53 |
| Hex | FE | 10 | DB | 0 | 5E | E | 0 | 135 | 63 | 35 |
| Octal | 376 | 20 | 333 | 0 | 136 | 16 | 0 | 465 | 143 | 65 |
| Binary | 11111110 | 10000 | 11011011 | 0 | 1011110 | 1110 | 0 | 100110101 | 1100011 | 110101 |
Color Harmonies of #FE10DB
Complementary color
Monochromatic Colors of #FE10DB
Black with #FE10DB
Text Example
Text Example
White with #FE10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10DB; }
p { color: rgb(254,16,219); }
H1.HeaderClassName
{
color: #FE10DB;
}
.AnyTagClassName
{
color: #FE10DB;
}
</style>
background-color css
<style>
a { background-color: #FE10DB; }
a { background-color: rgb(254,16,219); }
div.DivClassName
{
background-color: #FE10DB;
}
.BgClassName
{
background-color: #FE10DB;
}
</style>
border-color css
<style>
span { border-color: #FE10DB; }
span { border-color: rgb(254,16,219); }
td.TdClassName
{
border-color: #FE10DB;
}
.TagClassName
{
border-color: #FE10DB;
}
</style>