Shades of Mona Lisa #F89183
Tints of Mona Lisa #F89183
RGB
CMYK
RGB Variations
Color information
#F89183 (or 0xF89183) is known color: Mona Lisa. HEX triplet: F8, 91 and 83. RGB value is (248,145,131). Sum of RGB (Red+Green+Blue) = 248+145+131=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F89183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89183 is #076E7C. Grayscale: #AEAEAE. Windows color (decimal): -487037 or 8622584. OLE color: 8622584.
HSL color Cylindrical-coordinate representation of color #F89183: hue angle of 7.18º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F89183 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 131 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.03 |
| HSL | 7.18º | 0.89% | 0.74% | - |
| HSV(B) | 7.18º | 0.47% | 0.97% | - |
| XYZ | 52.93 | 41.85 | 26.76 | - |
| YUV | 174.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 131 | 0 | 0.42 | 0.47 | 0.03 | 7.18 | 0.89 | 0.74 |
| Hex | F8 | 91 | 83 | 0 | 2A | 2F | 3 | 7 | 59 | 4A |
| Octal | 370 | 221 | 203 | 0 | 52 | 57 | 3 | 7 | 131 | 112 |
| Binary | 11111000 | 10010001 | 10000011 | 0 | 101010 | 101111 | 11 | 111 | 1011001 | 1001010 |
Color Harmonies of #F89183
Complementary color
Monochromatic Colors of #F89183
Black with #F89183
Text Example
Text Example
White with #F89183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89183; }
p { color: rgb(248,145,131); }
H1.HeaderClassName
{
color: #F89183;
}
.AnyTagClassName
{
color: #F89183;
}
</style>
background-color css
<style>
a { background-color: #F89183; }
a { background-color: rgb(248,145,131); }
div.DivClassName
{
background-color: #F89183;
}
.BgClassName
{
background-color: #F89183;
}
</style>
border-color css
<style>
span { border-color: #F89183; }
span { border-color: rgb(248,145,131); }
td.TdClassName
{
border-color: #F89183;
}
.TagClassName
{
border-color: #F89183;
}
</style>