#9F505A

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

Shades of Hippie Pink #9F505A

Tints of Hippie Pink #9F505A

Color information

#9F505A (or 0x9F505A) is unknown color: approx Hippie Pink. HEX triplet: 9F, 50 and 5A. RGB value is (159,80,90). Sum of RGB (Red+Green+Blue) = 159+80+90=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F505A is #60AFA5. Grayscale: #686868. Windows color (decimal): -6336422 or 5918879. OLE color: 5918879.

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

Color convert

RGB1598090-
CMYK00.500.430.38
HSL352.41º33.05%46.86%-
HSV(B)352.41º49.69%62.35%-
XYZ19.0113.8511.34-
YUV104.76119.67166.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=48.33%
G=24.32%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159809000.500.430.38352.4133.0546.86
Hex9F505A0322B26160212f
Octal23712013206253465404157
Binary10011111101000010110100110010101011100110101100000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,90); }

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

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

 a { background-color: rgb(159,80,90); }

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

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

 span { border-color: rgb(159,80,90); }

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