Shades of Magenta #FE2DF8
Tints of Magenta #FE2DF8
RGB
CMYK
RGB Variations
Color information
#FE2DF8 (or 0xFE2DF8) is known color: Magenta. HEX triplet: FE, 2D and F8. RGB value is (254,45,248). Sum of RGB (Red+Green+Blue) = 254+45+248=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 45 (17.97% from 255 or 8.23% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DF8 is #01D207. Grayscale: #828282. Windows color (decimal): -119304 or 16264702. OLE color: 16264702.
HSL color Cylindrical-coordinate representation of color #FE2DF8: hue angle of 301.72º 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 #FE2DF8 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 248 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.00 |
| HSL | 301.72º | 0.99% | 0.59% | - |
| HSV(B) | 301.72º | 0.82% | 1% | - |
| XYZ | 58.75 | 29.72 | 91.45 | - |
| YUV | 130.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 248 | 0 | 0.82 | 0.02 | 0.00 | 301.72 | 0.99 | 0.59 |
| Hex | FE | 2D | F8 | 0 | 52 | 2 | 0 | 12E | 63 | 3B |
| Octal | 376 | 55 | 370 | 0 | 122 | 2 | 0 | 456 | 143 | 73 |
| Binary | 11111110 | 101101 | 11111000 | 0 | 1010010 | 10 | 0 | 100101110 | 1100011 | 111011 |
Color Harmonies of #FE2DF8
Complementary color
Monochromatic Colors of #FE2DF8
Black with #FE2DF8
Text Example
Text Example
White with #FE2DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DF8; }
p { color: rgb(254,45,248); }
H1.HeaderClassName
{
color: #FE2DF8;
}
.AnyTagClassName
{
color: #FE2DF8;
}
</style>
background-color css
<style>
a { background-color: #FE2DF8; }
a { background-color: rgb(254,45,248); }
div.DivClassName
{
background-color: #FE2DF8;
}
.BgClassName
{
background-color: #FE2DF8;
}
</style>
border-color css
<style>
span { border-color: #FE2DF8; }
span { border-color: rgb(254,45,248); }
td.TdClassName
{
border-color: #FE2DF8;
}
.TagClassName
{
border-color: #FE2DF8;
}
</style>