Shades of Mona Lisa #F89385
Tints of Mona Lisa #F89385
RGB
CMYK
RGB Variations
Color information
#F89385 (or 0xF89385) is known color: Mona Lisa. HEX triplet: F8, 93 and 85. RGB value is (248,147,133). Sum of RGB (Red+Green+Blue) = 248+147+133=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F89385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89385 is #076C7A. Grayscale: #AFAFAF. Windows color (decimal): -486523 or 8754168. OLE color: 8754168.
HSL color Cylindrical-coordinate representation of color #F89385: hue angle of 7.3º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F89385 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 133 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.03 |
| HSL | 7.3º | 0.89% | 0.75% | - |
| HSV(B) | 7.3º | 0.46% | 0.97% | - |
| XYZ | 53.38 | 42.52 | 27.58 | - |
| YUV | 175.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 133 | 0 | 0.41 | 0.46 | 0.03 | 7.3 | 0.89 | 0.75 |
| Hex | F8 | 93 | 85 | 0 | 29 | 2E | 3 | 7 | 59 | 4B |
| Octal | 370 | 223 | 205 | 0 | 51 | 56 | 3 | 7 | 131 | 113 |
| Binary | 11111000 | 10010011 | 10000101 | 0 | 101001 | 101110 | 11 | 111 | 1011001 | 1001011 |
Color Harmonies of #F89385
Complementary color
Monochromatic Colors of #F89385
Black with #F89385
Text Example
Text Example
White with #F89385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89385; }
p { color: rgb(248,147,133); }
H1.HeaderClassName
{
color: #F89385;
}
.AnyTagClassName
{
color: #F89385;
}
</style>
background-color css
<style>
a { background-color: #F89385; }
a { background-color: rgb(248,147,133); }
div.DivClassName
{
background-color: #F89385;
}
.BgClassName
{
background-color: #F89385;
}
</style>
border-color css
<style>
span { border-color: #F89385; }
span { border-color: rgb(248,147,133); }
td.TdClassName
{
border-color: #F89385;
}
.TagClassName
{
border-color: #F89385;
}
</style>