Shades of Hot Magenta #FA07CF
Tints of Hot Magenta #FA07CF
RGB
CMYK
RGB Variations
Color information
#FA07CF (or 0xFA07CF) is known color: Hot Magenta. HEX triplet: FA, 07 and CF. RGB value is (250,7,207). Sum of RGB (Red+Green+Blue) = 250+7+207=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07CF is #05F830. Grayscale: #656565. Windows color (decimal): -391217 or 13567994. OLE color: 13567994.
HSL color Cylindrical-coordinate representation of color #FA07CF: hue angle of 310.62º 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 #FA07CF is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.02 |
| HSL | 310.62º | 0.96% | 0.5% | - |
| HSV(B) | 310.62º | 0.97% | 0.98% | - |
| XYZ | 50.76 | 24.98 | 61.18 | - |
| YUV | 102.46 | 187.01 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 207 | 0 | 0.97 | 0.17 | 0.02 | 310.62 | 0.96 | 0.5 |
| Hex | FA | 7 | CF | 0 | 61 | 11 | 2 | 137 | 60 | 32 |
| Octal | 372 | 7 | 317 | 0 | 141 | 21 | 2 | 467 | 140 | 62 |
| Binary | 11111010 | 111 | 11001111 | 0 | 1100001 | 10001 | 10 | 100110111 | 1100000 | 110010 |
Color Harmonies of #FA07CF
Complementary color
Monochromatic Colors of #FA07CF
Black with #FA07CF
Text Example
Text Example
White with #FA07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07CF; }
p { color: rgb(250,7,207); }
H1.HeaderClassName
{
color: #FA07CF;
}
.AnyTagClassName
{
color: #FA07CF;
}
</style>
background-color css
<style>
a { background-color: #FA07CF; }
a { background-color: rgb(250,7,207); }
div.DivClassName
{
background-color: #FA07CF;
}
.BgClassName
{
background-color: #FA07CF;
}
</style>
border-color css
<style>
span { border-color: #FA07CF; }
span { border-color: rgb(250,7,207); }
td.TdClassName
{
border-color: #FA07CF;
}
.TagClassName
{
border-color: #FA07CF;
}
</style>