Shades of Mona Lisa #F89384
Tints of Mona Lisa #F89384
RGB
CMYK
RGB Variations
Color information
#F89384 (or 0xF89384) is known color: Mona Lisa. HEX triplet: F8, 93 and 84. RGB value is (248,147,132). Sum of RGB (Red+Green+Blue) = 248+147+132=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F89384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89384 is #076C7B. Grayscale: #AFAFAF. Windows color (decimal): -486524 or 8688632. OLE color: 8688632.
HSL color Cylindrical-coordinate representation of color #F89384: hue angle of 7.76º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F89384 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 132 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.03 |
| HSL | 7.76º | 0.89% | 0.75% | - |
| HSV(B) | 7.76º | 0.47% | 0.97% | - |
| XYZ | 53.31 | 42.49 | 27.22 | - |
| YUV | 175.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 132 | 0 | 0.41 | 0.47 | 0.03 | 7.76 | 0.89 | 0.75 |
| Hex | F8 | 93 | 84 | 0 | 29 | 2F | 3 | 8 | 59 | 4B |
| Octal | 370 | 223 | 204 | 0 | 51 | 57 | 3 | 10 | 131 | 113 |
| Binary | 11111000 | 10010011 | 10000100 | 0 | 101001 | 101111 | 11 | 1000 | 1011001 | 1001011 |
Color Harmonies of #F89384
Complementary color
Monochromatic Colors of #F89384
Black with #F89384
Text Example
Text Example
White with #F89384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89384; }
p { color: rgb(248,147,132); }
H1.HeaderClassName
{
color: #F89384;
}
.AnyTagClassName
{
color: #F89384;
}
</style>
background-color css
<style>
a { background-color: #F89384; }
a { background-color: rgb(248,147,132); }
div.DivClassName
{
background-color: #F89384;
}
.BgClassName
{
background-color: #F89384;
}
</style>
border-color css
<style>
span { border-color: #F89384; }
span { border-color: rgb(248,147,132); }
td.TdClassName
{
border-color: #F89384;
}
.TagClassName
{
border-color: #F89384;
}
</style>