#8F4A4F

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

Shades of Solid Pink #8F4A4F

Tints of Solid Pink #8F4A4F

Color information

#8F4A4F (or 0x8F4A4F) is unknown color: approx Solid Pink. HEX triplet: 8F, 4A and 4F. RGB value is (143,74,79). Sum of RGB (Red+Green+Blue) = 143+74+79=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4A4F is #70B5B0. Grayscale: #5F5F5F. Windows color (decimal): -7386545 or 5196431. OLE color: 5196431.

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

Color convert

RGB1437479-
CMYK00.480.450.44
HSL355.65º31.8%42.55%-
HSV(B)355.65º48.25%56.08%-
XYZ15.1911.38.78-
YUV95.2118.86162.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.31%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=48.31%
G=25%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143747900.480.450.44355.6531.842.55
Hex8F4A4F0302D2C164202b
Octal21711211706055545444053
Binary10001111100101010011110110000101101101100101100100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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