Shades of Mona Lisa #FF9487
Tints of Mona Lisa #FF9487
RGB
CMYK
RGB Variations
Color information
#FF9487 (or 0xFF9487) is known color: Mona Lisa. HEX triplet: FF, 94 and 87. RGB value is (255,148,135). Sum of RGB (Red+Green+Blue) = 255+148+135=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9487 is #006B78. Grayscale: #B2B2B2. Windows color (decimal): -27513 or 8885503. OLE color: 8885503.
HSL color Cylindrical-coordinate representation of color #FF9487: hue angle of 6.5º 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 #FF9487 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 135 | - |
| CMYK | 0 | 0.42 | 0.47 | 0 |
| HSL | 6.5º | 1% | 0.76% | - |
| HSV(B) | 6.5º | 0.47% | 1% | - |
| XYZ | 56.2 | 44.19 | 28.49 | - |
| YUV | 178.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 135 | 0 | 0.42 | 0.47 | 0 | 6.5 | 1 | 0.76 |
| Hex | FF | 94 | 87 | 0 | 2A | 2F | 0 | 6 | 64 | 4C |
| Octal | 377 | 224 | 207 | 0 | 52 | 57 | 0 | 6 | 144 | 114 |
| Binary | 11111111 | 10010100 | 10000111 | 0 | 101010 | 101111 | 0 | 110 | 1100100 | 1001100 |
Color Harmonies of #FF9487
Complementary color
Monochromatic Colors of #FF9487
Black with #FF9487
Text Example
Text Example
White with #FF9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9487; }
p { color: rgb(255,148,135); }
H1.HeaderClassName
{
color: #FF9487;
}
.AnyTagClassName
{
color: #FF9487;
}
</style>
background-color css
<style>
a { background-color: #FF9487; }
a { background-color: rgb(255,148,135); }
div.DivClassName
{
background-color: #FF9487;
}
.BgClassName
{
background-color: #FF9487;
}
</style>
border-color css
<style>
span { border-color: #FF9487; }
span { border-color: rgb(255,148,135); }
td.TdClassName
{
border-color: #FF9487;
}
.TagClassName
{
border-color: #FF9487;
}
</style>