Shades of Hot Magenta #FA07D4
Tints of Hot Magenta #FA07D4
RGB
CMYK
RGB Variations
Color information
#FA07D4 (or 0xFA07D4) is known color: Hot Magenta. HEX triplet: FA, 07 and D4. RGB value is (250,7,212). Sum of RGB (Red+Green+Blue) = 250+7+212=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07D4 is #05F82B. Grayscale: #666666. Windows color (decimal): -391212 or 13895674. OLE color: 13895674.
HSL color Cylindrical-coordinate representation of color #FA07D4: hue angle of 309.38º 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 #FA07D4 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 212 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.02 |
| HSL | 309.38º | 0.96% | 0.5% | - |
| HSV(B) | 309.38º | 0.97% | 0.98% | - |
| XYZ | 51.38 | 25.23 | 64.45 | - |
| YUV | 103.03 | 189.51 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 212 | 0 | 0.97 | 0.15 | 0.02 | 309.38 | 0.96 | 0.5 |
| Hex | FA | 7 | D4 | 0 | 61 | F | 2 | 135 | 60 | 32 |
| Octal | 372 | 7 | 324 | 0 | 141 | 17 | 2 | 465 | 140 | 62 |
| Binary | 11111010 | 111 | 11010100 | 0 | 1100001 | 1111 | 10 | 100110101 | 1100000 | 110010 |
Color Harmonies of #FA07D4
Complementary color
Monochromatic Colors of #FA07D4
Black with #FA07D4
Text Example
Text Example
White with #FA07D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07D4; }
p { color: rgb(250,7,212); }
H1.HeaderClassName
{
color: #FA07D4;
}
.AnyTagClassName
{
color: #FA07D4;
}
</style>
background-color css
<style>
a { background-color: #FA07D4; }
a { background-color: rgb(250,7,212); }
div.DivClassName
{
background-color: #FA07D4;
}
.BgClassName
{
background-color: #FA07D4;
}
</style>
border-color css
<style>
span { border-color: #FA07D4; }
span { border-color: rgb(250,7,212); }
td.TdClassName
{
border-color: #FA07D4;
}
.TagClassName
{
border-color: #FA07D4;
}
</style>