#8F4F75

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

Shades of Cannon Pink #8F4F75

Tints of Cannon Pink #8F4F75

Color information

#8F4F75 (or 0x8F4F75) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4F and 75. RGB value is (143,79,117). Sum of RGB (Red+Green+Blue) = 143+79+117=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4F75 is #70B08A. Grayscale: #666666. Windows color (decimal): -7385227 or 7688079. OLE color: 7688079.

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

Color convert

RGB14379117-
CMYK00.450.180.44
HSL324.38º28.83%43.53%-
HSV(B)324.38º44.76%56.08%-
XYZ17.3312.7218.37-
YUV102.47136.2156.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=42.18%
G=23.30%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437911700.450.180.44324.3828.8343.53
Hex8F4F7502D122C1441d2c
Octal21711716505522545043554
Binary100011111001111111010101011011001010110010100010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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