Shades of Magenta #FA09EE
Tints of Magenta #FA09EE
RGB
CMYK
RGB Variations
Color information
#FA09EE (or 0xFA09EE) is known color: Magenta. HEX triplet: FA, 09 and EE. RGB value is (250,9,238). Sum of RGB (Red+Green+Blue) = 250+9+238=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 9 (3.91% from 255 or 1.81% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA09EE is #05F611. Grayscale: #6A6A6A. Windows color (decimal): -390674 or 15600122. OLE color: 15600122.
HSL color Cylindrical-coordinate representation of color #FA09EE: hue angle of 302.99º 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 #FA09EE is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 238 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.02 |
| HSL | 302.99º | 0.96% | 0.51% | - |
| HSV(B) | 302.99º | 0.96% | 0.98% | - |
| XYZ | 54.95 | 26.69 | 83.14 | - |
| YUV | 107.17 | 201.84 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 238 | 0 | 0.96 | 0.05 | 0.02 | 302.99 | 0.96 | 0.51 |
| Hex | FA | 9 | EE | 0 | 60 | 5 | 2 | 12F | 60 | 33 |
| Octal | 372 | 11 | 356 | 0 | 140 | 5 | 2 | 457 | 140 | 63 |
| Binary | 11111010 | 1001 | 11101110 | 0 | 1100000 | 101 | 10 | 100101111 | 1100000 | 110011 |
Color Harmonies of #FA09EE
Complementary color
Monochromatic Colors of #FA09EE
Black with #FA09EE
Text Example
Text Example
White with #FA09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09EE; }
p { color: rgb(250,9,238); }
H1.HeaderClassName
{
color: #FA09EE;
}
.AnyTagClassName
{
color: #FA09EE;
}
</style>
background-color css
<style>
a { background-color: #FA09EE; }
a { background-color: rgb(250,9,238); }
div.DivClassName
{
background-color: #FA09EE;
}
.BgClassName
{
background-color: #FA09EE;
}
</style>
border-color css
<style>
span { border-color: #FA09EE; }
span { border-color: rgb(250,9,238); }
td.TdClassName
{
border-color: #FA09EE;
}
.TagClassName
{
border-color: #FA09EE;
}
</style>