Shades of Magenta #FA0EF6
Tints of Magenta #FA0EF6
RGB
CMYK
RGB Variations
Color information
#FA0EF6 (or 0xFA0EF6) is known color: Magenta. HEX triplet: FA, 0E and F6. RGB value is (250,14,246). Sum of RGB (Red+Green+Blue) = 250+14+246=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 14 (5.86% from 255 or 2.75% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0EF6 is #05F109. Grayscale: #6E6E6E. Windows color (decimal): -389386 or 16125690. OLE color: 16125690.
HSL color Cylindrical-coordinate representation of color #FA0EF6: hue angle of 301.02º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EF6 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 246 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.02 |
| HSL | 301.02º | 0.96% | 0.52% | - |
| HSV(B) | 301.02º | 0.94% | 0.98% | - |
| XYZ | 56.22 | 27.29 | 89.49 | - |
| YUV | 111.01 | 204.19 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 246 | 0 | 0.94 | 0.02 | 0.02 | 301.02 | 0.96 | 0.52 |
| Hex | FA | E | F6 | 0 | 5E | 2 | 2 | 12D | 60 | 34 |
| Octal | 372 | 16 | 366 | 0 | 136 | 2 | 2 | 455 | 140 | 64 |
| Binary | 11111010 | 1110 | 11110110 | 0 | 1011110 | 10 | 10 | 100101101 | 1100000 | 110100 |
Color Harmonies of #FA0EF6
Complementary color
Monochromatic Colors of #FA0EF6
Black with #FA0EF6
Text Example
Text Example
White with #FA0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EF6; }
p { color: rgb(250,14,246); }
H1.HeaderClassName
{
color: #FA0EF6;
}
.AnyTagClassName
{
color: #FA0EF6;
}
</style>
background-color css
<style>
a { background-color: #FA0EF6; }
a { background-color: rgb(250,14,246); }
div.DivClassName
{
background-color: #FA0EF6;
}
.BgClassName
{
background-color: #FA0EF6;
}
</style>
border-color css
<style>
span { border-color: #FA0EF6; }
span { border-color: rgb(250,14,246); }
td.TdClassName
{
border-color: #FA0EF6;
}
.TagClassName
{
border-color: #FA0EF6;
}
</style>