Shades of Mona Lisa #FF9486
Tints of Mona Lisa #FF9486
RGB
CMYK
RGB Variations
Color information
#FF9486 (or 0xFF9486) is known color: Mona Lisa. HEX triplet: FF, 94 and 86. RGB value is (255,148,134). Sum of RGB (Red+Green+Blue) = 255+148+134=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9486 is #006B79. Grayscale: #B2B2B2. Windows color (decimal): -27514 or 8819967. OLE color: 8819967.
HSL color Cylindrical-coordinate representation of color #FF9486: hue angle of 6.94º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9486 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 134 | - |
| CMYK | 0 | 0.42 | 0.47 | 0 |
| HSL | 6.94º | 1% | 0.76% | - |
| HSV(B) | 6.94º | 0.47% | 1% | - |
| XYZ | 56.13 | 44.16 | 28.12 | - |
| YUV | 178.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 134 | 0 | 0.42 | 0.47 | 0 | 6.94 | 1 | 0.76 |
| Hex | FF | 94 | 86 | 0 | 2A | 2F | 0 | 7 | 64 | 4C |
| Octal | 377 | 224 | 206 | 0 | 52 | 57 | 0 | 7 | 144 | 114 |
| Binary | 11111111 | 10010100 | 10000110 | 0 | 101010 | 101111 | 0 | 111 | 1100100 | 1001100 |
Color Harmonies of #FF9486
Complementary color
Monochromatic Colors of #FF9486
Black with #FF9486
Text Example
Text Example
White with #FF9486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9486; }
p { color: rgb(255,148,134); }
H1.HeaderClassName
{
color: #FF9486;
}
.AnyTagClassName
{
color: #FF9486;
}
</style>
background-color css
<style>
a { background-color: #FF9486; }
a { background-color: rgb(255,148,134); }
div.DivClassName
{
background-color: #FF9486;
}
.BgClassName
{
background-color: #FF9486;
}
</style>
border-color css
<style>
span { border-color: #FF9486; }
span { border-color: rgb(255,148,134); }
td.TdClassName
{
border-color: #FF9486;
}
.TagClassName
{
border-color: #FF9486;
}
</style>