Shades of Magenta #FE2FF8
Tints of Magenta #FE2FF8
RGB
CMYK
RGB Variations
Color information
#FE2FF8 (or 0xFE2FF8) is known color: Magenta. HEX triplet: FE, 2F and F8. RGB value is (254,47,248). Sum of RGB (Red+Green+Blue) = 254+47+248=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 47 (18.75% from 255 or 8.56% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FF8 is #01D007. Grayscale: #838383. Windows color (decimal): -118792 or 16265214. OLE color: 16265214.
HSL color Cylindrical-coordinate representation of color #FE2FF8: hue angle of 301.74º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FF8 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 248 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.00 |
| HSL | 301.74º | 0.99% | 0.59% | - |
| HSV(B) | 301.74º | 0.81% | 1% | - |
| XYZ | 58.83 | 29.88 | 91.47 | - |
| YUV | 131.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 248 | 0 | 0.81 | 0.02 | 0.00 | 301.74 | 0.99 | 0.59 |
| Hex | FE | 2F | F8 | 0 | 51 | 2 | 0 | 12E | 63 | 3B |
| Octal | 376 | 57 | 370 | 0 | 121 | 2 | 0 | 456 | 143 | 73 |
| Binary | 11111110 | 101111 | 11111000 | 0 | 1010001 | 10 | 0 | 100101110 | 1100011 | 111011 |
Color Harmonies of #FE2FF8
Complementary color
Monochromatic Colors of #FE2FF8
Black with #FE2FF8
Text Example
Text Example
White with #FE2FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FF8; }
p { color: rgb(254,47,248); }
H1.HeaderClassName
{
color: #FE2FF8;
}
.AnyTagClassName
{
color: #FE2FF8;
}
</style>
background-color css
<style>
a { background-color: #FE2FF8; }
a { background-color: rgb(254,47,248); }
div.DivClassName
{
background-color: #FE2FF8;
}
.BgClassName
{
background-color: #FE2FF8;
}
</style>
border-color css
<style>
span { border-color: #FE2FF8; }
span { border-color: rgb(254,47,248); }
td.TdClassName
{
border-color: #FE2FF8;
}
.TagClassName
{
border-color: #FE2FF8;
}
</style>