Shades of Mona Lisa #FF9A94
Tints of Mona Lisa #FF9A94
RGB
CMYK
RGB Variations
Color information
#FF9A94 (or 0xFF9A94) is known color: Mona Lisa. HEX triplet: FF, 9A and 94. RGB value is (255,154,148). Sum of RGB (Red+Green+Blue) = 255+154+148=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A94 is #00656B. Grayscale: #B7B7B7. Windows color (decimal): -25964 or 9739007. OLE color: 9739007.
HSL color Cylindrical-coordinate representation of color #FF9A94: hue angle of 3.36º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF9A94 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 148 | - |
| CMYK | 0 | 0.40 | 0.42 | 0 |
| HSL | 3.36º | 1% | 0.79% | - |
| HSV(B) | 3.36º | 0.42% | 1% | - |
| XYZ | 58.14 | 46.51 | 33.93 | - |
| YUV | 183.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 148 | 0 | 0.40 | 0.42 | 0 | 3.36 | 1 | 0.79 |
| Hex | FF | 9A | 94 | 0 | 28 | 2A | 0 | 3 | 64 | 4F |
| Octal | 377 | 232 | 224 | 0 | 50 | 52 | 0 | 3 | 144 | 117 |
| Binary | 11111111 | 10011010 | 10010100 | 0 | 101000 | 101010 | 0 | 11 | 1100100 | 1001111 |
Color Harmonies of #FF9A94
Complementary color
Monochromatic Colors of #FF9A94
Black with #FF9A94
Text Example
Text Example
White with #FF9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A94; }
p { color: rgb(255,154,148); }
H1.HeaderClassName
{
color: #FF9A94;
}
.AnyTagClassName
{
color: #FF9A94;
}
</style>
background-color css
<style>
a { background-color: #FF9A94; }
a { background-color: rgb(255,154,148); }
div.DivClassName
{
background-color: #FF9A94;
}
.BgClassName
{
background-color: #FF9A94;
}
</style>
border-color css
<style>
span { border-color: #FF9A94; }
span { border-color: rgb(255,154,148); }
td.TdClassName
{
border-color: #FF9A94;
}
.TagClassName
{
border-color: #FF9A94;
}
</style>