#8F454D

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

Shades of Solid Pink #8F454D

Tints of Solid Pink #8F454D

Color information

#8F454D (or 0x8F454D) is unknown color: approx Solid Pink. HEX triplet: 8F, 45 and 4D. RGB value is (143,69,77). Sum of RGB (Red+Green+Blue) = 143+69+77=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F454D is #70BAB2. Grayscale: #5C5C5C. Windows color (decimal): -7387827 or 5064079. OLE color: 5064079.

HSL color Cylindrical-coordinate representation of color #8F454D: hue angle of 353.51º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F454D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1436977-
CMYK00.520.460.44
HSL353.51º34.91%41.57%-
HSV(B)353.51º51.75%56.08%-
XYZ14.810.638.29-
YUV92.04119.52164.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.48%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=49.48%
G=23.88%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143697700.520.460.44353.5134.9141.57
Hex8F454D0342E2C162232a
Octal21710511506456545424352
Binary10001111100010110011010110100101110101100101100010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,69,77); }

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

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

 a { background-color: rgb(143,69,77); }

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

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

 span { border-color: rgb(143,69,77); }

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