Shades of Magenta #FA07F1
Tints of Magenta #FA07F1
RGB
CMYK
RGB Variations
Color information
#FA07F1 (or 0xFA07F1) is known color: Magenta. HEX triplet: FA, 07 and F1. RGB value is (250,7,241). Sum of RGB (Red+Green+Blue) = 250+7+241=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA07F1 is #05F80E. Grayscale: #696969. Windows color (decimal): -391183 or 15796218. OLE color: 15796218.
HSL color Cylindrical-coordinate representation of color #FA07F1: hue angle of 302.22º 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 #FA07F1 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 241 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.02 |
| HSL | 302.22º | 0.96% | 0.5% | - |
| HSV(B) | 302.22º | 0.97% | 0.98% | - |
| XYZ | 55.38 | 26.83 | 85.48 | - |
| YUV | 106.33 | 204.01 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 241 | 0 | 0.97 | 0.04 | 0.02 | 302.22 | 0.96 | 0.5 |
| Hex | FA | 7 | F1 | 0 | 61 | 4 | 2 | 12E | 60 | 32 |
| Octal | 372 | 7 | 361 | 0 | 141 | 4 | 2 | 456 | 140 | 62 |
| Binary | 11111010 | 111 | 11110001 | 0 | 1100001 | 100 | 10 | 100101110 | 1100000 | 110010 |
Color Harmonies of #FA07F1
Complementary color
Monochromatic Colors of #FA07F1
Black with #FA07F1
Text Example
Text Example
White with #FA07F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07F1; }
p { color: rgb(250,7,241); }
H1.HeaderClassName
{
color: #FA07F1;
}
.AnyTagClassName
{
color: #FA07F1;
}
</style>
background-color css
<style>
a { background-color: #FA07F1; }
a { background-color: rgb(250,7,241); }
div.DivClassName
{
background-color: #FA07F1;
}
.BgClassName
{
background-color: #FA07F1;
}
</style>
border-color css
<style>
span { border-color: #FA07F1; }
span { border-color: rgb(250,7,241); }
td.TdClassName
{
border-color: #FA07F1;
}
.TagClassName
{
border-color: #FA07F1;
}
</style>