Shades of Violet #FA9EFF
Tints of Violet #FA9EFF
RGB
CMYK
RGB Variations
Color information
#FA9EFF (or 0xFA9EFF) is known color: Violet. HEX triplet: FA, 9E and FF. RGB value is (250,158,255). Sum of RGB (Red+Green+Blue) = 250+158+255=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 158 (62.11% from 255 or 23.83% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9EFF is #056100. Grayscale: #C4C4C4. Windows color (decimal): -352513 or 16752378. OLE color: 16752378.
HSL color Cylindrical-coordinate representation of color #FA9EFF: hue angle of 296.91º 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 #FA9EFF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 158 | 255 | - |
| CMYK | 0.02 | 0.38 | 0 | 0 |
| HSL | 296.91º | 1% | 0.81% | - |
| HSV(B) | 296.91º | 0.38% | 1% | - |
| XYZ | 69.7 | 52 | 100.97 | - |
| YUV | 196.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 255 | 0.02 | 0.38 | 0 | 0 | 296.91 | 1 | 0.81 |
| Hex | FA | 9E | FF | 2 | 26 | 0 | 0 | 129 | 64 | 51 |
| Octal | 372 | 236 | 377 | 2 | 46 | 0 | 0 | 451 | 144 | 121 |
| Binary | 11111010 | 10011110 | 11111111 | 10 | 100110 | 0 | 0 | 100101001 | 1100100 | 1010001 |
Color Harmonies of #FA9EFF
Complementary color
Monochromatic Colors of #FA9EFF
Black with #FA9EFF
Text Example
Text Example
White with #FA9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EFF; }
p { color: rgb(250,158,255); }
H1.HeaderClassName
{
color: #FA9EFF;
}
.AnyTagClassName
{
color: #FA9EFF;
}
</style>
background-color css
<style>
a { background-color: #FA9EFF; }
a { background-color: rgb(250,158,255); }
div.DivClassName
{
background-color: #FA9EFF;
}
.BgClassName
{
background-color: #FA9EFF;
}
</style>
border-color css
<style>
span { border-color: #FA9EFF; }
span { border-color: rgb(250,158,255); }
td.TdClassName
{
border-color: #FA9EFF;
}
.TagClassName
{
border-color: #FA9EFF;
}
</style>