Shades of Violet #FA99F6
Tints of Violet #FA99F6
RGB
CMYK
RGB Variations
Color information
#FA99F6 (or 0xFA99F6) is known color: Violet. HEX triplet: FA, 99 and F6. RGB value is (250,153,246). Sum of RGB (Red+Green+Blue) = 250+153+246=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 153 (60.16% from 255 or 23.57% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99F6 is #056609. Grayscale: #C0C0C0. Windows color (decimal): -353802 or 16161274. OLE color: 16161274.
HSL color Cylindrical-coordinate representation of color #FA99F6: hue angle of 302.47º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99F6 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 246 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.02 |
| HSL | 302.47º | 0.91% | 0.79% | - |
| HSV(B) | 302.47º | 0.39% | 0.98% | - |
| XYZ | 67.45 | 49.76 | 93.24 | - |
| YUV | 192.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 246 | 0 | 0.39 | 0.02 | 0.02 | 302.47 | 0.91 | 0.79 |
| Hex | FA | 99 | F6 | 0 | 27 | 2 | 2 | 12E | 5B | 4F |
| Octal | 372 | 231 | 366 | 0 | 47 | 2 | 2 | 456 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11110110 | 0 | 100111 | 10 | 10 | 100101110 | 1011011 | 1001111 |
Color Harmonies of #FA99F6
Complementary color
Monochromatic Colors of #FA99F6
Black with #FA99F6
Text Example
Text Example
White with #FA99F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99F6; }
p { color: rgb(250,153,246); }
H1.HeaderClassName
{
color: #FA99F6;
}
.AnyTagClassName
{
color: #FA99F6;
}
</style>
background-color css
<style>
a { background-color: #FA99F6; }
a { background-color: rgb(250,153,246); }
div.DivClassName
{
background-color: #FA99F6;
}
.BgClassName
{
background-color: #FA99F6;
}
</style>
border-color css
<style>
span { border-color: #FA99F6; }
span { border-color: rgb(250,153,246); }
td.TdClassName
{
border-color: #FA99F6;
}
.TagClassName
{
border-color: #FA99F6;
}
</style>