Shades of Violet #FA7AF0
Tints of Violet #FA7AF0
RGB
CMYK
RGB Variations
Color information
#FA7AF0 (or 0xFA7AF0) is known color: Violet. HEX triplet: FA, 7A and F0. RGB value is (250,122,240). Sum of RGB (Red+Green+Blue) = 250+122+240=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 122 (48.05% from 255 or 19.93% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7AF0 is #05850F. Grayscale: #ADADAD. Windows color (decimal): -361744 or 15760122. OLE color: 15760122.
HSL color Cylindrical-coordinate representation of color #FA7AF0: hue angle of 304.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7AF0 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 240 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.02 |
| HSL | 304.69º | 0.93% | 0.73% | - |
| HSV(B) | 304.69º | 0.51% | 0.98% | - |
| XYZ | 62.11 | 40.53 | 86.99 | - |
| YUV | 173.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 240 | 0 | 0.51 | 0.04 | 0.02 | 304.69 | 0.93 | 0.73 |
| Hex | FA | 7A | F0 | 0 | 33 | 4 | 2 | 131 | 5D | 49 |
| Octal | 372 | 172 | 360 | 0 | 63 | 4 | 2 | 461 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11110000 | 0 | 110011 | 100 | 10 | 100110001 | 1011101 | 1001001 |
Color Harmonies of #FA7AF0
Complementary color
Monochromatic Colors of #FA7AF0
Black with #FA7AF0
Text Example
Text Example
White with #FA7AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AF0; }
p { color: rgb(250,122,240); }
H1.HeaderClassName
{
color: #FA7AF0;
}
.AnyTagClassName
{
color: #FA7AF0;
}
</style>
background-color css
<style>
a { background-color: #FA7AF0; }
a { background-color: rgb(250,122,240); }
div.DivClassName
{
background-color: #FA7AF0;
}
.BgClassName
{
background-color: #FA7AF0;
}
</style>
border-color css
<style>
span { border-color: #FA7AF0; }
span { border-color: rgb(250,122,240); }
td.TdClassName
{
border-color: #FA7AF0;
}
.TagClassName
{
border-color: #FA7AF0;
}
</style>