Shades of Hot Magenta #FE13DB
Tints of Hot Magenta #FE13DB
RGB
CMYK
RGB Variations
Color information
#FE13DB (or 0xFE13DB) is known color: Hot Magenta. HEX triplet: FE, 13 and DB. RGB value is (254,19,219). Sum of RGB (Red+Green+Blue) = 254+19+219=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13DB is #01EC24. Grayscale: #6F6F6F. Windows color (decimal): -125989 or 14357502. OLE color: 14357502.
HSL color Cylindrical-coordinate representation of color #FE13DB: hue angle of 308.94º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13DB is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 219 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.00 |
| HSL | 308.94º | 0.99% | 0.54% | - |
| HSV(B) | 308.94º | 0.93% | 1% | - |
| XYZ | 53.89 | 26.65 | 69.32 | - |
| YUV | 112.07 | 188.36 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 219 | 0 | 0.93 | 0.14 | 0.00 | 308.94 | 0.99 | 0.54 |
| Hex | FE | 13 | DB | 0 | 5D | E | 0 | 135 | 63 | 36 |
| Octal | 376 | 23 | 333 | 0 | 135 | 16 | 0 | 465 | 143 | 66 |
| Binary | 11111110 | 10011 | 11011011 | 0 | 1011101 | 1110 | 0 | 100110101 | 1100011 | 110110 |
Color Harmonies of #FE13DB
Complementary color
Monochromatic Colors of #FE13DB
Black with #FE13DB
Text Example
Text Example
White with #FE13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13DB; }
p { color: rgb(254,19,219); }
H1.HeaderClassName
{
color: #FE13DB;
}
.AnyTagClassName
{
color: #FE13DB;
}
</style>
background-color css
<style>
a { background-color: #FE13DB; }
a { background-color: rgb(254,19,219); }
div.DivClassName
{
background-color: #FE13DB;
}
.BgClassName
{
background-color: #FE13DB;
}
</style>
border-color css
<style>
span { border-color: #FE13DB; }
span { border-color: rgb(254,19,219); }
td.TdClassName
{
border-color: #FE13DB;
}
.TagClassName
{
border-color: #FE13DB;
}
</style>