Shades of Mona Lisa #FF9584
Tints of Mona Lisa #FF9584
RGB
CMYK
RGB Variations
Color information
#FF9584 (or 0xFF9584) is known color: Mona Lisa. HEX triplet: FF, 95 and 84. RGB value is (255,149,132). Sum of RGB (Red+Green+Blue) = 255+149+132=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9584 is #006A7B. Grayscale: #B2B2B2. Windows color (decimal): -27260 or 8689151. OLE color: 8689151.
HSL color Cylindrical-coordinate representation of color #FF9584: hue angle of 8.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF9584 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 132 | - |
| CMYK | 0 | 0.42 | 0.48 | 0 |
| HSL | 8.29º | 1% | 0.76% | - |
| HSV(B) | 8.29º | 0.48% | 1% | - |
| XYZ | 56.15 | 44.42 | 27.44 | - |
| YUV | 178.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 132 | 0 | 0.42 | 0.48 | 0 | 8.29 | 1 | 0.76 |
| Hex | FF | 95 | 84 | 0 | 2A | 30 | 0 | 8 | 64 | 4C |
| Octal | 377 | 225 | 204 | 0 | 52 | 60 | 0 | 10 | 144 | 114 |
| Binary | 11111111 | 10010101 | 10000100 | 0 | 101010 | 110000 | 0 | 1000 | 1100100 | 1001100 |
Color Harmonies of #FF9584
Complementary color
Monochromatic Colors of #FF9584
Black with #FF9584
Text Example
Text Example
White with #FF9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9584; }
p { color: rgb(255,149,132); }
H1.HeaderClassName
{
color: #FF9584;
}
.AnyTagClassName
{
color: #FF9584;
}
</style>
background-color css
<style>
a { background-color: #FF9584; }
a { background-color: rgb(255,149,132); }
div.DivClassName
{
background-color: #FF9584;
}
.BgClassName
{
background-color: #FF9584;
}
</style>
border-color css
<style>
span { border-color: #FF9584; }
span { border-color: rgb(255,149,132); }
td.TdClassName
{
border-color: #FF9584;
}
.TagClassName
{
border-color: #FF9584;
}
</style>