Shades of Violet #FA7EF2
Tints of Violet #FA7EF2
RGB
CMYK
RGB Variations
Color information
#FA7EF2 (or 0xFA7EF2) is known color: Violet. HEX triplet: FA, 7E and F2. RGB value is (250,126,242). Sum of RGB (Red+Green+Blue) = 250+126+242=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 126 (49.61% from 255 or 20.39% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EF2 is #05810D. Grayscale: #AFAFAF. Windows color (decimal): -360718 or 15892218. OLE color: 15892218.
HSL color Cylindrical-coordinate representation of color #FA7EF2: hue angle of 303.87º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EF2 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 242 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.02 |
| HSL | 303.87º | 0.93% | 0.74% | - |
| HSV(B) | 303.87º | 0.5% | 0.98% | - |
| XYZ | 62.91 | 41.66 | 88.73 | - |
| YUV | 176.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 242 | 0 | 0.50 | 0.03 | 0.02 | 303.87 | 0.93 | 0.74 |
| Hex | FA | 7E | F2 | 0 | 32 | 3 | 2 | 130 | 5D | 4A |
| Octal | 372 | 176 | 362 | 0 | 62 | 3 | 2 | 460 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11110010 | 0 | 110010 | 11 | 10 | 100110000 | 1011101 | 1001010 |
Color Harmonies of #FA7EF2
Complementary color
Monochromatic Colors of #FA7EF2
Black with #FA7EF2
Text Example
Text Example
White with #FA7EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7EF2; }
p { color: rgb(250,126,242); }
H1.HeaderClassName
{
color: #FA7EF2;
}
.AnyTagClassName
{
color: #FA7EF2;
}
</style>
background-color css
<style>
a { background-color: #FA7EF2; }
a { background-color: rgb(250,126,242); }
div.DivClassName
{
background-color: #FA7EF2;
}
.BgClassName
{
background-color: #FA7EF2;
}
</style>
border-color css
<style>
span { border-color: #FA7EF2; }
span { border-color: rgb(250,126,242); }
td.TdClassName
{
border-color: #FA7EF2;
}
.TagClassName
{
border-color: #FA7EF2;
}
</style>