Shades of Lipstick #8F2265
Tints of Lipstick #8F2265
RGB
CMYK
RGB Variations
Color information
#8F2265 (or 0x8F2265) is known color: Lipstick. HEX triplet: 8F, 22 and 65. RGB value is (143,34,101). Sum of RGB (Red+Green+Blue) = 143+34+101=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2265 is #70DD9A. Grayscale: #4A4A4A. Windows color (decimal): -7396763 or 6627983. OLE color: 6627983.
HSL color Cylindrical-coordinate representation of color #8F2265: hue angle of 323.12º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2265 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 101 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.44 |
| HSL | 323.12º | 0.62% | 0.35% | - |
| HSV(B) | 323.12º | 0.76% | 0.56% | - |
| XYZ | 14.25 | 7.92 | 13.09 | - |
| YUV | 74.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 101 | 0 | 0.76 | 0.29 | 0.44 | 323.12 | 0.62 | 0.35 |
| Hex | 8F | 22 | 65 | 0 | 4C | 1D | 2C | 143 | 3E | 23 |
| Octal | 217 | 42 | 145 | 0 | 114 | 35 | 54 | 503 | 76 | 43 |
| Binary | 10001111 | 100010 | 1100101 | 0 | 1001100 | 11101 | 101100 | 101000011 | 111110 | 100011 |
Color Harmonies of #8F2265
Complementary color
Monochromatic Colors of #8F2265
Black with #8F2265
Text Example
Text Example
White with #8F2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2265; }
p { color: rgb(143,34,101); }
H1.HeaderClassName
{
color: #8F2265;
}
.AnyTagClassName
{
color: #8F2265;
}
</style>
background-color css
<style>
a { background-color: #8F2265; }
a { background-color: rgb(143,34,101); }
div.DivClassName
{
background-color: #8F2265;
}
.BgClassName
{
background-color: #8F2265;
}
</style>
border-color css
<style>
span { border-color: #8F2265; }
span { border-color: rgb(143,34,101); }
td.TdClassName
{
border-color: #8F2265;
}
.TagClassName
{
border-color: #8F2265;
}
</style>