Shades of Violet #FA9FFF
Tints of Violet #FA9FFF
RGB
CMYK
RGB Variations
Color information
#FA9FFF (or 0xFA9FFF) is known color: Violet. HEX triplet: FA, 9F and FF. RGB value is (250,159,255). Sum of RGB (Red+Green+Blue) = 250+159+255=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 159 (62.5% from 255 or 23.95% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FFF is #056000. Grayscale: #C4C4C4. Windows color (decimal): -352257 or 16752634. OLE color: 16752634.
HSL color Cylindrical-coordinate representation of color #FA9FFF: hue angle of 296.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9FFF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 159 | 255 | - |
| CMYK | 0.02 | 0.38 | 0 | 0 |
| HSL | 296.88º | 1% | 0.81% | - |
| HSV(B) | 296.88º | 0.38% | 1% | - |
| XYZ | 69.87 | 52.34 | 101.03 | - |
| YUV | 197.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 255 | 0.02 | 0.38 | 0 | 0 | 296.88 | 1 | 0.81 |
| Hex | FA | 9F | FF | 2 | 26 | 0 | 0 | 129 | 64 | 51 |
| Octal | 372 | 237 | 377 | 2 | 46 | 0 | 0 | 451 | 144 | 121 |
| Binary | 11111010 | 10011111 | 11111111 | 10 | 100110 | 0 | 0 | 100101001 | 1100100 | 1010001 |
Color Harmonies of #FA9FFF
Complementary color
Monochromatic Colors of #FA9FFF
Black with #FA9FFF
Text Example
Text Example
White with #FA9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FFF; }
p { color: rgb(250,159,255); }
H1.HeaderClassName
{
color: #FA9FFF;
}
.AnyTagClassName
{
color: #FA9FFF;
}
</style>
background-color css
<style>
a { background-color: #FA9FFF; }
a { background-color: rgb(250,159,255); }
div.DivClassName
{
background-color: #FA9FFF;
}
.BgClassName
{
background-color: #FA9FFF;
}
</style>
border-color css
<style>
span { border-color: #FA9FFF; }
span { border-color: rgb(250,159,255); }
td.TdClassName
{
border-color: #FA9FFF;
}
.TagClassName
{
border-color: #FA9FFF;
}
</style>