Shades of Hot Magenta #FE16E3
Tints of Hot Magenta #FE16E3
RGB
CMYK
RGB Variations
Color information
#FE16E3 (or 0xFE16E3) is known color: Hot Magenta. HEX triplet: FE, 16 and E3. RGB value is (254,22,227). Sum of RGB (Red+Green+Blue) = 254+22+227=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16E3 is #01E91C. Grayscale: #727272. Windows color (decimal): -125213 or 14882558. OLE color: 14882558.
HSL color Cylindrical-coordinate representation of color #FE16E3: hue angle of 306.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE16E3 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 227 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.00 |
| HSL | 306.98º | 0.99% | 0.54% | - |
| HSV(B) | 306.98º | 0.91% | 1% | - |
| XYZ | 55.03 | 27.19 | 75.02 | - |
| YUV | 114.74 | 191.36 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 227 | 0 | 0.91 | 0.11 | 0.00 | 306.98 | 0.99 | 0.54 |
| Hex | FE | 16 | E3 | 0 | 5B | B | 0 | 133 | 63 | 36 |
| Octal | 376 | 26 | 343 | 0 | 133 | 13 | 0 | 463 | 143 | 66 |
| Binary | 11111110 | 10110 | 11100011 | 0 | 1011011 | 1011 | 0 | 100110011 | 1100011 | 110110 |
Color Harmonies of #FE16E3
Complementary color
Monochromatic Colors of #FE16E3
Black with #FE16E3
Text Example
Text Example
White with #FE16E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16E3; }
p { color: rgb(254,22,227); }
H1.HeaderClassName
{
color: #FE16E3;
}
.AnyTagClassName
{
color: #FE16E3;
}
</style>
background-color css
<style>
a { background-color: #FE16E3; }
a { background-color: rgb(254,22,227); }
div.DivClassName
{
background-color: #FE16E3;
}
.BgClassName
{
background-color: #FE16E3;
}
</style>
border-color css
<style>
span { border-color: #FE16E3; }
span { border-color: rgb(254,22,227); }
td.TdClassName
{
border-color: #FE16E3;
}
.TagClassName
{
border-color: #FE16E3;
}
</style>