#8F3F46

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

Shades of Solid Pink #8F3F46

Tints of Solid Pink #8F3F46

Color information

#8F3F46 (or 0x8F3F46) is unknown color: approx Solid Pink. HEX triplet: 8F, 3F and 46. RGB value is (143,63,70). Sum of RGB (Red+Green+Blue) = 143+63+70=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3F46 is #70C0B9. Grayscale: #575757. Windows color (decimal): -7389370 or 4603791. OLE color: 4603791.

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

Color convert

RGB1436370-
CMYK00.560.510.44
HSL354.75º38.83%40.39%-
HSV(B)354.75º55.94%56.08%-
XYZ14.219.846.94-
YUV87.72118167.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.81%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=51.81%
G=22.83%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143637000.560.510.44354.7538.8340.39
Hex8F3F46038332C1632728
Octal2177710607063545434750
Binary1000111111111110001100111000110011101100101100011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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