Shades of Magenta #FA07FF
Tints of Magenta #FA07FF
RGB
CMYK
RGB Variations
Color information
#FA07FF (or 0xFA07FF) is known color: Magenta. HEX triplet: FA, 07 and FF. RGB value is (250,7,255). Sum of RGB (Red+Green+Blue) = 250+7+255=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 7 (3.12% from 255 or 1.37% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA07FF is #05F800. Grayscale: #6B6B6B. Windows color (decimal): -391169 or 16713722. OLE color: 16713722.
HSL color Cylindrical-coordinate representation of color #FA07FF: hue angle of 298.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA07FF is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 7 | 255 | - |
| CMYK | 0.02 | 0.97 | 0 | 0 |
| HSL | 298.79º | 1% | 0.51% | - |
| HSV(B) | 298.79º | 0.97% | 1% | - |
| XYZ | 57.55 | 27.7 | 96.92 | - |
| YUV | 107.93 | 211.01 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 255 | 0.02 | 0.97 | 0 | 0 | 298.79 | 1 | 0.51 |
| Hex | FA | 7 | FF | 2 | 61 | 0 | 0 | 12B | 64 | 33 |
| Octal | 372 | 7 | 377 | 2 | 141 | 0 | 0 | 453 | 144 | 63 |
| Binary | 11111010 | 111 | 11111111 | 10 | 1100001 | 0 | 0 | 100101011 | 1100100 | 110011 |
Color Harmonies of #FA07FF
Complementary color
Monochromatic Colors of #FA07FF
Black with #FA07FF
Text Example
Text Example
White with #FA07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07FF; }
p { color: rgb(250,7,255); }
H1.HeaderClassName
{
color: #FA07FF;
}
.AnyTagClassName
{
color: #FA07FF;
}
</style>
background-color css
<style>
a { background-color: #FA07FF; }
a { background-color: rgb(250,7,255); }
div.DivClassName
{
background-color: #FA07FF;
}
.BgClassName
{
background-color: #FA07FF;
}
</style>
border-color css
<style>
span { border-color: #FA07FF; }
span { border-color: rgb(250,7,255); }
td.TdClassName
{
border-color: #FA07FF;
}
.TagClassName
{
border-color: #FA07FF;
}
</style>