Html Css Color HEX #9F215E Lipstick

📋 copy color: '#9F215E'

red 159 ◦ green 33 ◦ blue 94

#9F215E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9F215E

Tints of Lipstick #9F215E

RGB

 RED value IS 159 (62.5% from 255) = 55.59%

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 55.59%
G = 11.54%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F215E (or 0x9F215E) is known color: Lipstick. HEX triplet: 9F, 21 and 5E. RGB value is (159,33,94). Sum of RGB (Red+Green+Blue) = 159+33+94=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F215E is #60DEA1. Grayscale: #4D4D4D. Windows color (decimal): -6348450 or 6168991. OLE color: 6168991.

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

Color convert

RGB 159 33 94 -
CMYK 0 0.79 0.41 0.38
HSL 330.95º 0.66% 0.38% -
HSV(B) 330.95º 0.79% 0.62% -
XYZ 16.86 9.27 11.49 -
YUV 77.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 159 33 94 0 0.79 0.41 0.38 330.95 0.66 0.38
Hex 9F 21 5E 0 4F 29 26 14B 42 26
Octal 237 41 136 0 117 51 46 513 102 46
Binary 10011111 100001 1011110 0 1001111 101001 100110 101001011 1000010 100110

Color Harmonies of #9F215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F215E

Black with #9F215E

Text Example


Text Example

White with #9F215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F215E;
 }
 .AnyTagClassName
 {
   color: #9F215E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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