Shades of Magenta #FE00F6
Tints of Magenta #FE00F6
RGB
CMYK
RGB Variations
Color information
#FE00F6 (or 0xFE00F6) is known color: Magenta. HEX triplet: FE, 00 and F6. RGB value is (254,0,246). Sum of RGB (Red+Green+Blue) = 254+0+246=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00F6 is #01FF09. Grayscale: #676767. Windows color (decimal): -130826 or 16122110. OLE color: 16122110.
HSL color Cylindrical-coordinate representation of color #FE00F6: hue angle of 301.89º 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 #FE00F6 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 246 | - |
| CMYK | 0 | 1 | 0.03 | 0.00 |
| HSL | 301.89º | 1% | 0.5% | - |
| HSV(B) | 301.89º | 1% | 1% | - |
| XYZ | 57.51 | 27.72 | 89.51 | - |
| YUV | 103.99 | 208.15 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 246 | 0 | 1 | 0.03 | 0.00 | 301.89 | 1 | 0.5 |
| Hex | FE | 0 | F6 | 0 | 64 | 3 | 0 | 12E | 64 | 32 |
| Octal | 376 | 0 | 366 | 0 | 144 | 3 | 0 | 456 | 144 | 62 |
| Binary | 11111110 | 0 | 11110110 | 0 | 1100100 | 11 | 0 | 100101110 | 1100100 | 110010 |
Color Harmonies of #FE00F6
Complementary color
Monochromatic Colors of #FE00F6
Black with #FE00F6
Text Example
Text Example
White with #FE00F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00F6; }
p { color: rgb(254,0,246); }
H1.HeaderClassName
{
color: #FE00F6;
}
.AnyTagClassName
{
color: #FE00F6;
}
</style>
background-color css
<style>
a { background-color: #FE00F6; }
a { background-color: rgb(254,0,246); }
div.DivClassName
{
background-color: #FE00F6;
}
.BgClassName
{
background-color: #FE00F6;
}
</style>
border-color css
<style>
span { border-color: #FE00F6; }
span { border-color: rgb(254,0,246); }
td.TdClassName
{
border-color: #FE00F6;
}
.TagClassName
{
border-color: #FE00F6;
}
</style>