Shades of Magenta #FE2EF8
Tints of Magenta #FE2EF8
RGB
CMYK
RGB Variations
Color information
#FE2EF8 (or 0xFE2EF8) is known color: Magenta. HEX triplet: FE, 2E and F8. RGB value is (254,46,248). Sum of RGB (Red+Green+Blue) = 254+46+248=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 46 (18.36% from 255 or 8.39% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EF8 is #01D107. Grayscale: #828282. Windows color (decimal): -119048 or 16264958. OLE color: 16264958.
HSL color Cylindrical-coordinate representation of color #FE2EF8: hue angle of 301.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EF8 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 248 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.00 |
| HSL | 301.73º | 0.99% | 0.59% | - |
| HSV(B) | 301.73º | 0.82% | 1% | - |
| XYZ | 58.79 | 29.8 | 91.46 | - |
| YUV | 131.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 248 | 0 | 0.82 | 0.02 | 0.00 | 301.73 | 0.99 | 0.59 |
| Hex | FE | 2E | F8 | 0 | 52 | 2 | 0 | 12E | 63 | 3B |
| Octal | 376 | 56 | 370 | 0 | 122 | 2 | 0 | 456 | 143 | 73 |
| Binary | 11111110 | 101110 | 11111000 | 0 | 1010010 | 10 | 0 | 100101110 | 1100011 | 111011 |
Color Harmonies of #FE2EF8
Complementary color
Monochromatic Colors of #FE2EF8
Black with #FE2EF8
Text Example
Text Example
White with #FE2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EF8; }
p { color: rgb(254,46,248); }
H1.HeaderClassName
{
color: #FE2EF8;
}
.AnyTagClassName
{
color: #FE2EF8;
}
</style>
background-color css
<style>
a { background-color: #FE2EF8; }
a { background-color: rgb(254,46,248); }
div.DivClassName
{
background-color: #FE2EF8;
}
.BgClassName
{
background-color: #FE2EF8;
}
</style>
border-color css
<style>
span { border-color: #FE2EF8; }
span { border-color: rgb(254,46,248); }
td.TdClassName
{
border-color: #FE2EF8;
}
.TagClassName
{
border-color: #FE2EF8;
}
</style>