Shades of Mona Lisa #F8938B
Tints of Mona Lisa #F8938B
RGB
CMYK
RGB Variations
Color information
#F8938B (or 0xF8938B) is known color: Mona Lisa. HEX triplet: F8, 93 and 8B. RGB value is (248,147,139). Sum of RGB (Red+Green+Blue) = 248+147+139=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8938B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8938B is #076C74. Grayscale: #B0B0B0. Windows color (decimal): -486517 or 9147384. OLE color: 9147384.
HSL color Cylindrical-coordinate representation of color #F8938B: hue angle of 4.4º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8938B is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 139 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.03 |
| HSL | 4.4º | 0.89% | 0.76% | - |
| HSV(B) | 4.4º | 0.44% | 0.97% | - |
| XYZ | 53.81 | 42.69 | 29.83 | - |
| YUV | 176.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 139 | 0 | 0.41 | 0.44 | 0.03 | 4.4 | 0.89 | 0.76 |
| Hex | F8 | 93 | 8B | 0 | 29 | 2C | 3 | 4 | 59 | 4C |
| Octal | 370 | 223 | 213 | 0 | 51 | 54 | 3 | 4 | 131 | 114 |
| Binary | 11111000 | 10010011 | 10001011 | 0 | 101001 | 101100 | 11 | 100 | 1011001 | 1001100 |
Color Harmonies of #F8938B
Complementary color
Monochromatic Colors of #F8938B
Black with #F8938B
Text Example
Text Example
White with #F8938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8938B; }
p { color: rgb(248,147,139); }
H1.HeaderClassName
{
color: #F8938B;
}
.AnyTagClassName
{
color: #F8938B;
}
</style>
background-color css
<style>
a { background-color: #F8938B; }
a { background-color: rgb(248,147,139); }
div.DivClassName
{
background-color: #F8938B;
}
.BgClassName
{
background-color: #F8938B;
}
</style>
border-color css
<style>
span { border-color: #F8938B; }
span { border-color: rgb(248,147,139); }
td.TdClassName
{
border-color: #F8938B;
}
.TagClassName
{
border-color: #F8938B;
}
</style>