#8F474A

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

Shades of Solid Pink #8F474A

Tints of Solid Pink #8F474A

Color information

#8F474A (or 0x8F474A) is unknown color: approx Solid Pink. HEX triplet: 8F, 47 and 4A. RGB value is (143,71,74). Sum of RGB (Red+Green+Blue) = 143+71+74=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F474A is #70B8B5. Grayscale: #5C5C5C. Windows color (decimal): -7387318 or 4867983. OLE color: 4867983.

HSL color Cylindrical-coordinate representation of color #8F474A: hue angle of 357.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F474A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1437174-
CMYK00.500.480.44
HSL357.5º33.64%41.96%-
HSV(B)357.5º50.35%56.08%-
XYZ14.8210.847.79-
YUV92.87117.35163.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.65%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=49.65%
G=24.65%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143717400.500.480.44357.533.6441.96
Hex8F474A032302C166222a
Octal21710711206260545464252
Binary10001111100011110010100110010110000101100101100110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,71,74); }

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

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

 a { background-color: rgb(143,71,74); }

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

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

 span { border-color: rgb(143,71,74); }

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