#8F4749

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

Shades of Solid Pink #8F4749

Tints of Solid Pink #8F4749

Color information

#8F4749 (or 0x8F4749) is unknown color: approx Solid Pink. HEX triplet: 8F, 47 and 49. RGB value is (143,71,73). Sum of RGB (Red+Green+Blue) = 143+71+73=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4749 is #70B8B6. Grayscale: #5C5C5C. Windows color (decimal): -7387319 or 4802447. OLE color: 4802447.

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

Color convert

RGB1437173-
CMYK00.500.490.44
HSL358.33º33.64%41.96%-
HSV(B)358.33º50.35%56.08%-
XYZ14.7810.837.61-
YUV92.76116.85163.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.83%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=49.83%
G=24.74%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143717300.500.490.44358.3333.6441.96
Hex8F4749032312C166222a
Octal21710711106261545464252
Binary10001111100011110010010110010110001101100101100110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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