Shades of Magenta #FE16EA
Tints of Magenta #FE16EA
RGB
CMYK
RGB Variations
Color information
#FE16EA (or 0xFE16EA) is known color: Magenta. HEX triplet: FE, 16 and EA. RGB value is (254,22,234). Sum of RGB (Red+Green+Blue) = 254+22+234=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 22 (8.98% from 255 or 4.31% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16EA is #01E915. Grayscale: #727272. Windows color (decimal): -125206 or 15341310. OLE color: 15341310.
HSL color Cylindrical-coordinate representation of color #FE16EA: hue angle of 305.17º 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 #FE16EA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 234 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.00 |
| HSL | 305.17º | 0.99% | 0.54% | - |
| HSV(B) | 305.17º | 0.91% | 1% | - |
| XYZ | 56.01 | 27.59 | 80.21 | - |
| YUV | 115.54 | 194.86 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 234 | 0 | 0.91 | 0.08 | 0.00 | 305.17 | 0.99 | 0.54 |
| Hex | FE | 16 | EA | 0 | 5B | 8 | 0 | 131 | 63 | 36 |
| Octal | 376 | 26 | 352 | 0 | 133 | 10 | 0 | 461 | 143 | 66 |
| Binary | 11111110 | 10110 | 11101010 | 0 | 1011011 | 1000 | 0 | 100110001 | 1100011 | 110110 |
Color Harmonies of #FE16EA
Complementary color
Monochromatic Colors of #FE16EA
Black with #FE16EA
Text Example
Text Example
White with #FE16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16EA; }
p { color: rgb(254,22,234); }
H1.HeaderClassName
{
color: #FE16EA;
}
.AnyTagClassName
{
color: #FE16EA;
}
</style>
background-color css
<style>
a { background-color: #FE16EA; }
a { background-color: rgb(254,22,234); }
div.DivClassName
{
background-color: #FE16EA;
}
.BgClassName
{
background-color: #FE16EA;
}
</style>
border-color css
<style>
span { border-color: #FE16EA; }
span { border-color: rgb(254,22,234); }
td.TdClassName
{
border-color: #FE16EA;
}
.TagClassName
{
border-color: #FE16EA;
}
</style>