Shades of Magenta #FE00F8
Tints of Magenta #FE00F8
RGB
CMYK
RGB Variations
Color information
#FE00F8 (or 0xFE00F8) is known color: Magenta. HEX triplet: FE, 00 and F8. RGB value is (254,0,248). Sum of RGB (Red+Green+Blue) = 254+0+248=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 0 (0.39% from 255 or 0% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00F8 is #01FF07. Grayscale: #676767. Windows color (decimal): -130824 or 16253182. OLE color: 16253182.
HSL color Cylindrical-coordinate representation of color #FE00F8: hue angle of 301.42º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00F8 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 248 | - |
| CMYK | 0 | 1 | 0.02 | 0.00 |
| HSL | 301.42º | 1% | 0.5% | - |
| HSV(B) | 301.42º | 1% | 1% | - |
| XYZ | 57.82 | 27.85 | 91.13 | - |
| YUV | 104.22 | 209.15 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 248 | 0 | 1 | 0.02 | 0.00 | 301.42 | 1 | 0.5 |
| Hex | FE | 0 | F8 | 0 | 64 | 2 | 0 | 12D | 64 | 32 |
| Octal | 376 | 0 | 370 | 0 | 144 | 2 | 0 | 455 | 144 | 62 |
| Binary | 11111110 | 0 | 11111000 | 0 | 1100100 | 10 | 0 | 100101101 | 1100100 | 110010 |
Color Harmonies of #FE00F8
Complementary color
Monochromatic Colors of #FE00F8
Black with #FE00F8
Text Example
Text Example
White with #FE00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00F8; }
p { color: rgb(254,0,248); }
H1.HeaderClassName
{
color: #FE00F8;
}
.AnyTagClassName
{
color: #FE00F8;
}
</style>
background-color css
<style>
a { background-color: #FE00F8; }
a { background-color: rgb(254,0,248); }
div.DivClassName
{
background-color: #FE00F8;
}
.BgClassName
{
background-color: #FE00F8;
}
</style>
border-color css
<style>
span { border-color: #FE00F8; }
span { border-color: rgb(254,0,248); }
td.TdClassName
{
border-color: #FE00F8;
}
.TagClassName
{
border-color: #FE00F8;
}
</style>