Shades of Hot Magenta #FA04DB
Tints of Hot Magenta #FA04DB
RGB
CMYK
RGB Variations
Color information
#FA04DB (or 0xFA04DB) is known color: Hot Magenta. HEX triplet: FA, 04 and DB. RGB value is (250,4,219). Sum of RGB (Red+Green+Blue) = 250+4+219=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04DB is #05FB24. Grayscale: #656565. Windows color (decimal): -391973 or 14353658. OLE color: 14353658.
HSL color Cylindrical-coordinate representation of color #FA04DB: hue angle of 307.56º 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 #FA04DB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.02 |
| HSL | 307.56º | 0.97% | 0.5% | - |
| HSV(B) | 307.56º | 0.98% | 0.98% | - |
| XYZ | 52.25 | 25.53 | 69.19 | - |
| YUV | 102.06 | 194 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 219 | 0 | 0.98 | 0.12 | 0.02 | 307.56 | 0.97 | 0.5 |
| Hex | FA | 4 | DB | 0 | 62 | C | 2 | 134 | 61 | 32 |
| Octal | 372 | 4 | 333 | 0 | 142 | 14 | 2 | 464 | 141 | 62 |
| Binary | 11111010 | 100 | 11011011 | 0 | 1100010 | 1100 | 10 | 100110100 | 1100001 | 110010 |
Color Harmonies of #FA04DB
Complementary color
Monochromatic Colors of #FA04DB
Black with #FA04DB
Text Example
Text Example
White with #FA04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04DB; }
p { color: rgb(250,4,219); }
H1.HeaderClassName
{
color: #FA04DB;
}
.AnyTagClassName
{
color: #FA04DB;
}
</style>
background-color css
<style>
a { background-color: #FA04DB; }
a { background-color: rgb(250,4,219); }
div.DivClassName
{
background-color: #FA04DB;
}
.BgClassName
{
background-color: #FA04DB;
}
</style>
border-color css
<style>
span { border-color: #FA04DB; }
span { border-color: rgb(250,4,219); }
td.TdClassName
{
border-color: #FA04DB;
}
.TagClassName
{
border-color: #FA04DB;
}
</style>