Shades of Magenta #FE08EC
Tints of Magenta #FE08EC
RGB
CMYK
RGB Variations
Color information
#FE08EC (or 0xFE08EC) is known color: Magenta. HEX triplet: FE, 08 and EC. RGB value is (254,8,236). Sum of RGB (Red+Green+Blue) = 254+8+236=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 8 (3.52% from 255 or 1.61% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE08EC is #01F713. Grayscale: #6A6A6A. Windows color (decimal): -128788 or 15468798. OLE color: 15468798.
HSL color Cylindrical-coordinate representation of color #FE08EC: hue angle of 304.39º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE08EC is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 236 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.00 |
| HSL | 304.39º | 0.99% | 0.51% | - |
| HSV(B) | 304.39º | 0.97% | 1% | - |
| XYZ | 56.1 | 27.3 | 81.67 | - |
| YUV | 107.55 | 200.5 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 236 | 0 | 0.97 | 0.07 | 0.00 | 304.39 | 0.99 | 0.51 |
| Hex | FE | 8 | EC | 0 | 61 | 7 | 0 | 130 | 63 | 33 |
| Octal | 376 | 10 | 354 | 0 | 141 | 7 | 0 | 460 | 143 | 63 |
| Binary | 11111110 | 1000 | 11101100 | 0 | 1100001 | 111 | 0 | 100110000 | 1100011 | 110011 |
Color Harmonies of #FE08EC
Complementary color
Monochromatic Colors of #FE08EC
Black with #FE08EC
Text Example
Text Example
White with #FE08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08EC; }
p { color: rgb(254,8,236); }
H1.HeaderClassName
{
color: #FE08EC;
}
.AnyTagClassName
{
color: #FE08EC;
}
</style>
background-color css
<style>
a { background-color: #FE08EC; }
a { background-color: rgb(254,8,236); }
div.DivClassName
{
background-color: #FE08EC;
}
.BgClassName
{
background-color: #FE08EC;
}
</style>
border-color css
<style>
span { border-color: #FE08EC; }
span { border-color: rgb(254,8,236); }
td.TdClassName
{
border-color: #FE08EC;
}
.TagClassName
{
border-color: #FE08EC;
}
</style>