Shades of Lipstick #9F2462
Tints of Lipstick #9F2462
RGB
CMYK
RGB Variations
Color information
#9F2462 (or 0x9F2462) is known color: Lipstick. HEX triplet: 9F, 24 and 62. RGB value is (159,36,98). Sum of RGB (Red+Green+Blue) = 159+36+98=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2462 is #60DB9D. Grayscale: #4F4F4F. Windows color (decimal): -6347678 or 6431903. OLE color: 6431903.
HSL color Cylindrical-coordinate representation of color #9F2462: hue angle of 329.76º 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 #9F2462 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 98 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.38 |
| HSL | 329.76º | 0.63% | 0.38% | - |
| HSV(B) | 329.76º | 0.77% | 0.62% | - |
| XYZ | 17.13 | 9.51 | 12.49 | - |
| YUV | 79.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 98 | 0 | 0.77 | 0.38 | 0.38 | 329.76 | 0.63 | 0.38 |
| Hex | 9F | 24 | 62 | 0 | 4D | 26 | 26 | 14A | 3F | 26 |
| Octal | 237 | 44 | 142 | 0 | 115 | 46 | 46 | 512 | 77 | 46 |
| Binary | 10011111 | 100100 | 1100010 | 0 | 1001101 | 100110 | 100110 | 101001010 | 111111 | 100110 |
Color Harmonies of #9F2462
Complementary color
Monochromatic Colors of #9F2462
Black with #9F2462
Text Example
Text Example
White with #9F2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2462; }
p { color: rgb(159,36,98); }
H1.HeaderClassName
{
color: #9F2462;
}
.AnyTagClassName
{
color: #9F2462;
}
</style>
background-color css
<style>
a { background-color: #9F2462; }
a { background-color: rgb(159,36,98); }
div.DivClassName
{
background-color: #9F2462;
}
.BgClassName
{
background-color: #9F2462;
}
</style>
border-color css
<style>
span { border-color: #9F2462; }
span { border-color: rgb(159,36,98); }
td.TdClassName
{
border-color: #9F2462;
}
.TagClassName
{
border-color: #9F2462;
}
</style>