#8f494f

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

Shades of Solid Pink #8F494F

Tints of Solid Pink #8F494F

Color information

#8F494F (or 0x8F494F) is unknown color: approx Solid Pink. HEX triplet: 8F, 49 and 4F. RGB value is (143,73,79). Sum of RGB (Red+Green+Blue) = 143+73+79=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F494F is #70B6B0. Grayscale: #5E5E5E. Windows color (decimal): -7386801 or 5196175. OLE color: 5196175.

HSL color Cylindrical-coordinate representation of color #8F494F: hue angle of 354.86º 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 #8F494F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1437379-
CMYK00.490.450.44
HSL354.86º32.41%42.35%-
HSV(B)354.86º48.95%56.08%-
XYZ15.1211.178.76-
YUV94.61119.19162.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.47%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=48.47%
G=24.75%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143737900.490.450.44354.8632.4142.35
Hex8F494F0312D2C163202a
Octal21711111706155545434052
Binary10001111100100110011110110001101101101100101100011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f494f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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