#9F225F

Color #9F225F Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9F225F

Tints of Lipstick #9F225F

Color information

#9F225F (or 0x9F225F) is unknown color: approx Lipstick. HEX triplet: 9F, 22 and 5F. RGB value is (159,34,95). Sum of RGB (Red+Green+Blue) = 159+34+95=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F225F is #60DDA0. Grayscale: #4E4E4E. Windows color (decimal): -6348193 or 6234783. OLE color: 6234783.

HSL color Cylindrical-coordinate representation of color #9F225F: hue angle of 330.72º degrees, saturation: 0.65, 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 #9F225F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1593495-
CMYK00.790.400.38
HSL330.72º64.77%37.84%-
HSV(B)330.72º78.62%62.35%-
XYZ16.949.3411.74-
YUV78.33137.41185.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=55.21%
G=11.81%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159349500.790.400.38330.7264.7737.84
Hex9F225F04F282614b4126
Octal237421370117504651310146
Binary100111111000101011111010011111010001001101010010111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F225F; }

 p { color: rgb(159,34,95); }

 H1.HeaderClassName
 {
   color: #9F225F;
 }
 .AnyTagClassName
 {
   color: #9F225F;
 }
</style>
background-color css

<style>
 a { background-color: #9F225F; }

 a { background-color: rgb(159,34,95); }

 div.DivClassName
 {
   background-color: #9F225F;
 }
 .BgClassName
 {
   background-color: #9F225F;
 }
</style>
border-color css

<style>
 span { border-color: #9F225F; }

 span { border-color: rgb(159,34,95); }

 td.TdClassName
 {
   border-color: #9F225F;
 }
 .TagClassName
 {
   border-color: #9F225F;
 }
</style>