Shades of Hot Magenta #FA09E2
Tints of Hot Magenta #FA09E2
RGB
CMYK
RGB Variations
Color information
#FA09E2 (or 0xFA09E2) is known color: Hot Magenta. HEX triplet: FA, 09 and E2. RGB value is (250,9,226). Sum of RGB (Red+Green+Blue) = 250+9+226=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 9 (3.91% from 255 or 1.86% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09E2 is #05F61D. Grayscale: #696969. Windows color (decimal): -390686 or 14813690. OLE color: 14813690.
HSL color Cylindrical-coordinate representation of color #FA09E2: hue angle of 305.98º 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 #FA09E2 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 226 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.02 |
| HSL | 305.98º | 0.96% | 0.51% | - |
| HSV(B) | 305.98º | 0.96% | 0.98% | - |
| XYZ | 53.25 | 26.01 | 74.17 | - |
| YUV | 105.8 | 195.84 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 226 | 0 | 0.96 | 0.10 | 0.02 | 305.98 | 0.96 | 0.51 |
| Hex | FA | 9 | E2 | 0 | 60 | A | 2 | 132 | 60 | 33 |
| Octal | 372 | 11 | 342 | 0 | 140 | 12 | 2 | 462 | 140 | 63 |
| Binary | 11111010 | 1001 | 11100010 | 0 | 1100000 | 1010 | 10 | 100110010 | 1100000 | 110011 |
Color Harmonies of #FA09E2
Complementary color
Monochromatic Colors of #FA09E2
Black with #FA09E2
Text Example
Text Example
White with #FA09E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09E2; }
p { color: rgb(250,9,226); }
H1.HeaderClassName
{
color: #FA09E2;
}
.AnyTagClassName
{
color: #FA09E2;
}
</style>
background-color css
<style>
a { background-color: #FA09E2; }
a { background-color: rgb(250,9,226); }
div.DivClassName
{
background-color: #FA09E2;
}
.BgClassName
{
background-color: #FA09E2;
}
</style>
border-color css
<style>
span { border-color: #FA09E2; }
span { border-color: rgb(250,9,226); }
td.TdClassName
{
border-color: #FA09E2;
}
.TagClassName
{
border-color: #FA09E2;
}
</style>