Shades of Magenta #FA09EC
Tints of Magenta #FA09EC
RGB
CMYK
RGB Variations
Color information
#FA09EC (or 0xFA09EC) is known color: Magenta. HEX triplet: FA, 09 and EC. RGB value is (250,9,236). Sum of RGB (Red+Green+Blue) = 250+9+236=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 9 (3.91% from 255 or 1.82% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA09EC is #05F613. Grayscale: #6A6A6A. Windows color (decimal): -390676 or 15469050. OLE color: 15469050.
HSL color Cylindrical-coordinate representation of color #FA09EC: hue angle of 303.49º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA09EC is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 236 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.02 |
| HSL | 303.49º | 0.96% | 0.51% | - |
| HSV(B) | 303.49º | 0.96% | 0.98% | - |
| XYZ | 54.66 | 26.58 | 81.61 | - |
| YUV | 106.94 | 200.84 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 236 | 0 | 0.96 | 0.06 | 0.02 | 303.49 | 0.96 | 0.51 |
| Hex | FA | 9 | EC | 0 | 60 | 6 | 2 | 12F | 60 | 33 |
| Octal | 372 | 11 | 354 | 0 | 140 | 6 | 2 | 457 | 140 | 63 |
| Binary | 11111010 | 1001 | 11101100 | 0 | 1100000 | 110 | 10 | 100101111 | 1100000 | 110011 |
Color Harmonies of #FA09EC
Complementary color
Monochromatic Colors of #FA09EC
Black with #FA09EC
Text Example
Text Example
White with #FA09EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09EC; }
p { color: rgb(250,9,236); }
H1.HeaderClassName
{
color: #FA09EC;
}
.AnyTagClassName
{
color: #FA09EC;
}
</style>
background-color css
<style>
a { background-color: #FA09EC; }
a { background-color: rgb(250,9,236); }
div.DivClassName
{
background-color: #FA09EC;
}
.BgClassName
{
background-color: #FA09EC;
}
</style>
border-color css
<style>
span { border-color: #FA09EC; }
span { border-color: rgb(250,9,236); }
td.TdClassName
{
border-color: #FA09EC;
}
.TagClassName
{
border-color: #FA09EC;
}
</style>