Shades of Hot Magenta #FA05D4
Tints of Hot Magenta #FA05D4
RGB
CMYK
RGB Variations
Color information
#FA05D4 (or 0xFA05D4) is known color: Hot Magenta. HEX triplet: FA, 05 and D4. RGB value is (250,5,212). Sum of RGB (Red+Green+Blue) = 250+5+212=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05D4 is #05FA2B. Grayscale: #656565. Windows color (decimal): -391724 or 13895162. OLE color: 13895162.
HSL color Cylindrical-coordinate representation of color #FA05D4: hue angle of 309.31º 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 #FA05D4 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 212 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.02 |
| HSL | 309.31º | 0.96% | 0.5% | - |
| HSV(B) | 309.31º | 0.98% | 0.98% | - |
| XYZ | 51.36 | 25.19 | 64.44 | - |
| YUV | 101.85 | 190.17 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 212 | 0 | 0.98 | 0.15 | 0.02 | 309.31 | 0.96 | 0.5 |
| Hex | FA | 5 | D4 | 0 | 62 | F | 2 | 135 | 60 | 32 |
| Octal | 372 | 5 | 324 | 0 | 142 | 17 | 2 | 465 | 140 | 62 |
| Binary | 11111010 | 101 | 11010100 | 0 | 1100010 | 1111 | 10 | 100110101 | 1100000 | 110010 |
Color Harmonies of #FA05D4
Complementary color
Monochromatic Colors of #FA05D4
Black with #FA05D4
Text Example
Text Example
White with #FA05D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05D4; }
p { color: rgb(250,5,212); }
H1.HeaderClassName
{
color: #FA05D4;
}
.AnyTagClassName
{
color: #FA05D4;
}
</style>
background-color css
<style>
a { background-color: #FA05D4; }
a { background-color: rgb(250,5,212); }
div.DivClassName
{
background-color: #FA05D4;
}
.BgClassName
{
background-color: #FA05D4;
}
</style>
border-color css
<style>
span { border-color: #FA05D4; }
span { border-color: rgb(250,5,212); }
td.TdClassName
{
border-color: #FA05D4;
}
.TagClassName
{
border-color: #FA05D4;
}
</style>