Shades of Hot Magenta #FA09DF
Tints of Hot Magenta #FA09DF
RGB
CMYK
RGB Variations
Color information
#FA09DF (or 0xFA09DF) is known color: Hot Magenta. HEX triplet: FA, 09 and DF. RGB value is (250,9,223). Sum of RGB (Red+Green+Blue) = 250+9+223=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09DF is #05F620. Grayscale: #686868. Windows color (decimal): -390689 or 14617082. OLE color: 14617082.
HSL color Cylindrical-coordinate representation of color #FA09DF: hue angle of 306.72º 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 #FA09DF is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.02 |
| HSL | 306.72º | 0.96% | 0.51% | - |
| HSV(B) | 306.72º | 0.96% | 0.98% | - |
| XYZ | 52.84 | 25.85 | 72.02 | - |
| YUV | 105.46 | 194.34 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 223 | 0 | 0.96 | 0.11 | 0.02 | 306.72 | 0.96 | 0.51 |
| Hex | FA | 9 | DF | 0 | 60 | B | 2 | 133 | 60 | 33 |
| Octal | 372 | 11 | 337 | 0 | 140 | 13 | 2 | 463 | 140 | 63 |
| Binary | 11111010 | 1001 | 11011111 | 0 | 1100000 | 1011 | 10 | 100110011 | 1100000 | 110011 |
Color Harmonies of #FA09DF
Complementary color
Monochromatic Colors of #FA09DF
Black with #FA09DF
Text Example
Text Example
White with #FA09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09DF; }
p { color: rgb(250,9,223); }
H1.HeaderClassName
{
color: #FA09DF;
}
.AnyTagClassName
{
color: #FA09DF;
}
</style>
background-color css
<style>
a { background-color: #FA09DF; }
a { background-color: rgb(250,9,223); }
div.DivClassName
{
background-color: #FA09DF;
}
.BgClassName
{
background-color: #FA09DF;
}
</style>
border-color css
<style>
span { border-color: #FA09DF; }
span { border-color: rgb(250,9,223); }
td.TdClassName
{
border-color: #FA09DF;
}
.TagClassName
{
border-color: #FA09DF;
}
</style>