Shades of Violet #FA93FA
Tints of Violet #FA93FA
RGB
CMYK
RGB Variations
Color information
#FA93FA (or 0xFA93FA) is known color: Violet. HEX triplet: FA, 93 and FA. RGB value is (250,147,250). Sum of RGB (Red+Green+Blue) = 250+147+250=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 147 (57.81% from 255 or 22.72% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA93FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93FA is #056C05. Grayscale: #BDBDBD. Windows color (decimal): -355334 or 16421882. OLE color: 16421882.
HSL color Cylindrical-coordinate representation of color #FA93FA: hue angle of 300º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93FA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 250 | - |
| CMYK | 0 | 0.41 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.78% | - |
| HSV(B) | 300º | 0.41% | 0.98% | - |
| XYZ | 67.11 | 48.09 | 96.19 | - |
| YUV | 189.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 250 | 0 | 0.41 | 0 | 0.02 | 300 | 0.91 | 0.78 |
| Hex | FA | 93 | FA | 0 | 29 | 0 | 2 | 12C | 5B | 4E |
| Octal | 372 | 223 | 372 | 0 | 51 | 0 | 2 | 454 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11111010 | 0 | 101001 | 0 | 10 | 100101100 | 1011011 | 1001110 |
Color Harmonies of #FA93FA
Complementary color
Monochromatic Colors of #FA93FA
Black with #FA93FA
Text Example
Text Example
White with #FA93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93FA; }
p { color: rgb(250,147,250); }
H1.HeaderClassName
{
color: #FA93FA;
}
.AnyTagClassName
{
color: #FA93FA;
}
</style>
background-color css
<style>
a { background-color: #FA93FA; }
a { background-color: rgb(250,147,250); }
div.DivClassName
{
background-color: #FA93FA;
}
.BgClassName
{
background-color: #FA93FA;
}
</style>
border-color css
<style>
span { border-color: #FA93FA; }
span { border-color: rgb(250,147,250); }
td.TdClassName
{
border-color: #FA93FA;
}
.TagClassName
{
border-color: #FA93FA;
}
</style>