Shades of Lipstick #9F225D
Tints of Lipstick #9F225D
RGB
CMYK
RGB Variations
Color information
#9F225D (or 0x9F225D) is known color: Lipstick. HEX triplet: 9F, 22 and 5D. RGB value is (159,34,93). Sum of RGB (Red+Green+Blue) = 159+34+93=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F225D is #60DDA2. Grayscale: #4D4D4D. Windows color (decimal): -6348195 or 6103711. OLE color: 6103711.
HSL color Cylindrical-coordinate representation of color #9F225D: hue angle of 331.68º 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 #9F225D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 93 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.38 |
| HSL | 331.68º | 0.65% | 0.38% | - |
| HSV(B) | 331.68º | 0.79% | 0.62% | - |
| XYZ | 16.85 | 9.31 | 11.26 | - |
| YUV | 78.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 93 | 0 | 0.79 | 0.42 | 0.38 | 331.68 | 0.65 | 0.38 |
| Hex | 9F | 22 | 5D | 0 | 4F | 2A | 26 | 14C | 41 | 26 |
| Octal | 237 | 42 | 135 | 0 | 117 | 52 | 46 | 514 | 101 | 46 |
| Binary | 10011111 | 100010 | 1011101 | 0 | 1001111 | 101010 | 100110 | 101001100 | 1000001 | 100110 |
Color Harmonies of #9F225D
Complementary color
Monochromatic Colors of #9F225D
Black with #9F225D
Text Example
Text Example
White with #9F225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F225D; }
p { color: rgb(159,34,93); }
H1.HeaderClassName
{
color: #9F225D;
}
.AnyTagClassName
{
color: #9F225D;
}
</style>
background-color css
<style>
a { background-color: #9F225D; }
a { background-color: rgb(159,34,93); }
div.DivClassName
{
background-color: #9F225D;
}
.BgClassName
{
background-color: #9F225D;
}
</style>
border-color css
<style>
span { border-color: #9F225D; }
span { border-color: rgb(159,34,93); }
td.TdClassName
{
border-color: #9F225D;
}
.TagClassName
{
border-color: #9F225D;
}
</style>