Html Css Color HEX #9F2465 Lipstick

📋 copy color: '#9F2465'

red 159 ◦ green 36 ◦ blue 101

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

Shades of Lipstick #9F2465

Tints of Lipstick #9F2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 53.72%
G = 12.16%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F2465 (or 0x9F2465) is known color: Lipstick. HEX triplet: 9F, 24 and 65. RGB value is (159,36,101). Sum of RGB (Red+Green+Blue) = 159+36+101=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2465 is #60DB9A. Grayscale: #505050. Windows color (decimal): -6347675 or 6628511. OLE color: 6628511.

HSL color Cylindrical-coordinate representation of color #9F2465: hue angle of 328.29º degrees, saturation: 0.63, 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 #9F2465 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 36 101 -
CMYK 0 0.77 0.36 0.38
HSL 328.29º 0.63% 0.38% -
HSV(B) 328.29º 0.77% 0.62% -
XYZ 17.28 9.57 13.25 -
YUV 80.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 159 36 101 0 0.77 0.36 0.38 328.29 0.63 0.38
Hex 9F 24 65 0 4D 24 26 148 3F 26
Octal 237 44 145 0 115 44 46 510 77 46
Binary 10011111 100100 1100101 0 1001101 100100 100110 101001000 111111 100110

Color Harmonies of #9F2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2465

Black with #9F2465

Text Example


Text Example

White with #9F2465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,36,101); }

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

background-color css

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

 a { background-color: rgb(159,36,101); }

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

border-color css

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

 span { border-color: rgb(159,36,101); }

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