#8F4046

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

Shades of Solid Pink #8F4046

Tints of Solid Pink #8F4046

Color information

#8F4046 (or 0x8F4046) is unknown color: approx Solid Pink. HEX triplet: 8F, 40 and 46. RGB value is (143,64,70). Sum of RGB (Red+Green+Blue) = 143+64+70=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4046 is #70BFB9. Grayscale: #585858. Windows color (decimal): -7389114 or 4604047. OLE color: 4604047.

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

Color convert

RGB1436470-
CMYK00.550.510.44
HSL355.44º38.16%40.59%-
HSV(B)355.44º55.24%56.08%-
XYZ14.279.956.96-
YUV88.3117.67167.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.62%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=51.62%
G=23.10%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143647000.550.510.44355.4438.1640.59
Hex8F4046037332C1632629
Octal21710010606763545434651
Binary10001111100000010001100110111110011101100101100011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,64,70); }

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

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

 a { background-color: rgb(143,64,70); }

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

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

 span { border-color: rgb(143,64,70); }

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