Shades of Hot Magenta #FA07CC
Tints of Hot Magenta #FA07CC
RGB
CMYK
RGB Variations
Color information
#FA07CC (or 0xFA07CC) is known color: Hot Magenta. HEX triplet: FA, 07 and CC. RGB value is (250,7,204). Sum of RGB (Red+Green+Blue) = 250+7+204=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07CC is #05F833. Grayscale: #656565. Windows color (decimal): -391220 or 13371386. OLE color: 13371386.
HSL color Cylindrical-coordinate representation of color #FA07CC: hue angle of 311.36º 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 #FA07CC is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.02 |
| HSL | 311.36º | 0.96% | 0.5% | - |
| HSV(B) | 311.36º | 0.97% | 0.98% | - |
| XYZ | 50.4 | 24.84 | 59.26 | - |
| YUV | 102.12 | 185.51 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 204 | 0 | 0.97 | 0.18 | 0.02 | 311.36 | 0.96 | 0.5 |
| Hex | FA | 7 | CC | 0 | 61 | 12 | 2 | 137 | 60 | 32 |
| Octal | 372 | 7 | 314 | 0 | 141 | 22 | 2 | 467 | 140 | 62 |
| Binary | 11111010 | 111 | 11001100 | 0 | 1100001 | 10010 | 10 | 100110111 | 1100000 | 110010 |
Color Harmonies of #FA07CC
Complementary color
Monochromatic Colors of #FA07CC
Black with #FA07CC
Text Example
Text Example
White with #FA07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07CC; }
p { color: rgb(250,7,204); }
H1.HeaderClassName
{
color: #FA07CC;
}
.AnyTagClassName
{
color: #FA07CC;
}
</style>
background-color css
<style>
a { background-color: #FA07CC; }
a { background-color: rgb(250,7,204); }
div.DivClassName
{
background-color: #FA07CC;
}
.BgClassName
{
background-color: #FA07CC;
}
</style>
border-color css
<style>
span { border-color: #FA07CC; }
span { border-color: rgb(250,7,204); }
td.TdClassName
{
border-color: #FA07CC;
}
.TagClassName
{
border-color: #FA07CC;
}
</style>