#8F494C

Color #8F494C Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #8F494C

Tints of Solid Pink #8F494C

Color information

#8F494C (or 0x8F494C) is unknown color: approx Solid Pink. HEX triplet: 8F, 49 and 4C. RGB value is (143,73,76). Sum of RGB (Red+Green+Blue) = 143+73+76=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F494C is #70B6B3. Grayscale: #5E5E5E. Windows color (decimal): -7386804 or 4999567. OLE color: 4999567.

HSL color Cylindrical-coordinate representation of color #8F494C: hue angle of 357.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F494C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1437376-
CMYK00.490.470.44
HSL357.43º32.41%42.35%-
HSV(B)357.43º48.95%56.08%-
XYZ15.0111.138.19-
YUV94.27117.69162.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.97%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=48.97%
G=25%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143737600.490.470.44357.4332.4142.35
Hex8F494C0312F2C165202a
Octal21711111406157545454052
Binary10001111100100110011000110001101111101100101100101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F494C; }

 p { color: rgb(143,73,76); }

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

<style>
 a { background-color: #8F494C; }

 a { background-color: rgb(143,73,76); }

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

<style>
 span { border-color: #8F494C; }

 span { border-color: rgb(143,73,76); }

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