Shades of Lipstick #942A58
Tints of Lipstick #942A58
RGB
CMYK
RGB Variations
Color information
#942A58 (or 0x942A58) is known color: Lipstick. HEX triplet: 94, 2A and 58. RGB value is (148,42,88). Sum of RGB (Red+Green+Blue) = 148+42+88=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #942A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942A58 is #6BD5A7. Grayscale: #4E4E4E. Windows color (decimal): -7067048 or 5778068. OLE color: 5778068.
HSL color Cylindrical-coordinate representation of color #942A58: hue angle of 333.96º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942A58 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 88 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.42 |
| HSL | 333.96º | 0.56% | 0.37% | - |
| HSV(B) | 333.96º | 0.72% | 0.58% | - |
| XYZ | 14.8 | 8.66 | 10.12 | - |
| YUV | 78.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 88 | 0 | 0.72 | 0.41 | 0.42 | 333.96 | 0.56 | 0.37 |
| Hex | 94 | 2A | 58 | 0 | 48 | 29 | 2A | 14E | 38 | 25 |
| Octal | 224 | 52 | 130 | 0 | 110 | 51 | 52 | 516 | 70 | 45 |
| Binary | 10010100 | 101010 | 1011000 | 0 | 1001000 | 101001 | 101010 | 101001110 | 111000 | 100101 |
Color Harmonies of #942A58
Complementary color
Monochromatic Colors of #942A58
Black with #942A58
Text Example
Text Example
White with #942A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A58; }
p { color: rgb(148,42,88); }
H1.HeaderClassName
{
color: #942A58;
}
.AnyTagClassName
{
color: #942A58;
}
</style>
background-color css
<style>
a { background-color: #942A58; }
a { background-color: rgb(148,42,88); }
div.DivClassName
{
background-color: #942A58;
}
.BgClassName
{
background-color: #942A58;
}
</style>
border-color css
<style>
span { border-color: #942A58; }
span { border-color: rgb(148,42,88); }
td.TdClassName
{
border-color: #942A58;
}
.TagClassName
{
border-color: #942A58;
}
</style>