Shades of Mona Lisa #F99286
Tints of Mona Lisa #F99286
RGB
CMYK
RGB Variations
Color information
#F99286 (or 0xF99286) is known color: Mona Lisa. HEX triplet: F9, 92 and 86. RGB value is (249,146,134). Sum of RGB (Red+Green+Blue) = 249+146+134=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F99286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99286 is #066D79. Grayscale: #AFAFAF. Windows color (decimal): -421242 or 8819449. OLE color: 8819449.
HSL color Cylindrical-coordinate representation of color #F99286: hue angle of 6.26º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F99286 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 134 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.02 |
| HSL | 6.26º | 0.91% | 0.75% | - |
| HSV(B) | 6.26º | 0.46% | 0.98% | - |
| XYZ | 53.65 | 42.42 | 27.91 | - |
| YUV | 175.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 134 | 0 | 0.41 | 0.46 | 0.02 | 6.26 | 0.91 | 0.75 |
| Hex | F9 | 92 | 86 | 0 | 29 | 2E | 2 | 6 | 5B | 4B |
| Octal | 371 | 222 | 206 | 0 | 51 | 56 | 2 | 6 | 133 | 113 |
| Binary | 11111001 | 10010010 | 10000110 | 0 | 101001 | 101110 | 10 | 110 | 1011011 | 1001011 |
Color Harmonies of #F99286
Complementary color
Monochromatic Colors of #F99286
Black with #F99286
Text Example
Text Example
White with #F99286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99286; }
p { color: rgb(249,146,134); }
H1.HeaderClassName
{
color: #F99286;
}
.AnyTagClassName
{
color: #F99286;
}
</style>
background-color css
<style>
a { background-color: #F99286; }
a { background-color: rgb(249,146,134); }
div.DivClassName
{
background-color: #F99286;
}
.BgClassName
{
background-color: #F99286;
}
</style>
border-color css
<style>
span { border-color: #F99286; }
span { border-color: rgb(249,146,134); }
td.TdClassName
{
border-color: #F99286;
}
.TagClassName
{
border-color: #F99286;
}
</style>