Shades of Hot Magenta #FA04DA
Tints of Hot Magenta #FA04DA
RGB
CMYK
RGB Variations
Color information
#FA04DA (or 0xFA04DA) is known color: Hot Magenta. HEX triplet: FA, 04 and DA. RGB value is (250,4,218). Sum of RGB (Red+Green+Blue) = 250+4+218=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04DA is #05FB25. Grayscale: #656565. Windows color (decimal): -391974 or 14288122. OLE color: 14288122.
HSL color Cylindrical-coordinate representation of color #FA04DA: hue angle of 307.8º 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 #FA04DA is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.02 |
| HSL | 307.8º | 0.97% | 0.5% | - |
| HSV(B) | 307.8º | 0.98% | 0.98% | - |
| XYZ | 52.12 | 25.47 | 68.5 | - |
| YUV | 101.95 | 193.5 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 218 | 0 | 0.98 | 0.13 | 0.02 | 307.8 | 0.97 | 0.5 |
| Hex | FA | 4 | DA | 0 | 62 | D | 2 | 134 | 61 | 32 |
| Octal | 372 | 4 | 332 | 0 | 142 | 15 | 2 | 464 | 141 | 62 |
| Binary | 11111010 | 100 | 11011010 | 0 | 1100010 | 1101 | 10 | 100110100 | 1100001 | 110010 |
Color Harmonies of #FA04DA
Complementary color
Monochromatic Colors of #FA04DA
Black with #FA04DA
Text Example
Text Example
White with #FA04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04DA; }
p { color: rgb(250,4,218); }
H1.HeaderClassName
{
color: #FA04DA;
}
.AnyTagClassName
{
color: #FA04DA;
}
</style>
background-color css
<style>
a { background-color: #FA04DA; }
a { background-color: rgb(250,4,218); }
div.DivClassName
{
background-color: #FA04DA;
}
.BgClassName
{
background-color: #FA04DA;
}
</style>
border-color css
<style>
span { border-color: #FA04DA; }
span { border-color: rgb(250,4,218); }
td.TdClassName
{
border-color: #FA04DA;
}
.TagClassName
{
border-color: #FA04DA;
}
</style>