Shades of Mona Lisa #F89083
Tints of Mona Lisa #F89083
RGB
CMYK
RGB Variations
Color information
#F89083 (or 0xF89083) is known color: Mona Lisa. HEX triplet: F8, 90 and 83. RGB value is (248,144,131). Sum of RGB (Red+Green+Blue) = 248+144+131=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F89083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89083 is #076F7C. Grayscale: #ADADAD. Windows color (decimal): -487293 or 8622328. OLE color: 8622328.
HSL color Cylindrical-coordinate representation of color #F89083: hue angle of 6.67º 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 #F89083 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 131 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.03 |
| HSL | 6.67º | 0.89% | 0.74% | - |
| HSV(B) | 6.67º | 0.47% | 0.97% | - |
| XYZ | 52.78 | 41.54 | 26.71 | - |
| YUV | 173.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 131 | 0 | 0.42 | 0.47 | 0.03 | 6.67 | 0.89 | 0.74 |
| Hex | F8 | 90 | 83 | 0 | 2A | 2F | 3 | 7 | 59 | 4A |
| Octal | 370 | 220 | 203 | 0 | 52 | 57 | 3 | 7 | 131 | 112 |
| Binary | 11111000 | 10010000 | 10000011 | 0 | 101010 | 101111 | 11 | 111 | 1011001 | 1001010 |
Color Harmonies of #F89083
Complementary color
Monochromatic Colors of #F89083
Black with #F89083
Text Example
Text Example
White with #F89083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89083; }
p { color: rgb(248,144,131); }
H1.HeaderClassName
{
color: #F89083;
}
.AnyTagClassName
{
color: #F89083;
}
</style>
background-color css
<style>
a { background-color: #F89083; }
a { background-color: rgb(248,144,131); }
div.DivClassName
{
background-color: #F89083;
}
.BgClassName
{
background-color: #F89083;
}
</style>
border-color css
<style>
span { border-color: #F89083; }
span { border-color: rgb(248,144,131); }
td.TdClassName
{
border-color: #F89083;
}
.TagClassName
{
border-color: #F89083;
}
</style>