Shades of Violet #FA91FA
Tints of Violet #FA91FA
RGB
CMYK
RGB Variations
Color information
#FA91FA (or 0xFA91FA) is known color: Violet. HEX triplet: FA, 91 and FA. RGB value is (250,145,250). Sum of RGB (Red+Green+Blue) = 250+145+250=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 145 (57.03% from 255 or 22.48% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA91FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA91FA is #056E05. Grayscale: #BCBCBC. Windows color (decimal): -355846 or 16421370. OLE color: 16421370.
HSL color Cylindrical-coordinate representation of color #FA91FA: hue angle of 300º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91FA is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 250 | - |
| CMYK | 0 | 0.42 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.77% | - |
| HSV(B) | 300º | 0.42% | 0.98% | - |
| XYZ | 66.81 | 47.48 | 96.09 | - |
| YUV | 188.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 250 | 0 | 0.42 | 0 | 0.02 | 300 | 0.91 | 0.77 |
| Hex | FA | 91 | FA | 0 | 2A | 0 | 2 | 12C | 5B | 4D |
| Octal | 372 | 221 | 372 | 0 | 52 | 0 | 2 | 454 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11111010 | 0 | 101010 | 0 | 10 | 100101100 | 1011011 | 1001101 |
Color Harmonies of #FA91FA
Complementary color
Monochromatic Colors of #FA91FA
Black with #FA91FA
Text Example
Text Example
White with #FA91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91FA; }
p { color: rgb(250,145,250); }
H1.HeaderClassName
{
color: #FA91FA;
}
.AnyTagClassName
{
color: #FA91FA;
}
</style>
background-color css
<style>
a { background-color: #FA91FA; }
a { background-color: rgb(250,145,250); }
div.DivClassName
{
background-color: #FA91FA;
}
.BgClassName
{
background-color: #FA91FA;
}
</style>
border-color css
<style>
span { border-color: #FA91FA; }
span { border-color: rgb(250,145,250); }
td.TdClassName
{
border-color: #FA91FA;
}
.TagClassName
{
border-color: #FA91FA;
}
</style>