Shades of Hot Magenta #FA19DD
Tints of Hot Magenta #FA19DD
RGB
CMYK
RGB Variations
Color information
#FA19DD (or 0xFA19DD) is known color: Hot Magenta. HEX triplet: FA, 19 and DD. RGB value is (250,25,221). Sum of RGB (Red+Green+Blue) = 250+25+221=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19DD is #05E622. Grayscale: #727272. Windows color (decimal): -386595 or 14490106. OLE color: 14490106.
HSL color Cylindrical-coordinate representation of color #FA19DD: hue angle of 307.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA19DD is Cyan = 0, Magento = 0.9, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 221 | - |
| CMYK | 0 | 0.9 | 0.12 | 0.02 |
| HSL | 307.73º | 0.96% | 0.54% | - |
| HSV(B) | 307.73º | 0.9% | 0.98% | - |
| XYZ | 52.82 | 26.24 | 70.69 | - |
| YUV | 114.62 | 188.04 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 221 | 0 | 0.9 | 0.12 | 0.02 | 307.73 | 0.96 | 0.54 |
| Hex | FA | 19 | DD | 0 | 5A | C | 2 | 134 | 60 | 36 |
| Octal | 372 | 31 | 335 | 0 | 132 | 14 | 2 | 464 | 140 | 66 |
| Binary | 11111010 | 11001 | 11011101 | 0 | 1011010 | 1100 | 10 | 100110100 | 1100000 | 110110 |
Color Harmonies of #FA19DD
Complementary color
Monochromatic Colors of #FA19DD
Black with #FA19DD
Text Example
Text Example
White with #FA19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA19DD; }
p { color: rgb(250,25,221); }
H1.HeaderClassName
{
color: #FA19DD;
}
.AnyTagClassName
{
color: #FA19DD;
}
</style>
background-color css
<style>
a { background-color: #FA19DD; }
a { background-color: rgb(250,25,221); }
div.DivClassName
{
background-color: #FA19DD;
}
.BgClassName
{
background-color: #FA19DD;
}
</style>
border-color css
<style>
span { border-color: #FA19DD; }
span { border-color: rgb(250,25,221); }
td.TdClassName
{
border-color: #FA19DD;
}
.TagClassName
{
border-color: #FA19DD;
}
</style>