Shades of Violet #FA9CFD
Tints of Violet #FA9CFD
RGB
CMYK
RGB Variations
Color information
#FA9CFD (or 0xFA9CFD) is known color: Violet. HEX triplet: FA, 9C and FD. RGB value is (250,156,253). Sum of RGB (Red+Green+Blue) = 250+156+253=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 156 (61.33% from 255 or 23.67% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA9CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CFD is #056302. Grayscale: #C2C2C2. Windows color (decimal): -353027 or 16620794. OLE color: 16620794.
HSL color Cylindrical-coordinate representation of color #FA9CFD: hue angle of 298.14º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CFD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 156 | 253 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.01 |
| HSL | 298.14º | 0.96% | 0.8% | - |
| HSV(B) | 298.14º | 0.38% | 0.99% | - |
| XYZ | 69.04 | 51.19 | 99.17 | - |
| YUV | 195.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 253 | 0.01 | 0.38 | 0 | 0.01 | 298.14 | 0.96 | 0.8 |
| Hex | FA | 9C | FD | 1 | 26 | 0 | 1 | 12A | 60 | 50 |
| Octal | 372 | 234 | 375 | 1 | 46 | 0 | 1 | 452 | 140 | 120 |
| Binary | 11111010 | 10011100 | 11111101 | 1 | 100110 | 0 | 1 | 100101010 | 1100000 | 1010000 |
Color Harmonies of #FA9CFD
Complementary color
Monochromatic Colors of #FA9CFD
Black with #FA9CFD
Text Example
Text Example
White with #FA9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CFD; }
p { color: rgb(250,156,253); }
H1.HeaderClassName
{
color: #FA9CFD;
}
.AnyTagClassName
{
color: #FA9CFD;
}
</style>
background-color css
<style>
a { background-color: #FA9CFD; }
a { background-color: rgb(250,156,253); }
div.DivClassName
{
background-color: #FA9CFD;
}
.BgClassName
{
background-color: #FA9CFD;
}
</style>
border-color css
<style>
span { border-color: #FA9CFD; }
span { border-color: rgb(250,156,253); }
td.TdClassName
{
border-color: #FA9CFD;
}
.TagClassName
{
border-color: #FA9CFD;
}
</style>