Shades of Hot Magenta #FA09D0
Tints of Hot Magenta #FA09D0
RGB
CMYK
RGB Variations
Color information
#FA09D0 (or 0xFA09D0) is known color: Hot Magenta. HEX triplet: FA, 09 and D0. RGB value is (250,9,208). Sum of RGB (Red+Green+Blue) = 250+9+208=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09D0 is #05F62F. Grayscale: #676767. Windows color (decimal): -390704 or 13634042. OLE color: 13634042.
HSL color Cylindrical-coordinate representation of color #FA09D0: hue angle of 310.46º 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 #FA09D0 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.02 |
| HSL | 310.46º | 0.96% | 0.51% | - |
| HSV(B) | 310.46º | 0.96% | 0.98% | - |
| XYZ | 50.91 | 25.07 | 61.83 | - |
| YUV | 103.75 | 186.84 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 208 | 0 | 0.96 | 0.17 | 0.02 | 310.46 | 0.96 | 0.51 |
| Hex | FA | 9 | D0 | 0 | 60 | 11 | 2 | 136 | 60 | 33 |
| Octal | 372 | 11 | 320 | 0 | 140 | 21 | 2 | 466 | 140 | 63 |
| Binary | 11111010 | 1001 | 11010000 | 0 | 1100000 | 10001 | 10 | 100110110 | 1100000 | 110011 |
Color Harmonies of #FA09D0
Complementary color
Monochromatic Colors of #FA09D0
Black with #FA09D0
Text Example
Text Example
White with #FA09D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09D0; }
p { color: rgb(250,9,208); }
H1.HeaderClassName
{
color: #FA09D0;
}
.AnyTagClassName
{
color: #FA09D0;
}
</style>
background-color css
<style>
a { background-color: #FA09D0; }
a { background-color: rgb(250,9,208); }
div.DivClassName
{
background-color: #FA09D0;
}
.BgClassName
{
background-color: #FA09D0;
}
</style>
border-color css
<style>
span { border-color: #FA09D0; }
span { border-color: rgb(250,9,208); }
td.TdClassName
{
border-color: #FA09D0;
}
.TagClassName
{
border-color: #FA09D0;
}
</style>