Shades of Hot Magenta #FE16DF
Tints of Hot Magenta #FE16DF
RGB
CMYK
RGB Variations
Color information
#FE16DF (or 0xFE16DF) is known color: Hot Magenta. HEX triplet: FE, 16 and DF. RGB value is (254,22,223). Sum of RGB (Red+Green+Blue) = 254+22+223=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 22 (8.98% from 255 or 4.41% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16DF is #01E920. Grayscale: #717171. Windows color (decimal): -125217 or 14620414. OLE color: 14620414.
HSL color Cylindrical-coordinate representation of color #FE16DF: hue angle of 308.02º 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 #FE16DF is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.00 |
| HSL | 308.02º | 0.99% | 0.54% | - |
| HSV(B) | 308.02º | 0.91% | 1% | - |
| XYZ | 54.48 | 26.97 | 72.15 | - |
| YUV | 114.28 | 189.36 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 223 | 0 | 0.91 | 0.12 | 0.00 | 308.02 | 0.99 | 0.54 |
| Hex | FE | 16 | DF | 0 | 5B | C | 0 | 134 | 63 | 36 |
| Octal | 376 | 26 | 337 | 0 | 133 | 14 | 0 | 464 | 143 | 66 |
| Binary | 11111110 | 10110 | 11011111 | 0 | 1011011 | 1100 | 0 | 100110100 | 1100011 | 110110 |
Color Harmonies of #FE16DF
Complementary color
Monochromatic Colors of #FE16DF
Black with #FE16DF
Text Example
Text Example
White with #FE16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16DF; }
p { color: rgb(254,22,223); }
H1.HeaderClassName
{
color: #FE16DF;
}
.AnyTagClassName
{
color: #FE16DF;
}
</style>
background-color css
<style>
a { background-color: #FE16DF; }
a { background-color: rgb(254,22,223); }
div.DivClassName
{
background-color: #FE16DF;
}
.BgClassName
{
background-color: #FE16DF;
}
</style>
border-color css
<style>
span { border-color: #FE16DF; }
span { border-color: rgb(254,22,223); }
td.TdClassName
{
border-color: #FE16DF;
}
.TagClassName
{
border-color: #FE16DF;
}
</style>