Shades of Mona Lisa #F89A8F
Tints of Mona Lisa #F89A8F
RGB
CMYK
RGB Variations
Color information
#F89A8F (or 0xF89A8F) is known color: Mona Lisa. HEX triplet: F8, 9A and 8F. RGB value is (248,154,143). Sum of RGB (Red+Green+Blue) = 248+154+143=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89A8F is #076570. Grayscale: #B4B4B4. Windows color (decimal): -484721 or 9411320. OLE color: 9411320.
HSL color Cylindrical-coordinate representation of color #F89A8F: hue angle of 6.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F89A8F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 143 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.03 |
| HSL | 6.29º | 0.88% | 0.77% | - |
| HSV(B) | 6.29º | 0.42% | 0.97% | - |
| XYZ | 55.22 | 45.05 | 31.77 | - |
| YUV | 180.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 143 | 0 | 0.38 | 0.42 | 0.03 | 6.29 | 0.88 | 0.77 |
| Hex | F8 | 9A | 8F | 0 | 26 | 2A | 3 | 6 | 58 | 4D |
| Octal | 370 | 232 | 217 | 0 | 46 | 52 | 3 | 6 | 130 | 115 |
| Binary | 11111000 | 10011010 | 10001111 | 0 | 100110 | 101010 | 11 | 110 | 1011000 | 1001101 |
Color Harmonies of #F89A8F
Complementary color
Monochromatic Colors of #F89A8F
Black with #F89A8F
Text Example
Text Example
White with #F89A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A8F; }
p { color: rgb(248,154,143); }
H1.HeaderClassName
{
color: #F89A8F;
}
.AnyTagClassName
{
color: #F89A8F;
}
</style>
background-color css
<style>
a { background-color: #F89A8F; }
a { background-color: rgb(248,154,143); }
div.DivClassName
{
background-color: #F89A8F;
}
.BgClassName
{
background-color: #F89A8F;
}
</style>
border-color css
<style>
span { border-color: #F89A8F; }
span { border-color: rgb(248,154,143); }
td.TdClassName
{
border-color: #F89A8F;
}
.TagClassName
{
border-color: #F89A8F;
}
</style>