Shades of Violet #FA8DF9
Tints of Violet #FA8DF9
RGB
CMYK
RGB Variations
Color information
#FA8DF9 (or 0xFA8DF9) is known color: Violet. HEX triplet: FA, 8D and F9. RGB value is (250,141,249). Sum of RGB (Red+Green+Blue) = 250+141+249=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 141 (55.47% from 255 or 22.03% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF9 is #057206. Grayscale: #B9B9B9. Windows color (decimal): -356871 or 16354810. OLE color: 16354810.
HSL color Cylindrical-coordinate representation of color #FA8DF9: hue angle of 300.55º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DF9 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 249 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.02 |
| HSL | 300.55º | 0.92% | 0.77% | - |
| HSV(B) | 300.55º | 0.44% | 0.98% | - |
| XYZ | 66.05 | 46.21 | 95.06 | - |
| YUV | 185.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 249 | 0 | 0.44 | 0.00 | 0.02 | 300.55 | 0.92 | 0.77 |
| Hex | FA | 8D | F9 | 0 | 2C | 0 | 2 | 12D | 5C | 4D |
| Octal | 372 | 215 | 371 | 0 | 54 | 0 | 2 | 455 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11111001 | 0 | 101100 | 0 | 10 | 100101101 | 1011100 | 1001101 |
Color Harmonies of #FA8DF9
Complementary color
Monochromatic Colors of #FA8DF9
Black with #FA8DF9
Text Example
Text Example
White with #FA8DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DF9; }
p { color: rgb(250,141,249); }
H1.HeaderClassName
{
color: #FA8DF9;
}
.AnyTagClassName
{
color: #FA8DF9;
}
</style>
background-color css
<style>
a { background-color: #FA8DF9; }
a { background-color: rgb(250,141,249); }
div.DivClassName
{
background-color: #FA8DF9;
}
.BgClassName
{
background-color: #FA8DF9;
}
</style>
border-color css
<style>
span { border-color: #FA8DF9; }
span { border-color: rgb(250,141,249); }
td.TdClassName
{
border-color: #FA8DF9;
}
.TagClassName
{
border-color: #FA8DF9;
}
</style>