Shades of Magenta #FA09E7
Tints of Magenta #FA09E7
RGB
CMYK
RGB Variations
Color information
#FA09E7 (or 0xFA09E7) is known color: Magenta. HEX triplet: FA, 09 and E7. RGB value is (250,9,231). Sum of RGB (Red+Green+Blue) = 250+9+231=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 9 (3.91% from 255 or 1.84% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA09E7 is #05F618. Grayscale: #696969. Windows color (decimal): -390681 or 15141370. OLE color: 15141370.
HSL color Cylindrical-coordinate representation of color #FA09E7: hue angle of 304.73º 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 #FA09E7 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 231 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.02 |
| HSL | 304.73º | 0.96% | 0.51% | - |
| HSV(B) | 304.73º | 0.96% | 0.98% | - |
| XYZ | 53.95 | 26.29 | 77.83 | - |
| YUV | 106.37 | 198.34 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 231 | 0 | 0.96 | 0.08 | 0.02 | 304.73 | 0.96 | 0.51 |
| Hex | FA | 9 | E7 | 0 | 60 | 8 | 2 | 131 | 60 | 33 |
| Octal | 372 | 11 | 347 | 0 | 140 | 10 | 2 | 461 | 140 | 63 |
| Binary | 11111010 | 1001 | 11100111 | 0 | 1100000 | 1000 | 10 | 100110001 | 1100000 | 110011 |
Color Harmonies of #FA09E7
Complementary color
Monochromatic Colors of #FA09E7
Black with #FA09E7
Text Example
Text Example
White with #FA09E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09E7; }
p { color: rgb(250,9,231); }
H1.HeaderClassName
{
color: #FA09E7;
}
.AnyTagClassName
{
color: #FA09E7;
}
</style>
background-color css
<style>
a { background-color: #FA09E7; }
a { background-color: rgb(250,9,231); }
div.DivClassName
{
background-color: #FA09E7;
}
.BgClassName
{
background-color: #FA09E7;
}
</style>
border-color css
<style>
span { border-color: #FA09E7; }
span { border-color: rgb(250,9,231); }
td.TdClassName
{
border-color: #FA09E7;
}
.TagClassName
{
border-color: #FA09E7;
}
</style>