Shades of Lipstick #9F2455
Tints of Lipstick #9F2455
RGB
CMYK
RGB Variations
Color information
#9F2455 (or 0x9F2455) is known color: Lipstick. HEX triplet: 9F, 24 and 55. RGB value is (159,36,85). Sum of RGB (Red+Green+Blue) = 159+36+85=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2455 is #60DBAA. Grayscale: #4E4E4E. Windows color (decimal): -6347691 or 5579935. OLE color: 5579935.
HSL color Cylindrical-coordinate representation of color #9F2455: hue angle of 336.1º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2455 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 85 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.38 |
| HSL | 336.1º | 0.63% | 0.38% | - |
| HSV(B) | 336.1º | 0.77% | 0.62% | - |
| XYZ | 16.57 | 9.29 | 9.51 | - |
| YUV | 78.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 85 | 0 | 0.77 | 0.47 | 0.38 | 336.1 | 0.63 | 0.38 |
| Hex | 9F | 24 | 55 | 0 | 4D | 2F | 26 | 150 | 3F | 26 |
| Octal | 237 | 44 | 125 | 0 | 115 | 57 | 46 | 520 | 77 | 46 |
| Binary | 10011111 | 100100 | 1010101 | 0 | 1001101 | 101111 | 100110 | 101010000 | 111111 | 100110 |
Color Harmonies of #9F2455
Complementary color
Monochromatic Colors of #9F2455
Black with #9F2455
Text Example
Text Example
White with #9F2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2455; }
p { color: rgb(159,36,85); }
H1.HeaderClassName
{
color: #9F2455;
}
.AnyTagClassName
{
color: #9F2455;
}
</style>
background-color css
<style>
a { background-color: #9F2455; }
a { background-color: rgb(159,36,85); }
div.DivClassName
{
background-color: #9F2455;
}
.BgClassName
{
background-color: #9F2455;
}
</style>
border-color css
<style>
span { border-color: #9F2455; }
span { border-color: rgb(159,36,85); }
td.TdClassName
{
border-color: #9F2455;
}
.TagClassName
{
border-color: #9F2455;
}
</style>