Shades of Magenta #FE16EF
Tints of Magenta #FE16EF
RGB
CMYK
RGB Variations
Color information
#FE16EF (or 0xFE16EF) is known color: Magenta. HEX triplet: FE, 16 and EF. RGB value is (254,22,239). Sum of RGB (Red+Green+Blue) = 254+22+239=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 22 (8.98% from 255 or 4.27% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16EF is #01E910. Grayscale: #737373. Windows color (decimal): -125201 or 15668990. OLE color: 15668990.
HSL color Cylindrical-coordinate representation of color #FE16EF: hue angle of 303.88º 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 #FE16EF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 239 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.00 |
| HSL | 303.88º | 0.99% | 0.54% | - |
| HSV(B) | 303.88º | 0.91% | 1% | - |
| XYZ | 56.74 | 27.88 | 84.05 | - |
| YUV | 116.11 | 197.36 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 239 | 0 | 0.91 | 0.06 | 0.00 | 303.88 | 0.99 | 0.54 |
| Hex | FE | 16 | EF | 0 | 5B | 6 | 0 | 130 | 63 | 36 |
| Octal | 376 | 26 | 357 | 0 | 133 | 6 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10110 | 11101111 | 0 | 1011011 | 110 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE16EF
Complementary color
Monochromatic Colors of #FE16EF
Black with #FE16EF
Text Example
Text Example
White with #FE16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16EF; }
p { color: rgb(254,22,239); }
H1.HeaderClassName
{
color: #FE16EF;
}
.AnyTagClassName
{
color: #FE16EF;
}
</style>
background-color css
<style>
a { background-color: #FE16EF; }
a { background-color: rgb(254,22,239); }
div.DivClassName
{
background-color: #FE16EF;
}
.BgClassName
{
background-color: #FE16EF;
}
</style>
border-color css
<style>
span { border-color: #FE16EF; }
span { border-color: rgb(254,22,239); }
td.TdClassName
{
border-color: #FE16EF;
}
.TagClassName
{
border-color: #FE16EF;
}
</style>