Shades of Magenta #FE16ED
Tints of Magenta #FE16ED
RGB
CMYK
RGB Variations
Color information
#FE16ED (or 0xFE16ED) is known color: Magenta. HEX triplet: FE, 16 and ED. RGB value is (254,22,237). Sum of RGB (Red+Green+Blue) = 254+22+237=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16ED is #01E912. Grayscale: #737373. Windows color (decimal): -125203 or 15537918. OLE color: 15537918.
HSL color Cylindrical-coordinate representation of color #FE16ED: hue angle of 304.4º 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 #FE16ED is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 237 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.00 |
| HSL | 304.4º | 0.99% | 0.54% | - |
| HSV(B) | 304.4º | 0.91% | 1% | - |
| XYZ | 56.45 | 27.76 | 82.5 | - |
| YUV | 115.88 | 196.36 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 237 | 0 | 0.91 | 0.07 | 0.00 | 304.4 | 0.99 | 0.54 |
| Hex | FE | 16 | ED | 0 | 5B | 7 | 0 | 130 | 63 | 36 |
| Octal | 376 | 26 | 355 | 0 | 133 | 7 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10110 | 11101101 | 0 | 1011011 | 111 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE16ED
Complementary color
Monochromatic Colors of #FE16ED
Black with #FE16ED
Text Example
Text Example
White with #FE16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16ED; }
p { color: rgb(254,22,237); }
H1.HeaderClassName
{
color: #FE16ED;
}
.AnyTagClassName
{
color: #FE16ED;
}
</style>
background-color css
<style>
a { background-color: #FE16ED; }
a { background-color: rgb(254,22,237); }
div.DivClassName
{
background-color: #FE16ED;
}
.BgClassName
{
background-color: #FE16ED;
}
</style>
border-color css
<style>
span { border-color: #FE16ED; }
span { border-color: rgb(254,22,237); }
td.TdClassName
{
border-color: #FE16ED;
}
.TagClassName
{
border-color: #FE16ED;
}
</style>