Shades of Violet #FA8FFC
Tints of Violet #FA8FFC
RGB
CMYK
RGB Variations
Color information
#FA8FFC (or 0xFA8FFC) is known color: Violet. HEX triplet: FA, 8F and FC. RGB value is (250,143,252). Sum of RGB (Red+Green+Blue) = 250+143+252=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 143 (56.25% from 255 or 22.17% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FFC is #057003. Grayscale: #BBBBBB. Windows color (decimal): -356356 or 16551930. OLE color: 16551930.
HSL color Cylindrical-coordinate representation of color #FA8FFC: hue angle of 298.9º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FFC is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 143 | 252 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.01 |
| HSL | 298.9º | 0.95% | 0.77% | - |
| HSV(B) | 298.9º | 0.43% | 0.99% | - |
| XYZ | 66.82 | 47 | 97.65 | - |
| YUV | 187.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 252 | 0.01 | 0.43 | 0 | 0.01 | 298.9 | 0.95 | 0.77 |
| Hex | FA | 8F | FC | 1 | 2B | 0 | 1 | 12B | 5F | 4D |
| Octal | 372 | 217 | 374 | 1 | 53 | 0 | 1 | 453 | 137 | 115 |
| Binary | 11111010 | 10001111 | 11111100 | 1 | 101011 | 0 | 1 | 100101011 | 1011111 | 1001101 |
Color Harmonies of #FA8FFC
Complementary color
Monochromatic Colors of #FA8FFC
Black with #FA8FFC
Text Example
Text Example
White with #FA8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FFC; }
p { color: rgb(250,143,252); }
H1.HeaderClassName
{
color: #FA8FFC;
}
.AnyTagClassName
{
color: #FA8FFC;
}
</style>
background-color css
<style>
a { background-color: #FA8FFC; }
a { background-color: rgb(250,143,252); }
div.DivClassName
{
background-color: #FA8FFC;
}
.BgClassName
{
background-color: #FA8FFC;
}
</style>
border-color css
<style>
span { border-color: #FA8FFC; }
span { border-color: rgb(250,143,252); }
td.TdClassName
{
border-color: #FA8FFC;
}
.TagClassName
{
border-color: #FA8FFC;
}
</style>