Shades of Mona Lisa #F99E8F
Tints of Mona Lisa #F99E8F
RGB
CMYK
RGB Variations
Color information
#F99E8F (or 0xF99E8F) is known color: Mona Lisa. HEX triplet: F9, 9E and 8F. RGB value is (249,158,143). Sum of RGB (Red+Green+Blue) = 249+158+143=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E8F is #066170. Grayscale: #B7B7B7. Windows color (decimal): -418161 or 9412345. OLE color: 9412345.
HSL color Cylindrical-coordinate representation of color #F99E8F: hue angle of 8.49º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F99E8F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 143 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.02 |
| HSL | 8.49º | 0.9% | 0.77% | - |
| HSV(B) | 8.49º | 0.43% | 0.98% | - |
| XYZ | 56.25 | 46.58 | 32.01 | - |
| YUV | 183.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 143 | 0 | 0.37 | 0.43 | 0.02 | 8.49 | 0.9 | 0.77 |
| Hex | F9 | 9E | 8F | 0 | 25 | 2B | 2 | 8 | 5A | 4D |
| Octal | 371 | 236 | 217 | 0 | 45 | 53 | 2 | 10 | 132 | 115 |
| Binary | 11111001 | 10011110 | 10001111 | 0 | 100101 | 101011 | 10 | 1000 | 1011010 | 1001101 |
Color Harmonies of #F99E8F
Complementary color
Monochromatic Colors of #F99E8F
Black with #F99E8F
Text Example
Text Example
White with #F99E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E8F; }
p { color: rgb(249,158,143); }
H1.HeaderClassName
{
color: #F99E8F;
}
.AnyTagClassName
{
color: #F99E8F;
}
</style>
background-color css
<style>
a { background-color: #F99E8F; }
a { background-color: rgb(249,158,143); }
div.DivClassName
{
background-color: #F99E8F;
}
.BgClassName
{
background-color: #F99E8F;
}
</style>
border-color css
<style>
span { border-color: #F99E8F; }
span { border-color: rgb(249,158,143); }
td.TdClassName
{
border-color: #F99E8F;
}
.TagClassName
{
border-color: #F99E8F;
}
</style>