Shades of Mona Lisa #FF9085
Tints of Mona Lisa #FF9085
RGB
CMYK
RGB Variations
Color information
#FF9085 (or 0xFF9085) is known color: Mona Lisa. HEX triplet: FF, 90 and 85. RGB value is (255,144,133). Sum of RGB (Red+Green+Blue) = 255+144+133=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9085 is #006F7A. Grayscale: #B0B0B0. Windows color (decimal): -28539 or 8753407. OLE color: 8753407.
HSL color Cylindrical-coordinate representation of color #FF9085: hue angle of 5.41º 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 #FF9085 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 133 | - |
| CMYK | 0 | 0.44 | 0.48 | 0 |
| HSL | 5.41º | 1% | 0.76% | - |
| HSV(B) | 5.41º | 0.48% | 1% | - |
| XYZ | 55.45 | 42.9 | 27.55 | - |
| YUV | 175.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 133 | 0 | 0.44 | 0.48 | 0 | 5.41 | 1 | 0.76 |
| Hex | FF | 90 | 85 | 0 | 2C | 30 | 0 | 5 | 64 | 4C |
| Octal | 377 | 220 | 205 | 0 | 54 | 60 | 0 | 5 | 144 | 114 |
| Binary | 11111111 | 10010000 | 10000101 | 0 | 101100 | 110000 | 0 | 101 | 1100100 | 1001100 |
Color Harmonies of #FF9085
Complementary color
Monochromatic Colors of #FF9085
Black with #FF9085
Text Example
Text Example
White with #FF9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9085; }
p { color: rgb(255,144,133); }
H1.HeaderClassName
{
color: #FF9085;
}
.AnyTagClassName
{
color: #FF9085;
}
</style>
background-color css
<style>
a { background-color: #FF9085; }
a { background-color: rgb(255,144,133); }
div.DivClassName
{
background-color: #FF9085;
}
.BgClassName
{
background-color: #FF9085;
}
</style>
border-color css
<style>
span { border-color: #FF9085; }
span { border-color: rgb(255,144,133); }
td.TdClassName
{
border-color: #FF9085;
}
.TagClassName
{
border-color: #FF9085;
}
</style>