Html Css Color HEX #9F254F Lipstick

📋 copy color: '#9F254F'

red 159 ◦ green 37 ◦ blue 79

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

Shades of Lipstick #9F254F

Tints of Lipstick #9F254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 57.82%
G = 13.45%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F254F (or 0x9F254F) is known color: Lipstick. HEX triplet: 9F, 25 and 4F. RGB value is (159,37,79). Sum of RGB (Red+Green+Blue) = 159+37+79=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F254F is #60DAB0. Grayscale: #4E4E4E. Windows color (decimal): -6347441 or 5186975. OLE color: 5186975.

HSL color Cylindrical-coordinate representation of color #9F254F: hue angle of 339.34º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F254F is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 37 79 -
CMYK 0 0.77 0.50 0.38
HSL 339.34º 0.62% 0.38% -
HSV(B) 339.34º 0.77% 0.62% -
XYZ 16.37 9.26 8.32 -
YUV 78.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 159 37 79 0 0.77 0.50 0.38 339.34 0.62 0.38
Hex 9F 25 4F 0 4D 32 26 153 3E 26
Octal 237 45 117 0 115 62 46 523 76 46
Binary 10011111 100101 1001111 0 1001101 110010 100110 101010011 111110 100110

Color Harmonies of #9F254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F254F

Black with #9F254F

Text Example


Text Example

White with #9F254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,79); }

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

background-color css

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

 a { background-color: rgb(159,37,79); }

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

border-color css

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

 span { border-color: rgb(159,37,79); }

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