Shades of Violet #FA9CFA
Tints of Violet #FA9CFA
RGB
CMYK
RGB Variations
Color information
#FA9CFA (or 0xFA9CFA) is known color: Violet. HEX triplet: FA, 9C and FA. RGB value is (250,156,250). Sum of RGB (Red+Green+Blue) = 250+156+250=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 156 (61.33% from 255 or 23.78% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA9CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CFA is #056305. Grayscale: #C2C2C2. Windows color (decimal): -353030 or 16424186. OLE color: 16424186.
HSL color Cylindrical-coordinate representation of color #FA9CFA: hue angle of 300º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CFA is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 250 | - |
| CMYK | 0 | 0.38 | 0 | 0.02 |
| HSL | 300º | 0.9% | 0.8% | - |
| HSV(B) | 300º | 0.38% | 0.98% | - |
| XYZ | 68.57 | 51 | 96.67 | - |
| YUV | 194.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 250 | 0 | 0.38 | 0 | 0.02 | 300 | 0.9 | 0.8 |
| Hex | FA | 9C | FA | 0 | 26 | 0 | 2 | 12C | 5A | 50 |
| Octal | 372 | 234 | 372 | 0 | 46 | 0 | 2 | 454 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11111010 | 0 | 100110 | 0 | 10 | 100101100 | 1011010 | 1010000 |
Color Harmonies of #FA9CFA
Complementary color
Monochromatic Colors of #FA9CFA
Black with #FA9CFA
Text Example
Text Example
White with #FA9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CFA; }
p { color: rgb(250,156,250); }
H1.HeaderClassName
{
color: #FA9CFA;
}
.AnyTagClassName
{
color: #FA9CFA;
}
</style>
background-color css
<style>
a { background-color: #FA9CFA; }
a { background-color: rgb(250,156,250); }
div.DivClassName
{
background-color: #FA9CFA;
}
.BgClassName
{
background-color: #FA9CFA;
}
</style>
border-color css
<style>
span { border-color: #FA9CFA; }
span { border-color: rgb(250,156,250); }
td.TdClassName
{
border-color: #FA9CFA;
}
.TagClassName
{
border-color: #FA9CFA;
}
</style>