#8F3F47

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

Shades of Solid Pink #8F3F47

Tints of Solid Pink #8F3F47

Color information

#8F3F47 (or 0x8F3F47) is unknown color: approx Solid Pink. HEX triplet: 8F, 3F and 47. RGB value is (143,63,71). Sum of RGB (Red+Green+Blue) = 143+63+71=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3F47 is #70C0B8. Grayscale: #575757. Windows color (decimal): -7389369 or 4669327. OLE color: 4669327.

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

Color convert

RGB1436371-
CMYK00.560.500.44
HSL354º38.83%40.39%-
HSV(B)354º55.94%56.08%-
XYZ14.249.857.11-
YUV87.83118.5167.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.62%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 71 (28.12% from 255) = 25.63%
R=51.62%
G=22.74%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143637100.560.500.4435438.8340.39
Hex8F3F47038322C1622728
Octal2177710707062545424750
Binary1000111111111110001110111000110010101100101100010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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