Shades of Mona Lisa #F69A8B
Tints of Mona Lisa #F69A8B
RGB
CMYK
RGB Variations
Color information
#F69A8B (or 0xF69A8B) is known color: Mona Lisa. HEX triplet: F6, 9A and 8B. RGB value is (246,154,139). Sum of RGB (Red+Green+Blue) = 246+154+139=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A8B is #096574. Grayscale: #B3B3B3. Windows color (decimal): -615797 or 9149174. OLE color: 9149174.
HSL color Cylindrical-coordinate representation of color #F69A8B: hue angle of 8.41º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F69A8B is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 139 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.04 |
| HSL | 8.41º | 0.86% | 0.75% | - |
| HSV(B) | 8.41º | 0.43% | 0.96% | - |
| XYZ | 54.22 | 44.57 | 30.17 | - |
| YUV | 179.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 139 | 0 | 0.37 | 0.43 | 0.04 | 8.41 | 0.86 | 0.75 |
| Hex | F6 | 9A | 8B | 0 | 25 | 2B | 4 | 8 | 56 | 4B |
| Octal | 366 | 232 | 213 | 0 | 45 | 53 | 4 | 10 | 126 | 113 |
| Binary | 11110110 | 10011010 | 10001011 | 0 | 100101 | 101011 | 100 | 1000 | 1010110 | 1001011 |
Color Harmonies of #F69A8B
Complementary color
Monochromatic Colors of #F69A8B
Black with #F69A8B
Text Example
Text Example
White with #F69A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A8B; }
p { color: rgb(246,154,139); }
H1.HeaderClassName
{
color: #F69A8B;
}
.AnyTagClassName
{
color: #F69A8B;
}
</style>
background-color css
<style>
a { background-color: #F69A8B; }
a { background-color: rgb(246,154,139); }
div.DivClassName
{
background-color: #F69A8B;
}
.BgClassName
{
background-color: #F69A8B;
}
</style>
border-color css
<style>
span { border-color: #F69A8B; }
span { border-color: rgb(246,154,139); }
td.TdClassName
{
border-color: #F69A8B;
}
.TagClassName
{
border-color: #F69A8B;
}
</style>