#8F4147

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

Shades of Solid Pink #8F4147

Tints of Solid Pink #8F4147

Color information

#8F4147 (or 0x8F4147) is unknown color: approx Solid Pink. HEX triplet: 8F, 41 and 47. RGB value is (143,65,71). Sum of RGB (Red+Green+Blue) = 143+65+71=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4147 is #70BEB8. Grayscale: #595959. Windows color (decimal): -7388857 or 4669839. OLE color: 4669839.

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

Color convert

RGB1436571-
CMYK00.550.500.44
HSL355.38º37.5%40.78%-
HSV(B)355.38º54.55%56.08%-
XYZ14.3610.087.15-
YUV89.01117.84166.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=51.25%
G=23.30%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143657100.550.500.44355.3837.540.78
Hex8F4147037322C1632629
Octal21710110706762545434651
Binary10001111100000110001110110111110010101100101100011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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