Shades of Mona Lisa #F99E8B
Tints of Mona Lisa #F99E8B
RGB
CMYK
RGB Variations
Color information
#F99E8B (or 0xF99E8B) is known color: Mona Lisa. HEX triplet: F9, 9E and 8B. RGB value is (249,158,139). Sum of RGB (Red+Green+Blue) = 249+158+139=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E8B is #066174. Grayscale: #B7B7B7. Windows color (decimal): -418165 or 9150201. OLE color: 9150201.
HSL color Cylindrical-coordinate representation of color #F99E8B: hue angle of 10.36º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F99E8B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 139 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.02 |
| HSL | 10.36º | 0.9% | 0.76% | - |
| HSV(B) | 10.36º | 0.44% | 0.98% | - |
| XYZ | 55.95 | 46.46 | 30.44 | - |
| YUV | 183.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 139 | 0 | 0.37 | 0.44 | 0.02 | 10.36 | 0.9 | 0.76 |
| Hex | F9 | 9E | 8B | 0 | 25 | 2C | 2 | A | 5A | 4C |
| Octal | 371 | 236 | 213 | 0 | 45 | 54 | 2 | 12 | 132 | 114 |
| Binary | 11111001 | 10011110 | 10001011 | 0 | 100101 | 101100 | 10 | 1010 | 1011010 | 1001100 |
Color Harmonies of #F99E8B
Complementary color
Monochromatic Colors of #F99E8B
Black with #F99E8B
Text Example
Text Example
White with #F99E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E8B; }
p { color: rgb(249,158,139); }
H1.HeaderClassName
{
color: #F99E8B;
}
.AnyTagClassName
{
color: #F99E8B;
}
</style>
background-color css
<style>
a { background-color: #F99E8B; }
a { background-color: rgb(249,158,139); }
div.DivClassName
{
background-color: #F99E8B;
}
.BgClassName
{
background-color: #F99E8B;
}
</style>
border-color css
<style>
span { border-color: #F99E8B; }
span { border-color: rgb(249,158,139); }
td.TdClassName
{
border-color: #F99E8B;
}
.TagClassName
{
border-color: #F99E8B;
}
</style>