Shades of Violet #FA7CF2
Tints of Violet #FA7CF2
RGB
CMYK
RGB Variations
Color information
#FA7CF2 (or 0xFA7CF2) is known color: Violet. HEX triplet: FA, 7C and F2. RGB value is (250,124,242). Sum of RGB (Red+Green+Blue) = 250+124+242=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CF2 is #05830D. Grayscale: #AEAEAE. Windows color (decimal): -361230 or 15891706. OLE color: 15891706.
HSL color Cylindrical-coordinate representation of color #FA7CF2: hue angle of 303.81º 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 #FA7CF2 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 242 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.02 |
| HSL | 303.81º | 0.93% | 0.73% | - |
| HSV(B) | 303.81º | 0.5% | 0.98% | - |
| XYZ | 62.66 | 41.15 | 88.64 | - |
| YUV | 175.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 242 | 0 | 0.50 | 0.03 | 0.02 | 303.81 | 0.93 | 0.73 |
| Hex | FA | 7C | F2 | 0 | 32 | 3 | 2 | 130 | 5D | 49 |
| Octal | 372 | 174 | 362 | 0 | 62 | 3 | 2 | 460 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11110010 | 0 | 110010 | 11 | 10 | 100110000 | 1011101 | 1001001 |
Color Harmonies of #FA7CF2
Complementary color
Monochromatic Colors of #FA7CF2
Black with #FA7CF2
Text Example
Text Example
White with #FA7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CF2; }
p { color: rgb(250,124,242); }
H1.HeaderClassName
{
color: #FA7CF2;
}
.AnyTagClassName
{
color: #FA7CF2;
}
</style>
background-color css
<style>
a { background-color: #FA7CF2; }
a { background-color: rgb(250,124,242); }
div.DivClassName
{
background-color: #FA7CF2;
}
.BgClassName
{
background-color: #FA7CF2;
}
</style>
border-color css
<style>
span { border-color: #FA7CF2; }
span { border-color: rgb(250,124,242); }
td.TdClassName
{
border-color: #FA7CF2;
}
.TagClassName
{
border-color: #FA7CF2;
}
</style>