Shades of Violet #FA7CF1
Tints of Violet #FA7CF1
RGB
CMYK
RGB Variations
Color information
#FA7CF1 (or 0xFA7CF1) is known color: Violet. HEX triplet: FA, 7C and F1. RGB value is (250,124,241). Sum of RGB (Red+Green+Blue) = 250+124+241=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CF1 is #05830E. Grayscale: #AEAEAE. Windows color (decimal): -361231 or 15826170. OLE color: 15826170.
HSL color Cylindrical-coordinate representation of color #FA7CF1: hue angle of 304.29º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CF1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 241 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.02 |
| HSL | 304.29º | 0.93% | 0.73% | - |
| HSV(B) | 304.29º | 0.5% | 0.98% | - |
| XYZ | 62.51 | 41.09 | 87.86 | - |
| YUV | 175.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 241 | 0 | 0.50 | 0.04 | 0.02 | 304.29 | 0.93 | 0.73 |
| Hex | FA | 7C | F1 | 0 | 32 | 4 | 2 | 130 | 5D | 49 |
| Octal | 372 | 174 | 361 | 0 | 62 | 4 | 2 | 460 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11110001 | 0 | 110010 | 100 | 10 | 100110000 | 1011101 | 1001001 |
Color Harmonies of #FA7CF1
Complementary color
Monochromatic Colors of #FA7CF1
Black with #FA7CF1
Text Example
Text Example
White with #FA7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CF1; }
p { color: rgb(250,124,241); }
H1.HeaderClassName
{
color: #FA7CF1;
}
.AnyTagClassName
{
color: #FA7CF1;
}
</style>
background-color css
<style>
a { background-color: #FA7CF1; }
a { background-color: rgb(250,124,241); }
div.DivClassName
{
background-color: #FA7CF1;
}
.BgClassName
{
background-color: #FA7CF1;
}
</style>
border-color css
<style>
span { border-color: #FA7CF1; }
span { border-color: rgb(250,124,241); }
td.TdClassName
{
border-color: #FA7CF1;
}
.TagClassName
{
border-color: #FA7CF1;
}
</style>