Shades of Violet #FA97F6
Tints of Violet #FA97F6
RGB
CMYK
RGB Variations
Color information
#FA97F6 (or 0xFA97F6) is known color: Violet. HEX triplet: FA, 97 and F6. RGB value is (250,151,246). Sum of RGB (Red+Green+Blue) = 250+151+246=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA97F6 is #056809. Grayscale: #BFBFBF. Windows color (decimal): -354314 or 16160762. OLE color: 16160762.
HSL color Cylindrical-coordinate representation of color #FA97F6: hue angle of 302.42º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97F6 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 246 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.02 |
| HSL | 302.42º | 0.91% | 0.79% | - |
| HSV(B) | 302.42º | 0.4% | 0.98% | - |
| XYZ | 67.13 | 49.11 | 93.13 | - |
| YUV | 191.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 246 | 0 | 0.40 | 0.02 | 0.02 | 302.42 | 0.91 | 0.79 |
| Hex | FA | 97 | F6 | 0 | 28 | 2 | 2 | 12E | 5B | 4F |
| Octal | 372 | 227 | 366 | 0 | 50 | 2 | 2 | 456 | 133 | 117 |
| Binary | 11111010 | 10010111 | 11110110 | 0 | 101000 | 10 | 10 | 100101110 | 1011011 | 1001111 |
Color Harmonies of #FA97F6
Complementary color
Monochromatic Colors of #FA97F6
Black with #FA97F6
Text Example
Text Example
White with #FA97F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA97F6; }
p { color: rgb(250,151,246); }
H1.HeaderClassName
{
color: #FA97F6;
}
.AnyTagClassName
{
color: #FA97F6;
}
</style>
background-color css
<style>
a { background-color: #FA97F6; }
a { background-color: rgb(250,151,246); }
div.DivClassName
{
background-color: #FA97F6;
}
.BgClassName
{
background-color: #FA97F6;
}
</style>
border-color css
<style>
span { border-color: #FA97F6; }
span { border-color: rgb(250,151,246); }
td.TdClassName
{
border-color: #FA97F6;
}
.TagClassName
{
border-color: #FA97F6;
}
</style>