Shades of Hot Magenta #FA05D0
Tints of Hot Magenta #FA05D0
RGB
CMYK
RGB Variations
Color information
#FA05D0 (or 0xFA05D0) is known color: Hot Magenta. HEX triplet: FA, 05 and D0. RGB value is (250,5,208). Sum of RGB (Red+Green+Blue) = 250+5+208=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05D0 is #05FA2F. Grayscale: #646464. Windows color (decimal): -391728 or 13633018. OLE color: 13633018.
HSL color Cylindrical-coordinate representation of color #FA05D0: hue angle of 310.29º 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 #FA05D0 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.02 |
| HSL | 310.29º | 0.96% | 0.5% | - |
| HSV(B) | 310.29º | 0.98% | 0.98% | - |
| XYZ | 50.86 | 24.99 | 61.82 | - |
| YUV | 101.4 | 188.17 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 208 | 0 | 0.98 | 0.17 | 0.02 | 310.29 | 0.96 | 0.5 |
| Hex | FA | 5 | D0 | 0 | 62 | 11 | 2 | 136 | 60 | 32 |
| Octal | 372 | 5 | 320 | 0 | 142 | 21 | 2 | 466 | 140 | 62 |
| Binary | 11111010 | 101 | 11010000 | 0 | 1100010 | 10001 | 10 | 100110110 | 1100000 | 110010 |
Color Harmonies of #FA05D0
Complementary color
Monochromatic Colors of #FA05D0
Black with #FA05D0
Text Example
Text Example
White with #FA05D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05D0; }
p { color: rgb(250,5,208); }
H1.HeaderClassName
{
color: #FA05D0;
}
.AnyTagClassName
{
color: #FA05D0;
}
</style>
background-color css
<style>
a { background-color: #FA05D0; }
a { background-color: rgb(250,5,208); }
div.DivClassName
{
background-color: #FA05D0;
}
.BgClassName
{
background-color: #FA05D0;
}
</style>
border-color css
<style>
span { border-color: #FA05D0; }
span { border-color: rgb(250,5,208); }
td.TdClassName
{
border-color: #FA05D0;
}
.TagClassName
{
border-color: #FA05D0;
}
</style>