#8F4F52

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

Shades of Solid Pink #8F4F52

Tints of Solid Pink #8F4F52

Color information

#8F4F52 (or 0x8F4F52) is unknown color: approx Solid Pink. HEX triplet: 8F, 4F and 52. RGB value is (143,79,82). Sum of RGB (Red+Green+Blue) = 143+79+82=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4F52 is #70B0AD. Grayscale: #626262. Windows color (decimal): -7385262 or 5394319. OLE color: 5394319.

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

Color convert

RGB1437982-
CMYK00.450.430.44
HSL357.19º28.83%43.53%-
HSV(B)357.19º44.76%56.08%-
XYZ15.6512.049.48-
YUV98.48118.7159.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.04%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=47.04%
G=25.99%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143798200.450.430.44357.1928.8343.53
Hex8F4F5202D2B2C1651d2c
Octal21711712205553545453554
Binary1000111110011111010010010110110101110110010110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,79,82); }

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

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

 a { background-color: rgb(143,79,82); }

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

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

 span { border-color: rgb(143,79,82); }

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