Shades of Hot Magenta #FA00D1
Tints of Hot Magenta #FA00D1
RGB
CMYK
RGB Variations
Color information
#FA00D1 (or 0xFA00D1) is known color: Hot Magenta. HEX triplet: FA, 00 and D1. RGB value is (250,0,209). Sum of RGB (Red+Green+Blue) = 250+0+209=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00D1 is #05FF2E. Grayscale: #616161. Windows color (decimal): -393007 or 13697274. OLE color: 13697274.
HSL color Cylindrical-coordinate representation of color #FA00D1: hue angle of 309.84º 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 #FA00D1 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 209 | - |
| CMYK | 0 | 1 | 0.16 | 0.02 |
| HSL | 309.84º | 1% | 0.49% | - |
| HSV(B) | 309.84º | 1% | 0.98% | - |
| XYZ | 50.93 | 24.93 | 62.45 | - |
| YUV | 98.58 | 190.33 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 209 | 0 | 1 | 0.16 | 0.02 | 309.84 | 1 | 0.49 |
| Hex | FA | 0 | D1 | 0 | 64 | 10 | 2 | 136 | 64 | 31 |
| Octal | 372 | 0 | 321 | 0 | 144 | 20 | 2 | 466 | 144 | 61 |
| Binary | 11111010 | 0 | 11010001 | 0 | 1100100 | 10000 | 10 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FA00D1
Complementary color
Monochromatic Colors of #FA00D1
Black with #FA00D1
Text Example
Text Example
White with #FA00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00D1; }
p { color: rgb(250,0,209); }
H1.HeaderClassName
{
color: #FA00D1;
}
.AnyTagClassName
{
color: #FA00D1;
}
</style>
background-color css
<style>
a { background-color: #FA00D1; }
a { background-color: rgb(250,0,209); }
div.DivClassName
{
background-color: #FA00D1;
}
.BgClassName
{
background-color: #FA00D1;
}
</style>
border-color css
<style>
span { border-color: #FA00D1; }
span { border-color: rgb(250,0,209); }
td.TdClassName
{
border-color: #FA00D1;
}
.TagClassName
{
border-color: #FA00D1;
}
</style>