Shades of Violet #FA8DFC
Tints of Violet #FA8DFC
RGB
CMYK
RGB Variations
Color information
#FA8DFC (or 0xFA8DFC) is known color: Violet. HEX triplet: FA, 8D and FC. RGB value is (250,141,252). Sum of RGB (Red+Green+Blue) = 250+141+252=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 141 (55.47% from 255 or 21.93% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA8DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DFC is #057203. Grayscale: #B9B9B9. Windows color (decimal): -356868 or 16551418. OLE color: 16551418.
HSL color Cylindrical-coordinate representation of color #FA8DFC: hue angle of 298.92º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DFC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 141 | 252 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.01 |
| HSL | 298.92º | 0.95% | 0.77% | - |
| HSV(B) | 298.92º | 0.44% | 0.99% | - |
| XYZ | 66.52 | 46.4 | 97.55 | - |
| YUV | 186.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 252 | 0.01 | 0.44 | 0 | 0.01 | 298.92 | 0.95 | 0.77 |
| Hex | FA | 8D | FC | 1 | 2C | 0 | 1 | 12B | 5F | 4D |
| Octal | 372 | 215 | 374 | 1 | 54 | 0 | 1 | 453 | 137 | 115 |
| Binary | 11111010 | 10001101 | 11111100 | 1 | 101100 | 0 | 1 | 100101011 | 1011111 | 1001101 |
Color Harmonies of #FA8DFC
Complementary color
Monochromatic Colors of #FA8DFC
Black with #FA8DFC
Text Example
Text Example
White with #FA8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DFC; }
p { color: rgb(250,141,252); }
H1.HeaderClassName
{
color: #FA8DFC;
}
.AnyTagClassName
{
color: #FA8DFC;
}
</style>
background-color css
<style>
a { background-color: #FA8DFC; }
a { background-color: rgb(250,141,252); }
div.DivClassName
{
background-color: #FA8DFC;
}
.BgClassName
{
background-color: #FA8DFC;
}
</style>
border-color css
<style>
span { border-color: #FA8DFC; }
span { border-color: rgb(250,141,252); }
td.TdClassName
{
border-color: #FA8DFC;
}
.TagClassName
{
border-color: #FA8DFC;
}
</style>