Shades of Mona Lisa #F89184
Tints of Mona Lisa #F89184
RGB
CMYK
RGB Variations
Color information
#F89184 (or 0xF89184) is known color: Mona Lisa. HEX triplet: F8, 91 and 84. RGB value is (248,145,132). Sum of RGB (Red+Green+Blue) = 248+145+132=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F89184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89184 is #076E7B. Grayscale: #AEAEAE. Windows color (decimal): -487036 or 8688120. OLE color: 8688120.
HSL color Cylindrical-coordinate representation of color #F89184: hue angle of 6.72º 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 #F89184 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 132 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.03 |
| HSL | 6.72º | 0.89% | 0.75% | - |
| HSV(B) | 6.72º | 0.47% | 0.97% | - |
| XYZ | 53 | 41.87 | 27.12 | - |
| YUV | 174.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 132 | 0 | 0.42 | 0.47 | 0.03 | 6.72 | 0.89 | 0.75 |
| Hex | F8 | 91 | 84 | 0 | 2A | 2F | 3 | 7 | 59 | 4B |
| Octal | 370 | 221 | 204 | 0 | 52 | 57 | 3 | 7 | 131 | 113 |
| Binary | 11111000 | 10010001 | 10000100 | 0 | 101010 | 101111 | 11 | 111 | 1011001 | 1001011 |
Color Harmonies of #F89184
Complementary color
Monochromatic Colors of #F89184
Black with #F89184
Text Example
Text Example
White with #F89184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89184; }
p { color: rgb(248,145,132); }
H1.HeaderClassName
{
color: #F89184;
}
.AnyTagClassName
{
color: #F89184;
}
</style>
background-color css
<style>
a { background-color: #F89184; }
a { background-color: rgb(248,145,132); }
div.DivClassName
{
background-color: #F89184;
}
.BgClassName
{
background-color: #F89184;
}
</style>
border-color css
<style>
span { border-color: #F89184; }
span { border-color: rgb(248,145,132); }
td.TdClassName
{
border-color: #F89184;
}
.TagClassName
{
border-color: #F89184;
}
</style>