#8F434C

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

Shades of Solid Pink #8F434C

Tints of Solid Pink #8F434C

Color information

#8F434C (or 0x8F434C) is unknown color: approx Solid Pink. HEX triplet: 8F, 43 and 4C. RGB value is (143,67,76). Sum of RGB (Red+Green+Blue) = 143+67+76=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F434C is #70BCB3. Grayscale: #5A5A5A. Windows color (decimal): -7388340 or 4998031. OLE color: 4998031.

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

Color convert

RGB1436776-
CMYK00.530.470.44
HSL352.89º36.19%41.18%-
HSV(B)352.89º53.15%56.08%-
XYZ14.6410.388.07-
YUV90.75119.68165.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=50%
G=23.43%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143677600.530.470.44352.8936.1941.18
Hex8F434C0352F2C1612429
Octal21710311406557545414451
Binary10001111100001110011000110101101111101100101100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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