Shades of Hot Magenta #FA04D4
Tints of Hot Magenta #FA04D4
RGB
CMYK
RGB Variations
Color information
#FA04D4 (or 0xFA04D4) is known color: Hot Magenta. HEX triplet: FA, 04 and D4. RGB value is (250,4,212). Sum of RGB (Red+Green+Blue) = 250+4+212=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04D4 is #05FB2B. Grayscale: #646464. Windows color (decimal): -391980 or 13894906. OLE color: 13894906.
HSL color Cylindrical-coordinate representation of color #FA04D4: hue angle of 309.27º 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 #FA04D4 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 212 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.02 |
| HSL | 309.27º | 0.97% | 0.5% | - |
| HSV(B) | 309.27º | 0.98% | 0.98% | - |
| XYZ | 51.35 | 25.16 | 64.44 | - |
| YUV | 101.27 | 190.5 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 212 | 0 | 0.98 | 0.15 | 0.02 | 309.27 | 0.97 | 0.5 |
| Hex | FA | 4 | D4 | 0 | 62 | F | 2 | 135 | 61 | 32 |
| Octal | 372 | 4 | 324 | 0 | 142 | 17 | 2 | 465 | 141 | 62 |
| Binary | 11111010 | 100 | 11010100 | 0 | 1100010 | 1111 | 10 | 100110101 | 1100001 | 110010 |
Color Harmonies of #FA04D4
Complementary color
Monochromatic Colors of #FA04D4
Black with #FA04D4
Text Example
Text Example
White with #FA04D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04D4; }
p { color: rgb(250,4,212); }
H1.HeaderClassName
{
color: #FA04D4;
}
.AnyTagClassName
{
color: #FA04D4;
}
</style>
background-color css
<style>
a { background-color: #FA04D4; }
a { background-color: rgb(250,4,212); }
div.DivClassName
{
background-color: #FA04D4;
}
.BgClassName
{
background-color: #FA04D4;
}
</style>
border-color css
<style>
span { border-color: #FA04D4; }
span { border-color: rgb(250,4,212); }
td.TdClassName
{
border-color: #FA04D4;
}
.TagClassName
{
border-color: #FA04D4;
}
</style>