Shades of Mona Lisa #F89085
Tints of Mona Lisa #F89085
RGB
CMYK
RGB Variations
Color information
#F89085 (or 0xF89085) is known color: Mona Lisa. HEX triplet: F8, 90 and 85. RGB value is (248,144,133). Sum of RGB (Red+Green+Blue) = 248+144+133=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F89085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89085 is #076F7A. Grayscale: #ADADAD. Windows color (decimal): -487291 or 8753400. OLE color: 8753400.
HSL color Cylindrical-coordinate representation of color #F89085: hue angle of 5.74º 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 #F89085 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 133 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.03 |
| HSL | 5.74º | 0.89% | 0.75% | - |
| HSV(B) | 5.74º | 0.46% | 0.97% | - |
| XYZ | 52.92 | 41.6 | 27.43 | - |
| YUV | 173.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 133 | 0 | 0.42 | 0.46 | 0.03 | 5.74 | 0.89 | 0.75 |
| Hex | F8 | 90 | 85 | 0 | 2A | 2E | 3 | 6 | 59 | 4B |
| Octal | 370 | 220 | 205 | 0 | 52 | 56 | 3 | 6 | 131 | 113 |
| Binary | 11111000 | 10010000 | 10000101 | 0 | 101010 | 101110 | 11 | 110 | 1011001 | 1001011 |
Color Harmonies of #F89085
Complementary color
Monochromatic Colors of #F89085
Black with #F89085
Text Example
Text Example
White with #F89085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89085; }
p { color: rgb(248,144,133); }
H1.HeaderClassName
{
color: #F89085;
}
.AnyTagClassName
{
color: #F89085;
}
</style>
background-color css
<style>
a { background-color: #F89085; }
a { background-color: rgb(248,144,133); }
div.DivClassName
{
background-color: #F89085;
}
.BgClassName
{
background-color: #F89085;
}
</style>
border-color css
<style>
span { border-color: #F89085; }
span { border-color: rgb(248,144,133); }
td.TdClassName
{
border-color: #F89085;
}
.TagClassName
{
border-color: #F89085;
}
</style>