Shades of Hot Magenta #FA07D0
Tints of Hot Magenta #FA07D0
RGB
CMYK
RGB Variations
Color information
#FA07D0 (or 0xFA07D0) is known color: Hot Magenta. HEX triplet: FA, 07 and D0. RGB value is (250,7,208). Sum of RGB (Red+Green+Blue) = 250+7+208=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07D0 is #05F82F. Grayscale: #666666. Windows color (decimal): -391216 or 13633530. OLE color: 13633530.
HSL color Cylindrical-coordinate representation of color #FA07D0: hue angle of 310.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA07D0 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.02 |
| HSL | 310.37º | 0.96% | 0.5% | - |
| HSV(B) | 310.37º | 0.97% | 0.98% | - |
| XYZ | 50.89 | 25.03 | 61.82 | - |
| YUV | 102.57 | 187.51 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 208 | 0 | 0.97 | 0.17 | 0.02 | 310.37 | 0.96 | 0.5 |
| Hex | FA | 7 | D0 | 0 | 61 | 11 | 2 | 136 | 60 | 32 |
| Octal | 372 | 7 | 320 | 0 | 141 | 21 | 2 | 466 | 140 | 62 |
| Binary | 11111010 | 111 | 11010000 | 0 | 1100001 | 10001 | 10 | 100110110 | 1100000 | 110010 |
Color Harmonies of #FA07D0
Complementary color
Monochromatic Colors of #FA07D0
Black with #FA07D0
Text Example
Text Example
White with #FA07D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07D0; }
p { color: rgb(250,7,208); }
H1.HeaderClassName
{
color: #FA07D0;
}
.AnyTagClassName
{
color: #FA07D0;
}
</style>
background-color css
<style>
a { background-color: #FA07D0; }
a { background-color: rgb(250,7,208); }
div.DivClassName
{
background-color: #FA07D0;
}
.BgClassName
{
background-color: #FA07D0;
}
</style>
border-color css
<style>
span { border-color: #FA07D0; }
span { border-color: rgb(250,7,208); }
td.TdClassName
{
border-color: #FA07D0;
}
.TagClassName
{
border-color: #FA07D0;
}
</style>