Shades of Hot Magenta #FA09D9
Tints of Hot Magenta #FA09D9
RGB
CMYK
RGB Variations
Color information
#FA09D9 (or 0xFA09D9) is known color: Hot Magenta. HEX triplet: FA, 09 and D9. RGB value is (250,9,217). Sum of RGB (Red+Green+Blue) = 250+9+217=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09D9 is #05F626. Grayscale: #686868. Windows color (decimal): -390695 or 14223866. OLE color: 14223866.
HSL color Cylindrical-coordinate representation of color #FA09D9: hue angle of 308.22º 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 #FA09D9 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.02 |
| HSL | 308.22º | 0.96% | 0.51% | - |
| HSV(B) | 308.22º | 0.96% | 0.98% | - |
| XYZ | 52.05 | 25.53 | 67.83 | - |
| YUV | 104.77 | 191.34 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 217 | 0 | 0.96 | 0.13 | 0.02 | 308.22 | 0.96 | 0.51 |
| Hex | FA | 9 | D9 | 0 | 60 | D | 2 | 134 | 60 | 33 |
| Octal | 372 | 11 | 331 | 0 | 140 | 15 | 2 | 464 | 140 | 63 |
| Binary | 11111010 | 1001 | 11011001 | 0 | 1100000 | 1101 | 10 | 100110100 | 1100000 | 110011 |
Color Harmonies of #FA09D9
Complementary color
Monochromatic Colors of #FA09D9
Black with #FA09D9
Text Example
Text Example
White with #FA09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09D9; }
p { color: rgb(250,9,217); }
H1.HeaderClassName
{
color: #FA09D9;
}
.AnyTagClassName
{
color: #FA09D9;
}
</style>
background-color css
<style>
a { background-color: #FA09D9; }
a { background-color: rgb(250,9,217); }
div.DivClassName
{
background-color: #FA09D9;
}
.BgClassName
{
background-color: #FA09D9;
}
</style>
border-color css
<style>
span { border-color: #FA09D9; }
span { border-color: rgb(250,9,217); }
td.TdClassName
{
border-color: #FA09D9;
}
.TagClassName
{
border-color: #FA09D9;
}
</style>