Shades of Lipstick #9F254B
Tints of Lipstick #9F254B
RGB
CMYK
RGB Variations
Color information
#9F254B (or 0x9F254B) is known color: Lipstick. HEX triplet: 9F, 25 and 4B. RGB value is (159,37,75). Sum of RGB (Red+Green+Blue) = 159+37+75=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F254B is #60DAB4. Grayscale: #4D4D4D. Windows color (decimal): -6347445 or 4924831. OLE color: 4924831.
HSL color Cylindrical-coordinate representation of color #9F254B: hue angle of 341.31º degrees, saturation: 0.62, 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 #9F254B is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 75 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.38 |
| HSL | 341.31º | 0.62% | 0.38% | - |
| HSV(B) | 341.31º | 0.77% | 0.62% | - |
| XYZ | 16.23 | 9.2 | 7.58 | - |
| YUV | 77.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 75 | 0 | 0.77 | 0.53 | 0.38 | 341.31 | 0.62 | 0.38 |
| Hex | 9F | 25 | 4B | 0 | 4D | 35 | 26 | 155 | 3E | 26 |
| Octal | 237 | 45 | 113 | 0 | 115 | 65 | 46 | 525 | 76 | 46 |
| Binary | 10011111 | 100101 | 1001011 | 0 | 1001101 | 110101 | 100110 | 101010101 | 111110 | 100110 |
Color Harmonies of #9F254B
Complementary color
Monochromatic Colors of #9F254B
Black with #9F254B
Text Example
Text Example
White with #9F254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F254B; }
p { color: rgb(159,37,75); }
H1.HeaderClassName
{
color: #9F254B;
}
.AnyTagClassName
{
color: #9F254B;
}
</style>
background-color css
<style>
a { background-color: #9F254B; }
a { background-color: rgb(159,37,75); }
div.DivClassName
{
background-color: #9F254B;
}
.BgClassName
{
background-color: #9F254B;
}
</style>
border-color css
<style>
span { border-color: #9F254B; }
span { border-color: rgb(159,37,75); }
td.TdClassName
{
border-color: #9F254B;
}
.TagClassName
{
border-color: #9F254B;
}
</style>