Shades of Magenta #FA0FEC
Tints of Magenta #FA0FEC
RGB
CMYK
RGB Variations
Color information
#FA0FEC (or 0xFA0FEC) is known color: Magenta. HEX triplet: FA, 0F and EC. RGB value is (250,15,236). Sum of RGB (Red+Green+Blue) = 250+15+236=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FEC is #05F013. Grayscale: #6D6D6D. Windows color (decimal): -389140 or 15470586. OLE color: 15470586.
HSL color Cylindrical-coordinate representation of color #FA0FEC: hue angle of 303.57º 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 #FA0FEC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 236 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.02 |
| HSL | 303.57º | 0.96% | 0.52% | - |
| HSV(B) | 303.57º | 0.94% | 0.98% | - |
| XYZ | 54.74 | 26.72 | 81.63 | - |
| YUV | 110.46 | 198.86 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 236 | 0 | 0.94 | 0.06 | 0.02 | 303.57 | 0.96 | 0.52 |
| Hex | FA | F | EC | 0 | 5E | 6 | 2 | 130 | 60 | 34 |
| Octal | 372 | 17 | 354 | 0 | 136 | 6 | 2 | 460 | 140 | 64 |
| Binary | 11111010 | 1111 | 11101100 | 0 | 1011110 | 110 | 10 | 100110000 | 1100000 | 110100 |
Color Harmonies of #FA0FEC
Complementary color
Monochromatic Colors of #FA0FEC
Black with #FA0FEC
Text Example
Text Example
White with #FA0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FEC; }
p { color: rgb(250,15,236); }
H1.HeaderClassName
{
color: #FA0FEC;
}
.AnyTagClassName
{
color: #FA0FEC;
}
</style>
background-color css
<style>
a { background-color: #FA0FEC; }
a { background-color: rgb(250,15,236); }
div.DivClassName
{
background-color: #FA0FEC;
}
.BgClassName
{
background-color: #FA0FEC;
}
</style>
border-color css
<style>
span { border-color: #FA0FEC; }
span { border-color: rgb(250,15,236); }
td.TdClassName
{
border-color: #FA0FEC;
}
.TagClassName
{
border-color: #FA0FEC;
}
</style>