Shades of Violet #FA8DF7
Tints of Violet #FA8DF7
RGB
CMYK
RGB Variations
Color information
#FA8DF7 (or 0xFA8DF7) is known color: Violet. HEX triplet: FA, 8D and F7. RGB value is (250,141,247). Sum of RGB (Red+Green+Blue) = 250+141+247=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF7 is #057208. Grayscale: #B9B9B9. Windows color (decimal): -356873 or 16223738. OLE color: 16223738.
HSL color Cylindrical-coordinate representation of color #FA8DF7: hue angle of 301.65º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DF7 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 247 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.02 |
| HSL | 301.65º | 0.92% | 0.77% | - |
| HSV(B) | 301.65º | 0.44% | 0.98% | - |
| XYZ | 65.74 | 46.09 | 93.43 | - |
| YUV | 185.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 247 | 0 | 0.44 | 0.01 | 0.02 | 301.65 | 0.92 | 0.77 |
| Hex | FA | 8D | F7 | 0 | 2C | 1 | 2 | 12E | 5C | 4D |
| Octal | 372 | 215 | 367 | 0 | 54 | 1 | 2 | 456 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11110111 | 0 | 101100 | 1 | 10 | 100101110 | 1011100 | 1001101 |
Color Harmonies of #FA8DF7
Complementary color
Monochromatic Colors of #FA8DF7
Black with #FA8DF7
Text Example
Text Example
White with #FA8DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DF7; }
p { color: rgb(250,141,247); }
H1.HeaderClassName
{
color: #FA8DF7;
}
.AnyTagClassName
{
color: #FA8DF7;
}
</style>
background-color css
<style>
a { background-color: #FA8DF7; }
a { background-color: rgb(250,141,247); }
div.DivClassName
{
background-color: #FA8DF7;
}
.BgClassName
{
background-color: #FA8DF7;
}
</style>
border-color css
<style>
span { border-color: #FA8DF7; }
span { border-color: rgb(250,141,247); }
td.TdClassName
{
border-color: #FA8DF7;
}
.TagClassName
{
border-color: #FA8DF7;
}
</style>