Shades of Hot Magenta #FA07C7
Tints of Hot Magenta #FA07C7
RGB
CMYK
RGB Variations
Color information
#FA07C7 (or 0xFA07C7) is known color: Hot Magenta. HEX triplet: FA, 07 and C7. RGB value is (250,7,199). Sum of RGB (Red+Green+Blue) = 250+7+199=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07C7 is #05F838. Grayscale: #656565. Windows color (decimal): -391225 or 13043706. OLE color: 13043706.
HSL color Cylindrical-coordinate representation of color #FA07C7: hue angle of 312.59º 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 #FA07C7 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.02 |
| HSL | 312.59º | 0.96% | 0.5% | - |
| HSV(B) | 312.59º | 0.97% | 0.98% | - |
| XYZ | 49.81 | 24.6 | 56.16 | - |
| YUV | 101.55 | 183.01 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 199 | 0 | 0.97 | 0.20 | 0.02 | 312.59 | 0.96 | 0.5 |
| Hex | FA | 7 | C7 | 0 | 61 | 14 | 2 | 139 | 60 | 32 |
| Octal | 372 | 7 | 307 | 0 | 141 | 24 | 2 | 471 | 140 | 62 |
| Binary | 11111010 | 111 | 11000111 | 0 | 1100001 | 10100 | 10 | 100111001 | 1100000 | 110010 |
Color Harmonies of #FA07C7
Complementary color
Monochromatic Colors of #FA07C7
Black with #FA07C7
Text Example
Text Example
White with #FA07C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07C7; }
p { color: rgb(250,7,199); }
H1.HeaderClassName
{
color: #FA07C7;
}
.AnyTagClassName
{
color: #FA07C7;
}
</style>
background-color css
<style>
a { background-color: #FA07C7; }
a { background-color: rgb(250,7,199); }
div.DivClassName
{
background-color: #FA07C7;
}
.BgClassName
{
background-color: #FA07C7;
}
</style>
border-color css
<style>
span { border-color: #FA07C7; }
span { border-color: rgb(250,7,199); }
td.TdClassName
{
border-color: #FA07C7;
}
.TagClassName
{
border-color: #FA07C7;
}
</style>