#8F4448

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

Shades of Solid Pink #8F4448

Tints of Solid Pink #8F4448

Color information

#8F4448 (or 0x8F4448) is unknown color: approx Solid Pink. HEX triplet: 8F, 44 and 48. RGB value is (143,68,72). Sum of RGB (Red+Green+Blue) = 143+68+72=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4448 is #70BBB7. Grayscale: #5A5A5A. Windows color (decimal): -7388088 or 4736143. OLE color: 4736143.

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

Color convert

RGB1436872-
CMYK00.520.500.44
HSL356.8º35.55%41.37%-
HSV(B)356.8º52.45%56.08%-
XYZ14.5610.447.38-
YUV90.88117.35165.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.53%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=50.53%
G=24.03%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143687200.520.500.44356.835.5541.37
Hex8F4448034322C1652429
Octal21710411006462545454451
Binary10001111100010010010000110100110010101100101100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,68,72); }

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

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

 a { background-color: rgb(143,68,72); }

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

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

 span { border-color: rgb(143,68,72); }

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