Shades of Mona Lisa #F6988F
Tints of Mona Lisa #F6988F
RGB
CMYK
RGB Variations
Color information
#F6988F (or 0xF6988F) is known color: Mona Lisa. HEX triplet: F6, 98 and 8F. RGB value is (246,152,143). Sum of RGB (Red+Green+Blue) = 246+152+143=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6988F is #096770. Grayscale: #B3B3B3. Windows color (decimal): -616305 or 9410806. OLE color: 9410806.
HSL color Cylindrical-coordinate representation of color #F6988F: hue angle of 5.24º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6988F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 143 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.04 |
| HSL | 5.24º | 0.85% | 0.76% | - |
| HSV(B) | 5.24º | 0.42% | 0.96% | - |
| XYZ | 54.19 | 44.03 | 31.63 | - |
| YUV | 179.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 143 | 0 | 0.38 | 0.42 | 0.04 | 5.24 | 0.85 | 0.76 |
| Hex | F6 | 98 | 8F | 0 | 26 | 2A | 4 | 5 | 55 | 4C |
| Octal | 366 | 230 | 217 | 0 | 46 | 52 | 4 | 5 | 125 | 114 |
| Binary | 11110110 | 10011000 | 10001111 | 0 | 100110 | 101010 | 100 | 101 | 1010101 | 1001100 |
Color Harmonies of #F6988F
Complementary color
Monochromatic Colors of #F6988F
Black with #F6988F
Text Example
Text Example
White with #F6988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6988F; }
p { color: rgb(246,152,143); }
H1.HeaderClassName
{
color: #F6988F;
}
.AnyTagClassName
{
color: #F6988F;
}
</style>
background-color css
<style>
a { background-color: #F6988F; }
a { background-color: rgb(246,152,143); }
div.DivClassName
{
background-color: #F6988F;
}
.BgClassName
{
background-color: #F6988F;
}
</style>
border-color css
<style>
span { border-color: #F6988F; }
span { border-color: rgb(246,152,143); }
td.TdClassName
{
border-color: #F6988F;
}
.TagClassName
{
border-color: #F6988F;
}
</style>