Shades of Mona Lisa #FF9389
Tints of Mona Lisa #FF9389
RGB
CMYK
RGB Variations
Color information
#FF9389 (or 0xFF9389) is known color: Mona Lisa. HEX triplet: FF, 93 and 89. RGB value is (255,147,137). Sum of RGB (Red+Green+Blue) = 255+147+137=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9389 is #006C76. Grayscale: #B2B2B2. Windows color (decimal): -27767 or 9016319. OLE color: 9016319.
HSL color Cylindrical-coordinate representation of color #FF9389: hue angle of 5.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF9389 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 137 | - |
| CMYK | 0 | 0.42 | 0.46 | 0 |
| HSL | 5.08º | 1% | 0.77% | - |
| HSV(B) | 5.08º | 0.46% | 1% | - |
| XYZ | 56.19 | 43.93 | 29.19 | - |
| YUV | 178.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 137 | 0 | 0.42 | 0.46 | 0 | 5.08 | 1 | 0.77 |
| Hex | FF | 93 | 89 | 0 | 2A | 2E | 0 | 5 | 64 | 4D |
| Octal | 377 | 223 | 211 | 0 | 52 | 56 | 0 | 5 | 144 | 115 |
| Binary | 11111111 | 10010011 | 10001001 | 0 | 101010 | 101110 | 0 | 101 | 1100100 | 1001101 |
Color Harmonies of #FF9389
Complementary color
Monochromatic Colors of #FF9389
Black with #FF9389
Text Example
Text Example
White with #FF9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9389; }
p { color: rgb(255,147,137); }
H1.HeaderClassName
{
color: #FF9389;
}
.AnyTagClassName
{
color: #FF9389;
}
</style>
background-color css
<style>
a { background-color: #FF9389; }
a { background-color: rgb(255,147,137); }
div.DivClassName
{
background-color: #FF9389;
}
.BgClassName
{
background-color: #FF9389;
}
</style>
border-color css
<style>
span { border-color: #FF9389; }
span { border-color: rgb(255,147,137); }
td.TdClassName
{
border-color: #FF9389;
}
.TagClassName
{
border-color: #FF9389;
}
</style>