Shades of Magenta #FE1FEC
Tints of Magenta #FE1FEC
RGB
CMYK
RGB Variations
Color information
#FE1FEC (or 0xFE1FEC) is known color: Magenta. HEX triplet: FE, 1F and EC. RGB value is (254,31,236). Sum of RGB (Red+Green+Blue) = 254+31+236=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 31 (12.5% from 255 or 5.95% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FEC is #01E013. Grayscale: #787878. Windows color (decimal): -122900 or 15474686. OLE color: 15474686.
HSL color Cylindrical-coordinate representation of color #FE1FEC: hue angle of 304.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FEC is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 236 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.00 |
| HSL | 304.84º | 0.99% | 0.56% | - |
| HSV(B) | 304.84º | 0.88% | 1% | - |
| XYZ | 56.5 | 28.11 | 81.8 | - |
| YUV | 121.05 | 192.88 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 236 | 0 | 0.88 | 0.07 | 0.00 | 304.84 | 0.99 | 0.56 |
| Hex | FE | 1F | EC | 0 | 58 | 7 | 0 | 131 | 63 | 38 |
| Octal | 376 | 37 | 354 | 0 | 130 | 7 | 0 | 461 | 143 | 70 |
| Binary | 11111110 | 11111 | 11101100 | 0 | 1011000 | 111 | 0 | 100110001 | 1100011 | 111000 |
Color Harmonies of #FE1FEC
Complementary color
Monochromatic Colors of #FE1FEC
Black with #FE1FEC
Text Example
Text Example
White with #FE1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FEC; }
p { color: rgb(254,31,236); }
H1.HeaderClassName
{
color: #FE1FEC;
}
.AnyTagClassName
{
color: #FE1FEC;
}
</style>
background-color css
<style>
a { background-color: #FE1FEC; }
a { background-color: rgb(254,31,236); }
div.DivClassName
{
background-color: #FE1FEC;
}
.BgClassName
{
background-color: #FE1FEC;
}
</style>
border-color css
<style>
span { border-color: #FE1FEC; }
span { border-color: rgb(254,31,236); }
td.TdClassName
{
border-color: #FE1FEC;
}
.TagClassName
{
border-color: #FE1FEC;
}
</style>