Html Css Color HEX #9F214E Lipstick

📋 copy color: '#9F214E'

red 159 ◦ green 33 ◦ blue 78

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

Shades of Lipstick #9F214E

Tints of Lipstick #9F214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 58.89%
G = 12.22%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9F214E (or 0x9F214E) is known color: Lipstick. HEX triplet: 9F, 21 and 4E. RGB value is (159,33,78). Sum of RGB (Red+Green+Blue) = 159+33+78=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F214E is #60DEB1. Grayscale: #4B4B4B. Windows color (decimal): -6348466 or 5120415. OLE color: 5120415.

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

Color convert

RGB 159 33 78 -
CMYK 0 0.79 0.51 0.38
HSL 338.57º 0.66% 0.38% -
HSV(B) 338.57º 0.79% 0.62% -
XYZ 16.22 9.01 8.09 -
YUV 75.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 159 33 78 0 0.79 0.51 0.38 338.57 0.66 0.38
Hex 9F 21 4E 0 4F 33 26 153 42 26
Octal 237 41 116 0 117 63 46 523 102 46
Binary 10011111 100001 1001110 0 1001111 110011 100110 101010011 1000010 100110

Color Harmonies of #9F214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F214E

Black with #9F214E

Text Example


Text Example

White with #9F214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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