Shades of Lipstick #9F214C
Tints of Lipstick #9F214C
RGB
CMYK
RGB Variations
Color information
#9F214C (or 0x9F214C) is known color: Lipstick. HEX triplet: 9F, 21 and 4C. RGB value is (159,33,76). Sum of RGB (Red+Green+Blue) = 159+33+76=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F214C is #60DEB3. Grayscale: #4B4B4B. Windows color (decimal): -6348468 or 4989343. OLE color: 4989343.
HSL color Cylindrical-coordinate representation of color #9F214C: hue angle of 339.52º degrees, saturation: 0.66, 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 #9F214C is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 76 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.38 |
| HSL | 339.52º | 0.66% | 0.38% | - |
| HSV(B) | 339.52º | 0.79% | 0.62% | - |
| XYZ | 16.15 | 8.98 | 7.72 | - |
| YUV | 75.58 | 128.24 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 76 | 0 | 0.79 | 0.52 | 0.38 | 339.52 | 0.66 | 0.38 |
| Hex | 9F | 21 | 4C | 0 | 4F | 34 | 26 | 154 | 42 | 26 |
| Octal | 237 | 41 | 114 | 0 | 117 | 64 | 46 | 524 | 102 | 46 |
| Binary | 10011111 | 100001 | 1001100 | 0 | 1001111 | 110100 | 100110 | 101010100 | 1000010 | 100110 |
Color Harmonies of #9F214C
Complementary color
Monochromatic Colors of #9F214C
Black with #9F214C
Text Example
Text Example
White with #9F214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F214C; }
p { color: rgb(159,33,76); }
H1.HeaderClassName
{
color: #9F214C;
}
.AnyTagClassName
{
color: #9F214C;
}
</style>
background-color css
<style>
a { background-color: #9F214C; }
a { background-color: rgb(159,33,76); }
div.DivClassName
{
background-color: #9F214C;
}
.BgClassName
{
background-color: #9F214C;
}
</style>
border-color css
<style>
span { border-color: #9F214C; }
span { border-color: rgb(159,33,76); }
td.TdClassName
{
border-color: #9F214C;
}
.TagClassName
{
border-color: #9F214C;
}
</style>