Shades of Mona Lisa #FF948D
Tints of Mona Lisa #FF948D
RGB
CMYK
RGB Variations
Color information
#FF948D (or 0xFF948D) is known color: Mona Lisa. HEX triplet: FF, 94 and 8D. RGB value is (255,148,141). Sum of RGB (Red+Green+Blue) = 255+148+141=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF948D is #006B72. Grayscale: #B3B3B3. Windows color (decimal): -27507 or 9278719. OLE color: 9278719.
HSL color Cylindrical-coordinate representation of color #FF948D: hue angle of 3.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF948D is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 141 | - |
| CMYK | 0 | 0.42 | 0.45 | 0 |
| HSL | 3.68º | 1% | 0.78% | - |
| HSV(B) | 3.68º | 0.45% | 1% | - |
| XYZ | 56.64 | 44.36 | 30.78 | - |
| YUV | 179.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 141 | 0 | 0.42 | 0.45 | 0 | 3.68 | 1 | 0.78 |
| Hex | FF | 94 | 8D | 0 | 2A | 2D | 0 | 4 | 64 | 4E |
| Octal | 377 | 224 | 215 | 0 | 52 | 55 | 0 | 4 | 144 | 116 |
| Binary | 11111111 | 10010100 | 10001101 | 0 | 101010 | 101101 | 0 | 100 | 1100100 | 1001110 |
Color Harmonies of #FF948D
Complementary color
Monochromatic Colors of #FF948D
Black with #FF948D
Text Example
Text Example
White with #FF948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF948D; }
p { color: rgb(255,148,141); }
H1.HeaderClassName
{
color: #FF948D;
}
.AnyTagClassName
{
color: #FF948D;
}
</style>
background-color css
<style>
a { background-color: #FF948D; }
a { background-color: rgb(255,148,141); }
div.DivClassName
{
background-color: #FF948D;
}
.BgClassName
{
background-color: #FF948D;
}
</style>
border-color css
<style>
span { border-color: #FF948D; }
span { border-color: rgb(255,148,141); }
td.TdClassName
{
border-color: #FF948D;
}
.TagClassName
{
border-color: #FF948D;
}
</style>