Shades of Hot Magenta #FA09D4
Tints of Hot Magenta #FA09D4
RGB
CMYK
RGB Variations
Color information
#FA09D4 (or 0xFA09D4) is known color: Hot Magenta. HEX triplet: FA, 09 and D4. RGB value is (250,9,212). Sum of RGB (Red+Green+Blue) = 250+9+212=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09D4 is #05F62B. Grayscale: #676767. Windows color (decimal): -390700 or 13896186. OLE color: 13896186.
HSL color Cylindrical-coordinate representation of color #FA09D4: hue angle of 309.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 #FA09D4 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 212 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.02 |
| HSL | 309.46º | 0.96% | 0.51% | - |
| HSV(B) | 309.46º | 0.96% | 0.98% | - |
| XYZ | 51.41 | 25.27 | 64.46 | - |
| YUV | 104.2 | 188.84 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 212 | 0 | 0.96 | 0.15 | 0.02 | 309.46 | 0.96 | 0.51 |
| Hex | FA | 9 | D4 | 0 | 60 | F | 2 | 135 | 60 | 33 |
| Octal | 372 | 11 | 324 | 0 | 140 | 17 | 2 | 465 | 140 | 63 |
| Binary | 11111010 | 1001 | 11010100 | 0 | 1100000 | 1111 | 10 | 100110101 | 1100000 | 110011 |
Color Harmonies of #FA09D4
Complementary color
Monochromatic Colors of #FA09D4
Black with #FA09D4
Text Example
Text Example
White with #FA09D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09D4; }
p { color: rgb(250,9,212); }
H1.HeaderClassName
{
color: #FA09D4;
}
.AnyTagClassName
{
color: #FA09D4;
}
</style>
background-color css
<style>
a { background-color: #FA09D4; }
a { background-color: rgb(250,9,212); }
div.DivClassName
{
background-color: #FA09D4;
}
.BgClassName
{
background-color: #FA09D4;
}
</style>
border-color css
<style>
span { border-color: #FA09D4; }
span { border-color: rgb(250,9,212); }
td.TdClassName
{
border-color: #FA09D4;
}
.TagClassName
{
border-color: #FA09D4;
}
</style>