Shades of Lipstick #9F2254
Tints of Lipstick #9F2254
RGB
CMYK
RGB Variations
Color information
#9F2254 (or 0x9F2254) is known color: Lipstick. HEX triplet: 9F, 22 and 54. RGB value is (159,34,84). Sum of RGB (Red+Green+Blue) = 159+34+84=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2254 is #60DDAB. Grayscale: #4C4C4C. Windows color (decimal): -6348204 or 5513887. OLE color: 5513887.
HSL color Cylindrical-coordinate representation of color #9F2254: hue angle of 336º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2254 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 84 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.38 |
| HSL | 336º | 0.65% | 0.38% | - |
| HSV(B) | 336º | 0.79% | 0.62% | - |
| XYZ | 16.47 | 9.16 | 9.29 | - |
| YUV | 77.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 84 | 0 | 0.79 | 0.47 | 0.38 | 336 | 0.65 | 0.38 |
| Hex | 9F | 22 | 54 | 0 | 4F | 2F | 26 | 150 | 41 | 26 |
| Octal | 237 | 42 | 124 | 0 | 117 | 57 | 46 | 520 | 101 | 46 |
| Binary | 10011111 | 100010 | 1010100 | 0 | 1001111 | 101111 | 100110 | 101010000 | 1000001 | 100110 |
Color Harmonies of #9F2254
Complementary color
Monochromatic Colors of #9F2254
Black with #9F2254
Text Example
Text Example
White with #9F2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2254; }
p { color: rgb(159,34,84); }
H1.HeaderClassName
{
color: #9F2254;
}
.AnyTagClassName
{
color: #9F2254;
}
</style>
background-color css
<style>
a { background-color: #9F2254; }
a { background-color: rgb(159,34,84); }
div.DivClassName
{
background-color: #9F2254;
}
.BgClassName
{
background-color: #9F2254;
}
</style>
border-color css
<style>
span { border-color: #9F2254; }
span { border-color: rgb(159,34,84); }
td.TdClassName
{
border-color: #9F2254;
}
.TagClassName
{
border-color: #9F2254;
}
</style>