Shades of Hot Magenta #FA00D4
Tints of Hot Magenta #FA00D4
RGB
CMYK
RGB Variations
Color information
#FA00D4 (or 0xFA00D4) is known color: Hot Magenta. HEX triplet: FA, 00 and D4. RGB value is (250,0,212). Sum of RGB (Red+Green+Blue) = 250+0+212=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00D4 is #05FF2B. Grayscale: #626262. Windows color (decimal): -393004 or 13893882. OLE color: 13893882.
HSL color Cylindrical-coordinate representation of color #FA00D4: hue angle of 309.12º 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 #FA00D4 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.15 | 0.02 |
| HSL | 309.12º | 1% | 0.49% | - |
| HSV(B) | 309.12º | 1% | 0.98% | - |
| XYZ | 51.31 | 25.08 | 64.42 | - |
| YUV | 98.92 | 191.83 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 212 | 0 | 1 | 0.15 | 0.02 | 309.12 | 1 | 0.49 |
| Hex | FA | 0 | D4 | 0 | 64 | F | 2 | 135 | 64 | 31 |
| Octal | 372 | 0 | 324 | 0 | 144 | 17 | 2 | 465 | 144 | 61 |
| Binary | 11111010 | 0 | 11010100 | 0 | 1100100 | 1111 | 10 | 100110101 | 1100100 | 110001 |
Color Harmonies of #FA00D4
Complementary color
Monochromatic Colors of #FA00D4
Black with #FA00D4
Text Example
Text Example
White with #FA00D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00D4; }
p { color: rgb(250,0,212); }
H1.HeaderClassName
{
color: #FA00D4;
}
.AnyTagClassName
{
color: #FA00D4;
}
</style>
background-color css
<style>
a { background-color: #FA00D4; }
a { background-color: rgb(250,0,212); }
div.DivClassName
{
background-color: #FA00D4;
}
.BgClassName
{
background-color: #FA00D4;
}
</style>
border-color css
<style>
span { border-color: #FA00D4; }
span { border-color: rgb(250,0,212); }
td.TdClassName
{
border-color: #FA00D4;
}
.TagClassName
{
border-color: #FA00D4;
}
</style>