Shades of Magenta #FA0EFE
Tints of Magenta #FA0EFE
RGB
CMYK
RGB Variations
Color information
#FA0EFE (or 0xFA0EFE) is known color: Magenta. HEX triplet: FA, 0E and FE. RGB value is (250,14,254). Sum of RGB (Red+Green+Blue) = 250+14+254=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 14 (5.86% from 255 or 2.70% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA0EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0EFE is #05F101. Grayscale: #6F6F6F. Windows color (decimal): -389378 or 16649978. OLE color: 16649978.
HSL color Cylindrical-coordinate representation of color #FA0EFE: hue angle of 299º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EFE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 14 | 254 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.00 |
| HSL | 299º | 0.99% | 0.53% | - |
| HSV(B) | 299º | 0.94% | 1% | - |
| XYZ | 57.47 | 27.79 | 96.1 | - |
| YUV | 111.92 | 208.19 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 254 | 0.02 | 0.94 | 0 | 0.00 | 299 | 0.99 | 0.53 |
| Hex | FA | E | FE | 2 | 5E | 0 | 0 | 12B | 63 | 35 |
| Octal | 372 | 16 | 376 | 2 | 136 | 0 | 0 | 453 | 143 | 65 |
| Binary | 11111010 | 1110 | 11111110 | 10 | 1011110 | 0 | 0 | 100101011 | 1100011 | 110101 |
Color Harmonies of #FA0EFE
Complementary color
Monochromatic Colors of #FA0EFE
Black with #FA0EFE
Text Example
Text Example
White with #FA0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EFE; }
p { color: rgb(250,14,254); }
H1.HeaderClassName
{
color: #FA0EFE;
}
.AnyTagClassName
{
color: #FA0EFE;
}
</style>
background-color css
<style>
a { background-color: #FA0EFE; }
a { background-color: rgb(250,14,254); }
div.DivClassName
{
background-color: #FA0EFE;
}
.BgClassName
{
background-color: #FA0EFE;
}
</style>
border-color css
<style>
span { border-color: #FA0EFE; }
span { border-color: rgb(250,14,254); }
td.TdClassName
{
border-color: #FA0EFE;
}
.TagClassName
{
border-color: #FA0EFE;
}
</style>