Shades of Mona Lisa #FF948F
Tints of Mona Lisa #FF948F
RGB
CMYK
RGB Variations
Color information
#FF948F (or 0xFF948F) is known color: Mona Lisa. HEX triplet: FF, 94 and 8F. RGB value is (255,148,143). Sum of RGB (Red+Green+Blue) = 255+148+143=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF948F is #006B70. Grayscale: #B3B3B3. Windows color (decimal): -27505 or 9409791. OLE color: 9409791.
HSL color Cylindrical-coordinate representation of color #FF948F: hue angle of 2.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF948F is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 143 | - |
| CMYK | 0 | 0.42 | 0.44 | 0 |
| HSL | 2.68º | 1% | 0.78% | - |
| HSV(B) | 2.68º | 0.44% | 1% | - |
| XYZ | 56.79 | 44.42 | 31.57 | - |
| YUV | 179.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 143 | 0 | 0.42 | 0.44 | 0 | 2.68 | 1 | 0.78 |
| Hex | FF | 94 | 8F | 0 | 2A | 2C | 0 | 3 | 64 | 4E |
| Octal | 377 | 224 | 217 | 0 | 52 | 54 | 0 | 3 | 144 | 116 |
| Binary | 11111111 | 10010100 | 10001111 | 0 | 101010 | 101100 | 0 | 11 | 1100100 | 1001110 |
Color Harmonies of #FF948F
Complementary color
Monochromatic Colors of #FF948F
Black with #FF948F
Text Example
Text Example
White with #FF948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF948F; }
p { color: rgb(255,148,143); }
H1.HeaderClassName
{
color: #FF948F;
}
.AnyTagClassName
{
color: #FF948F;
}
</style>
background-color css
<style>
a { background-color: #FF948F; }
a { background-color: rgb(255,148,143); }
div.DivClassName
{
background-color: #FF948F;
}
.BgClassName
{
background-color: #FF948F;
}
</style>
border-color css
<style>
span { border-color: #FF948F; }
span { border-color: rgb(255,148,143); }
td.TdClassName
{
border-color: #FF948F;
}
.TagClassName
{
border-color: #FF948F;
}
</style>