Shades of Magenta #FA01EF
Tints of Magenta #FA01EF
RGB
CMYK
RGB Variations
Color information
#FA01EF (or 0xFA01EF) is known color: Magenta. HEX triplet: FA, 01 and EF. RGB value is (250,1,239). Sum of RGB (Red+Green+Blue) = 250+1+239=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01EF is #05FE10. Grayscale: #656565. Windows color (decimal): -392721 or 15663610. OLE color: 15663610.
HSL color Cylindrical-coordinate representation of color #FA01EF: hue angle of 302.65º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01EF is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 239 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.02 |
| HSL | 302.65º | 0.99% | 0.49% | - |
| HSV(B) | 302.65º | 1% | 0.98% | - |
| XYZ | 55.02 | 26.58 | 83.89 | - |
| YUV | 102.58 | 204.99 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 239 | 0 | 1.00 | 0.04 | 0.02 | 302.65 | 0.99 | 0.49 |
| Hex | FA | 1 | EF | 0 | 64 | 4 | 2 | 12F | 63 | 31 |
| Octal | 372 | 1 | 357 | 0 | 144 | 4 | 2 | 457 | 143 | 61 |
| Binary | 11111010 | 1 | 11101111 | 0 | 1100100 | 100 | 10 | 100101111 | 1100011 | 110001 |
Color Harmonies of #FA01EF
Complementary color
Monochromatic Colors of #FA01EF
Black with #FA01EF
Text Example
Text Example
White with #FA01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01EF; }
p { color: rgb(250,1,239); }
H1.HeaderClassName
{
color: #FA01EF;
}
.AnyTagClassName
{
color: #FA01EF;
}
</style>
background-color css
<style>
a { background-color: #FA01EF; }
a { background-color: rgb(250,1,239); }
div.DivClassName
{
background-color: #FA01EF;
}
.BgClassName
{
background-color: #FA01EF;
}
</style>
border-color css
<style>
span { border-color: #FA01EF; }
span { border-color: rgb(250,1,239); }
td.TdClassName
{
border-color: #FA01EF;
}
.TagClassName
{
border-color: #FA01EF;
}
</style>