Shades of Hot Magenta #FA00D0
Tints of Hot Magenta #FA00D0
RGB
CMYK
RGB Variations
Color information
#FA00D0 (or 0xFA00D0) is known color: Hot Magenta. HEX triplet: FA, 00 and D0. RGB value is (250,0,208). Sum of RGB (Red+Green+Blue) = 250+0+208=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00D0 is #05FF2F. Grayscale: #616161. Windows color (decimal): -393008 or 13631738. OLE color: 13631738.
HSL color Cylindrical-coordinate representation of color #FA00D0: hue angle of 310.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00D0 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.17 | 0.02 |
| HSL | 310.08º | 1% | 0.49% | - |
| HSV(B) | 310.08º | 1% | 0.98% | - |
| XYZ | 50.81 | 24.88 | 61.8 | - |
| YUV | 98.46 | 189.83 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 208 | 0 | 1 | 0.17 | 0.02 | 310.08 | 1 | 0.49 |
| Hex | FA | 0 | D0 | 0 | 64 | 11 | 2 | 136 | 64 | 31 |
| Octal | 372 | 0 | 320 | 0 | 144 | 21 | 2 | 466 | 144 | 61 |
| Binary | 11111010 | 0 | 11010000 | 0 | 1100100 | 10001 | 10 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FA00D0
Complementary color
Monochromatic Colors of #FA00D0
Black with #FA00D0
Text Example
Text Example
White with #FA00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00D0; }
p { color: rgb(250,0,208); }
H1.HeaderClassName
{
color: #FA00D0;
}
.AnyTagClassName
{
color: #FA00D0;
}
</style>
background-color css
<style>
a { background-color: #FA00D0; }
a { background-color: rgb(250,0,208); }
div.DivClassName
{
background-color: #FA00D0;
}
.BgClassName
{
background-color: #FA00D0;
}
</style>
border-color css
<style>
span { border-color: #FA00D0; }
span { border-color: rgb(250,0,208); }
td.TdClassName
{
border-color: #FA00D0;
}
.TagClassName
{
border-color: #FA00D0;
}
</style>