Shades of Magenta #FE1EFC
Tints of Magenta #FE1EFC
RGB
CMYK
RGB Variations
Color information
#FE1EFC (or 0xFE1EFC) is known color: Magenta. HEX triplet: FE, 1E and FC. RGB value is (254,30,252). Sum of RGB (Red+Green+Blue) = 254+30+252=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 30 (12.11% from 255 or 5.60% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EFC is #01E103. Grayscale: #797979. Windows color (decimal): -123140 or 16523006. OLE color: 16523006.
HSL color Cylindrical-coordinate representation of color #FE1EFC: hue angle of 300.54º 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 #FE1EFC is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 252 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.00 |
| HSL | 300.54º | 0.99% | 0.56% | - |
| HSV(B) | 300.54º | 0.88% | 1% | - |
| XYZ | 58.91 | 29.03 | 94.59 | - |
| YUV | 122.28 | 201.21 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 252 | 0 | 0.88 | 0.01 | 0.00 | 300.54 | 0.99 | 0.56 |
| Hex | FE | 1E | FC | 0 | 58 | 1 | 0 | 12D | 63 | 38 |
| Octal | 376 | 36 | 374 | 0 | 130 | 1 | 0 | 455 | 143 | 70 |
| Binary | 11111110 | 11110 | 11111100 | 0 | 1011000 | 1 | 0 | 100101101 | 1100011 | 111000 |
Color Harmonies of #FE1EFC
Complementary color
Monochromatic Colors of #FE1EFC
Black with #FE1EFC
Text Example
Text Example
White with #FE1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EFC; }
p { color: rgb(254,30,252); }
H1.HeaderClassName
{
color: #FE1EFC;
}
.AnyTagClassName
{
color: #FE1EFC;
}
</style>
background-color css
<style>
a { background-color: #FE1EFC; }
a { background-color: rgb(254,30,252); }
div.DivClassName
{
background-color: #FE1EFC;
}
.BgClassName
{
background-color: #FE1EFC;
}
</style>
border-color css
<style>
span { border-color: #FE1EFC; }
span { border-color: rgb(254,30,252); }
td.TdClassName
{
border-color: #FE1EFC;
}
.TagClassName
{
border-color: #FE1EFC;
}
</style>