#8F4149

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

Shades of Solid Pink #8F4149

Tints of Solid Pink #8F4149

Color information

#8F4149 (or 0x8F4149) is unknown color: approx Solid Pink. HEX triplet: 8F, 41 and 49. RGB value is (143,65,73). Sum of RGB (Red+Green+Blue) = 143+65+73=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4149 is #70BEB6. Grayscale: #595959. Windows color (decimal): -7388855 or 4800911. OLE color: 4800911.

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

Color convert

RGB1436573-
CMYK00.550.490.44
HSL353.85º37.5%40.78%-
HSV(B)353.85º54.55%56.08%-
XYZ14.4210.17.49-
YUV89.23118.84166.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.89%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=50.89%
G=23.13%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143657300.550.490.44353.8537.540.78
Hex8F4149037312C1622629
Octal21710111106761545424651
Binary10001111100000110010010110111110001101100101100010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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