Shades of Magenta #FE00FA
Tints of Magenta #FE00FA
RGB
CMYK
RGB Variations
Color information
#FE00FA (or 0xFE00FA) is known color: Magenta. HEX triplet: FE, 00 and FA. RGB value is (254,0,250). Sum of RGB (Red+Green+Blue) = 254+0+250=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 0 (0.39% from 255 or 0% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00FA is #01FF05. Grayscale: #676767. Windows color (decimal): -130822 or 16384254. OLE color: 16384254.
HSL color Cylindrical-coordinate representation of color #FE00FA: hue angle of 300.94º 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 #FE00FA is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 250 | - |
| CMYK | 0 | 1 | 0.02 | 0.00 |
| HSL | 300.94º | 1% | 0.5% | - |
| HSV(B) | 300.94º | 1% | 1% | - |
| XYZ | 58.13 | 27.97 | 92.78 | - |
| YUV | 104.45 | 210.15 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 250 | 0 | 1 | 0.02 | 0.00 | 300.94 | 1 | 0.5 |
| Hex | FE | 0 | FA | 0 | 64 | 2 | 0 | 12D | 64 | 32 |
| Octal | 376 | 0 | 372 | 0 | 144 | 2 | 0 | 455 | 144 | 62 |
| Binary | 11111110 | 0 | 11111010 | 0 | 1100100 | 10 | 0 | 100101101 | 1100100 | 110010 |
Color Harmonies of #FE00FA
Complementary color
Monochromatic Colors of #FE00FA
Black with #FE00FA
Text Example
Text Example
White with #FE00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00FA; }
p { color: rgb(254,0,250); }
H1.HeaderClassName
{
color: #FE00FA;
}
.AnyTagClassName
{
color: #FE00FA;
}
</style>
background-color css
<style>
a { background-color: #FE00FA; }
a { background-color: rgb(254,0,250); }
div.DivClassName
{
background-color: #FE00FA;
}
.BgClassName
{
background-color: #FE00FA;
}
</style>
border-color css
<style>
span { border-color: #FE00FA; }
span { border-color: rgb(254,0,250); }
td.TdClassName
{
border-color: #FE00FA;
}
.TagClassName
{
border-color: #FE00FA;
}
</style>