Shades of Hot Magenta #FA00DF
Tints of Hot Magenta #FA00DF
RGB
CMYK
RGB Variations
Color information
#FA00DF (or 0xFA00DF) is known color: Hot Magenta. HEX triplet: FA, 00 and DF. RGB value is (250,0,223). Sum of RGB (Red+Green+Blue) = 250+0+223=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00DF is #05FF20. Grayscale: #636363. Windows color (decimal): -392993 or 14614778. OLE color: 14614778.
HSL color Cylindrical-coordinate representation of color #FA00DF: hue angle of 306.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00DF is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.11 | 0.02 |
| HSL | 306.48º | 1% | 0.49% | - |
| HSV(B) | 306.48º | 1% | 0.98% | - |
| XYZ | 52.74 | 25.65 | 71.98 | - |
| YUV | 100.17 | 197.33 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 223 | 0 | 1 | 0.11 | 0.02 | 306.48 | 1 | 0.49 |
| Hex | FA | 0 | DF | 0 | 64 | B | 2 | 132 | 64 | 31 |
| Octal | 372 | 0 | 337 | 0 | 144 | 13 | 2 | 462 | 144 | 61 |
| Binary | 11111010 | 0 | 11011111 | 0 | 1100100 | 1011 | 10 | 100110010 | 1100100 | 110001 |
Color Harmonies of #FA00DF
Complementary color
Monochromatic Colors of #FA00DF
Black with #FA00DF
Text Example
Text Example
White with #FA00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00DF; }
p { color: rgb(250,0,223); }
H1.HeaderClassName
{
color: #FA00DF;
}
.AnyTagClassName
{
color: #FA00DF;
}
</style>
background-color css
<style>
a { background-color: #FA00DF; }
a { background-color: rgb(250,0,223); }
div.DivClassName
{
background-color: #FA00DF;
}
.BgClassName
{
background-color: #FA00DF;
}
</style>
border-color css
<style>
span { border-color: #FA00DF; }
span { border-color: rgb(250,0,223); }
td.TdClassName
{
border-color: #FA00DF;
}
.TagClassName
{
border-color: #FA00DF;
}
</style>