Shades of Mona Lisa #F89A8A
Tints of Mona Lisa #F89A8A
RGB
CMYK
RGB Variations
Color information
#F89A8A (or 0xF89A8A) is known color: Mona Lisa. HEX triplet: F8, 9A and 8A. RGB value is (248,154,138). Sum of RGB (Red+Green+Blue) = 248+154+138=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89A8A is #076575. Grayscale: #B4B4B4. Windows color (decimal): -484726 or 9083640. OLE color: 9083640.
HSL color Cylindrical-coordinate representation of color #F89A8A: hue angle of 8.73º 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 #F89A8A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 138 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.03 |
| HSL | 8.73º | 0.89% | 0.76% | - |
| HSV(B) | 8.73º | 0.44% | 0.97% | - |
| XYZ | 54.85 | 44.9 | 29.82 | - |
| YUV | 180.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 138 | 0 | 0.38 | 0.44 | 0.03 | 8.73 | 0.89 | 0.76 |
| Hex | F8 | 9A | 8A | 0 | 26 | 2C | 3 | 9 | 59 | 4C |
| Octal | 370 | 232 | 212 | 0 | 46 | 54 | 3 | 11 | 131 | 114 |
| Binary | 11111000 | 10011010 | 10001010 | 0 | 100110 | 101100 | 11 | 1001 | 1011001 | 1001100 |
Color Harmonies of #F89A8A
Complementary color
Monochromatic Colors of #F89A8A
Black with #F89A8A
Text Example
Text Example
White with #F89A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A8A; }
p { color: rgb(248,154,138); }
H1.HeaderClassName
{
color: #F89A8A;
}
.AnyTagClassName
{
color: #F89A8A;
}
</style>
background-color css
<style>
a { background-color: #F89A8A; }
a { background-color: rgb(248,154,138); }
div.DivClassName
{
background-color: #F89A8A;
}
.BgClassName
{
background-color: #F89A8A;
}
</style>
border-color css
<style>
span { border-color: #F89A8A; }
span { border-color: rgb(248,154,138); }
td.TdClassName
{
border-color: #F89A8A;
}
.TagClassName
{
border-color: #F89A8A;
}
</style>