Shades of Magenta #FE18EC
Tints of Magenta #FE18EC
RGB
CMYK
RGB Variations
Color information
#FE18EC (or 0xFE18EC) is known color: Magenta. HEX triplet: FE, 18 and EC. RGB value is (254,24,236). Sum of RGB (Red+Green+Blue) = 254+24+236=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 24 (9.77% from 255 or 4.67% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18EC is #01E713. Grayscale: #747474. Windows color (decimal): -124692 or 15472894. OLE color: 15472894.
HSL color Cylindrical-coordinate representation of color #FE18EC: hue angle of 304.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18EC is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 236 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.00 |
| HSL | 304.7º | 0.99% | 0.55% | - |
| HSV(B) | 304.7º | 0.91% | 1% | - |
| XYZ | 56.34 | 27.78 | 81.75 | - |
| YUV | 116.94 | 195.2 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 236 | 0 | 0.91 | 0.07 | 0.00 | 304.7 | 0.99 | 0.55 |
| Hex | FE | 18 | EC | 0 | 5B | 7 | 0 | 131 | 63 | 37 |
| Octal | 376 | 30 | 354 | 0 | 133 | 7 | 0 | 461 | 143 | 67 |
| Binary | 11111110 | 11000 | 11101100 | 0 | 1011011 | 111 | 0 | 100110001 | 1100011 | 110111 |
Color Harmonies of #FE18EC
Complementary color
Monochromatic Colors of #FE18EC
Black with #FE18EC
Text Example
Text Example
White with #FE18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18EC; }
p { color: rgb(254,24,236); }
H1.HeaderClassName
{
color: #FE18EC;
}
.AnyTagClassName
{
color: #FE18EC;
}
</style>
background-color css
<style>
a { background-color: #FE18EC; }
a { background-color: rgb(254,24,236); }
div.DivClassName
{
background-color: #FE18EC;
}
.BgClassName
{
background-color: #FE18EC;
}
</style>
border-color css
<style>
span { border-color: #FE18EC; }
span { border-color: rgb(254,24,236); }
td.TdClassName
{
border-color: #FE18EC;
}
.TagClassName
{
border-color: #FE18EC;
}
</style>