Shades of Hot Magenta #FA04DF
Tints of Hot Magenta #FA04DF
RGB
CMYK
RGB Variations
Color information
#FA04DF (or 0xFA04DF) is known color: Hot Magenta. HEX triplet: FA, 04 and DF. RGB value is (250,4,223). Sum of RGB (Red+Green+Blue) = 250+4+223=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04DF is #05FB20. Grayscale: #656565. Windows color (decimal): -391969 or 14615802. OLE color: 14615802.
HSL color Cylindrical-coordinate representation of color #FA04DF: hue angle of 306.59º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04DF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 223 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.02 |
| HSL | 306.59º | 0.97% | 0.5% | - |
| HSV(B) | 306.59º | 0.98% | 0.98% | - |
| XYZ | 52.79 | 25.74 | 72 | - |
| YUV | 102.52 | 196 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 223 | 0 | 0.98 | 0.11 | 0.02 | 306.59 | 0.97 | 0.5 |
| Hex | FA | 4 | DF | 0 | 62 | B | 2 | 133 | 61 | 32 |
| Octal | 372 | 4 | 337 | 0 | 142 | 13 | 2 | 463 | 141 | 62 |
| Binary | 11111010 | 100 | 11011111 | 0 | 1100010 | 1011 | 10 | 100110011 | 1100001 | 110010 |
Color Harmonies of #FA04DF
Complementary color
Monochromatic Colors of #FA04DF
Black with #FA04DF
Text Example
Text Example
White with #FA04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04DF; }
p { color: rgb(250,4,223); }
H1.HeaderClassName
{
color: #FA04DF;
}
.AnyTagClassName
{
color: #FA04DF;
}
</style>
background-color css
<style>
a { background-color: #FA04DF; }
a { background-color: rgb(250,4,223); }
div.DivClassName
{
background-color: #FA04DF;
}
.BgClassName
{
background-color: #FA04DF;
}
</style>
border-color css
<style>
span { border-color: #FA04DF; }
span { border-color: rgb(250,4,223); }
td.TdClassName
{
border-color: #FA04DF;
}
.TagClassName
{
border-color: #FA04DF;
}
</style>