Shades of Mona Lisa #F6998A
Tints of Mona Lisa #F6998A
RGB
CMYK
RGB Variations
Color information
#F6998A (or 0xF6998A) is known color: Mona Lisa. HEX triplet: F6, 99 and 8A. RGB value is (246,153,138). Sum of RGB (Red+Green+Blue) = 246+153+138=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6998A is #096675. Grayscale: #B3B3B3. Windows color (decimal): -616054 or 9083382. OLE color: 9083382.
HSL color Cylindrical-coordinate representation of color #F6998A: hue angle of 8.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6998A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 138 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.04 |
| HSL | 8.33º | 0.86% | 0.75% | - |
| HSV(B) | 8.33º | 0.44% | 0.96% | - |
| XYZ | 53.98 | 44.21 | 29.73 | - |
| YUV | 179.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 138 | 0 | 0.38 | 0.44 | 0.04 | 8.33 | 0.86 | 0.75 |
| Hex | F6 | 99 | 8A | 0 | 26 | 2C | 4 | 8 | 56 | 4B |
| Octal | 366 | 231 | 212 | 0 | 46 | 54 | 4 | 10 | 126 | 113 |
| Binary | 11110110 | 10011001 | 10001010 | 0 | 100110 | 101100 | 100 | 1000 | 1010110 | 1001011 |
Color Harmonies of #F6998A
Complementary color
Monochromatic Colors of #F6998A
Black with #F6998A
Text Example
Text Example
White with #F6998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6998A; }
p { color: rgb(246,153,138); }
H1.HeaderClassName
{
color: #F6998A;
}
.AnyTagClassName
{
color: #F6998A;
}
</style>
background-color css
<style>
a { background-color: #F6998A; }
a { background-color: rgb(246,153,138); }
div.DivClassName
{
background-color: #F6998A;
}
.BgClassName
{
background-color: #F6998A;
}
</style>
border-color css
<style>
span { border-color: #F6998A; }
span { border-color: rgb(246,153,138); }
td.TdClassName
{
border-color: #F6998A;
}
.TagClassName
{
border-color: #F6998A;
}
</style>