Shades of Violet #F998F6
Tints of Violet #F998F6
RGB
CMYK
RGB Variations
Color information
#F998F6 (or 0xF998F6) is known color: Violet. HEX triplet: F9, 98 and F6. RGB value is (249,152,246). Sum of RGB (Red+Green+Blue) = 249+152+246=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 152 (59.77% from 255 or 23.49% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F998F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998F6 is #066709. Grayscale: #BFBFBF. Windows color (decimal): -419594 or 16161017. OLE color: 16161017.
HSL color Cylindrical-coordinate representation of color #F998F6: hue angle of 301.86º degrees, saturation: 0.89, 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 #F998F6 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 246 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.02 |
| HSL | 301.86º | 0.89% | 0.79% | - |
| HSV(B) | 301.86º | 0.39% | 0.98% | - |
| XYZ | 66.93 | 49.25 | 93.17 | - |
| YUV | 191.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 246 | 0 | 0.39 | 0.01 | 0.02 | 301.86 | 0.89 | 0.79 |
| Hex | F9 | 98 | F6 | 0 | 27 | 1 | 2 | 12E | 59 | 4F |
| Octal | 371 | 230 | 366 | 0 | 47 | 1 | 2 | 456 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11110110 | 0 | 100111 | 1 | 10 | 100101110 | 1011001 | 1001111 |
Color Harmonies of #F998F6
Complementary color
Monochromatic Colors of #F998F6
Black with #F998F6
Text Example
Text Example
White with #F998F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998F6; }
p { color: rgb(249,152,246); }
H1.HeaderClassName
{
color: #F998F6;
}
.AnyTagClassName
{
color: #F998F6;
}
</style>
background-color css
<style>
a { background-color: #F998F6; }
a { background-color: rgb(249,152,246); }
div.DivClassName
{
background-color: #F998F6;
}
.BgClassName
{
background-color: #F998F6;
}
</style>
border-color css
<style>
span { border-color: #F998F6; }
span { border-color: rgb(249,152,246); }
td.TdClassName
{
border-color: #F998F6;
}
.TagClassName
{
border-color: #F998F6;
}
</style>