#8F4347

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

Shades of Solid Pink #8F4347

Tints of Solid Pink #8F4347

Color information

#8F4347 (or 0x8F4347) is unknown color: approx Solid Pink. HEX triplet: 8F, 43 and 47. RGB value is (143,67,71). Sum of RGB (Red+Green+Blue) = 143+67+71=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4347 is #70BCB8. Grayscale: #5A5A5A. Windows color (decimal): -7388345 or 4670351. OLE color: 4670351.

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

Color convert

RGB1436771-
CMYK00.530.500.44
HSL356.84º36.19%41.18%-
HSV(B)356.84º53.15%56.08%-
XYZ14.4710.317.19-
YUV90.18117.18165.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.89%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=50.89%
G=23.84%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143677100.530.500.44356.8436.1941.18
Hex8F4347035322C1652429
Octal21710310706562545454451
Binary10001111100001110001110110101110010101100101100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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