#8F3E4A

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

Shades of Solid Pink #8F3E4A

Tints of Solid Pink #8F3E4A

Color information

#8F3E4A (or 0x8F3E4A) is unknown color: approx Solid Pink. HEX triplet: 8F, 3E and 4A. RGB value is (143,62,74). Sum of RGB (Red+Green+Blue) = 143+62+74=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3E4A is #70C1B5. Grayscale: #575757. Windows color (decimal): -7389622 or 4865679. OLE color: 4865679.

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

Color convert

RGB1436274-
CMYK00.570.480.44
HSL351.11º39.51%40.2%-
HSV(B)351.11º56.64%56.08%-
XYZ14.299.787.61-
YUV87.59120.34167.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=51.25%
G=22.22%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143627400.570.480.44351.1139.5140.2
Hex8F3E4A039302C15f2828
Octal2177611207160545375050
Binary1000111111111010010100111001110000101100101011111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,62,74); }

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

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

 a { background-color: rgb(143,62,74); }

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

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

 span { border-color: rgb(143,62,74); }

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