#9F225E

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

Shades of Lipstick #9F225E

Tints of Lipstick #9F225E

Color information

#9F225E (or 0x9F225E) is unknown color: approx Lipstick. HEX triplet: 9F, 22 and 5E. RGB value is (159,34,94). Sum of RGB (Red+Green+Blue) = 159+34+94=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F225E is #60DDA1. Grayscale: #4E4E4E. Windows color (decimal): -6348194 or 6169247. OLE color: 6169247.

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

Color convert

RGB1593494-
CMYK00.790.410.38
HSL331.2º64.77%37.84%-
HSV(B)331.2º78.62%62.35%-
XYZ16.899.3211.5-
YUV78.22136.91185.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.40%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=55.40%
G=11.85%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159349400.790.410.38331.264.7737.84
Hex9F225E04F292614b4126
Octal237421360117514651310146
Binary100111111000101011110010011111010011001101010010111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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