Shades of Violet #F98DF6
Tints of Violet #F98DF6
RGB
CMYK
RGB Variations
Color information
#F98DF6 (or 0xF98DF6) is known color: Violet. HEX triplet: F9, 8D and F6. RGB value is (249,141,246). Sum of RGB (Red+Green+Blue) = 249+141+246=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DF6 is #067209. Grayscale: #B8B8B8. Windows color (decimal): -422410 or 16158201. OLE color: 16158201.
HSL color Cylindrical-coordinate representation of color #F98DF6: hue angle of 301.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DF6 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 246 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.02 |
| HSL | 301.67º | 0.9% | 0.76% | - |
| HSV(B) | 301.67º | 0.43% | 0.98% | - |
| XYZ | 65.23 | 45.84 | 92.6 | - |
| YUV | 185.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 246 | 0 | 0.43 | 0.01 | 0.02 | 301.67 | 0.9 | 0.76 |
| Hex | F9 | 8D | F6 | 0 | 2B | 1 | 2 | 12E | 5A | 4C |
| Octal | 371 | 215 | 366 | 0 | 53 | 1 | 2 | 456 | 132 | 114 |
| Binary | 11111001 | 10001101 | 11110110 | 0 | 101011 | 1 | 10 | 100101110 | 1011010 | 1001100 |
Color Harmonies of #F98DF6
Complementary color
Monochromatic Colors of #F98DF6
Black with #F98DF6
Text Example
Text Example
White with #F98DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DF6; }
p { color: rgb(249,141,246); }
H1.HeaderClassName
{
color: #F98DF6;
}
.AnyTagClassName
{
color: #F98DF6;
}
</style>
background-color css
<style>
a { background-color: #F98DF6; }
a { background-color: rgb(249,141,246); }
div.DivClassName
{
background-color: #F98DF6;
}
.BgClassName
{
background-color: #F98DF6;
}
</style>
border-color css
<style>
span { border-color: #F98DF6; }
span { border-color: rgb(249,141,246); }
td.TdClassName
{
border-color: #F98DF6;
}
.TagClassName
{
border-color: #F98DF6;
}
</style>