Shades of Hot Magenta #FA05DA
Tints of Hot Magenta #FA05DA
RGB
CMYK
RGB Variations
Color information
#FA05DA (or 0xFA05DA) is known color: Hot Magenta. HEX triplet: FA, 05 and DA. RGB value is (250,5,218). Sum of RGB (Red+Green+Blue) = 250+5+218=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05DA is #05FA25. Grayscale: #656565. Windows color (decimal): -391718 or 14288378. OLE color: 14288378.
HSL color Cylindrical-coordinate representation of color #FA05DA: hue angle of 307.84º degrees, saturation: 0.96, 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 #FA05DA is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.02 |
| HSL | 307.84º | 0.96% | 0.5% | - |
| HSV(B) | 307.84º | 0.98% | 0.98% | - |
| XYZ | 52.13 | 25.49 | 68.5 | - |
| YUV | 102.54 | 193.17 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 218 | 0 | 0.98 | 0.13 | 0.02 | 307.84 | 0.96 | 0.5 |
| Hex | FA | 5 | DA | 0 | 62 | D | 2 | 134 | 60 | 32 |
| Octal | 372 | 5 | 332 | 0 | 142 | 15 | 2 | 464 | 140 | 62 |
| Binary | 11111010 | 101 | 11011010 | 0 | 1100010 | 1101 | 10 | 100110100 | 1100000 | 110010 |
Color Harmonies of #FA05DA
Complementary color
Monochromatic Colors of #FA05DA
Black with #FA05DA
Text Example
Text Example
White with #FA05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05DA; }
p { color: rgb(250,5,218); }
H1.HeaderClassName
{
color: #FA05DA;
}
.AnyTagClassName
{
color: #FA05DA;
}
</style>
background-color css
<style>
a { background-color: #FA05DA; }
a { background-color: rgb(250,5,218); }
div.DivClassName
{
background-color: #FA05DA;
}
.BgClassName
{
background-color: #FA05DA;
}
</style>
border-color css
<style>
span { border-color: #FA05DA; }
span { border-color: rgb(250,5,218); }
td.TdClassName
{
border-color: #FA05DA;
}
.TagClassName
{
border-color: #FA05DA;
}
</style>