Shades of Mona Lisa #F89A8B
Tints of Mona Lisa #F89A8B
RGB
CMYK
RGB Variations
Color information
#F89A8B (or 0xF89A8B) is known color: Mona Lisa. HEX triplet: F8, 9A and 8B. RGB value is (248,154,139). Sum of RGB (Red+Green+Blue) = 248+154+139=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89A8B is #076574. Grayscale: #B4B4B4. Windows color (decimal): -484725 or 9149176. OLE color: 9149176.
HSL color Cylindrical-coordinate representation of color #F89A8B: hue angle of 8.26º 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 #F89A8B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 139 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.03 |
| HSL | 8.26º | 0.89% | 0.76% | - |
| HSV(B) | 8.26º | 0.44% | 0.97% | - |
| XYZ | 54.93 | 44.93 | 30.2 | - |
| YUV | 180.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 139 | 0 | 0.38 | 0.44 | 0.03 | 8.26 | 0.89 | 0.76 |
| Hex | F8 | 9A | 8B | 0 | 26 | 2C | 3 | 8 | 59 | 4C |
| Octal | 370 | 232 | 213 | 0 | 46 | 54 | 3 | 10 | 131 | 114 |
| Binary | 11111000 | 10011010 | 10001011 | 0 | 100110 | 101100 | 11 | 1000 | 1011001 | 1001100 |
Color Harmonies of #F89A8B
Complementary color
Monochromatic Colors of #F89A8B
Black with #F89A8B
Text Example
Text Example
White with #F89A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A8B; }
p { color: rgb(248,154,139); }
H1.HeaderClassName
{
color: #F89A8B;
}
.AnyTagClassName
{
color: #F89A8B;
}
</style>
background-color css
<style>
a { background-color: #F89A8B; }
a { background-color: rgb(248,154,139); }
div.DivClassName
{
background-color: #F89A8B;
}
.BgClassName
{
background-color: #F89A8B;
}
</style>
border-color css
<style>
span { border-color: #F89A8B; }
span { border-color: rgb(248,154,139); }
td.TdClassName
{
border-color: #F89A8B;
}
.TagClassName
{
border-color: #F89A8B;
}
</style>