Shades of Violet #FA9FFE
Tints of Violet #FA9FFE
RGB
CMYK
RGB Variations
Color information
#FA9FFE (or 0xFA9FFE) is known color: Violet. HEX triplet: FA, 9F and FE. RGB value is (250,159,254). Sum of RGB (Red+Green+Blue) = 250+159+254=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 159 (62.5% from 255 or 23.98% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FFE is #056001. Grayscale: #C4C4C4. Windows color (decimal): -352258 or 16687098. OLE color: 16687098.
HSL color Cylindrical-coordinate representation of color #FA9FFE: hue angle of 297.47º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9FFE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 159 | 254 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.00 |
| HSL | 297.47º | 0.98% | 0.81% | - |
| HSV(B) | 297.47º | 0.37% | 1% | - |
| XYZ | 69.71 | 52.28 | 100.18 | - |
| YUV | 197.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 254 | 0.02 | 0.37 | 0 | 0.00 | 297.47 | 0.98 | 0.81 |
| Hex | FA | 9F | FE | 2 | 25 | 0 | 0 | 129 | 62 | 51 |
| Octal | 372 | 237 | 376 | 2 | 45 | 0 | 0 | 451 | 142 | 121 |
| Binary | 11111010 | 10011111 | 11111110 | 10 | 100101 | 0 | 0 | 100101001 | 1100010 | 1010001 |
Color Harmonies of #FA9FFE
Complementary color
Monochromatic Colors of #FA9FFE
Black with #FA9FFE
Text Example
Text Example
White with #FA9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FFE; }
p { color: rgb(250,159,254); }
H1.HeaderClassName
{
color: #FA9FFE;
}
.AnyTagClassName
{
color: #FA9FFE;
}
</style>
background-color css
<style>
a { background-color: #FA9FFE; }
a { background-color: rgb(250,159,254); }
div.DivClassName
{
background-color: #FA9FFE;
}
.BgClassName
{
background-color: #FA9FFE;
}
</style>
border-color css
<style>
span { border-color: #FA9FFE; }
span { border-color: rgb(250,159,254); }
td.TdClassName
{
border-color: #FA9FFE;
}
.TagClassName
{
border-color: #FA9FFE;
}
</style>