#8F4F64

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

Shades of Cannon Pink #8F4F64

Tints of Cannon Pink #8F4F64

Color information

#8F4F64 (or 0x8F4F64) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4F and 64. RGB value is (143,79,100). Sum of RGB (Red+Green+Blue) = 143+79+100=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4F64 is #70B09B. Grayscale: #646464. Windows color (decimal): -7385244 or 6573967. OLE color: 6573967.

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

Color convert

RGB14379100-
CMYK00.450.300.44
HSL340.31º28.83%43.53%-
HSV(B)340.31º44.76%56.08%-
XYZ16.4212.3513.58-
YUV100.53127.7158.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.41%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=44.41%
G=24.53%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437910000.450.300.44340.3128.8343.53
Hex8F4F6402D1E2C1541d2c
Octal21711714405536545243554
Binary100011111001111110010001011011111010110010101010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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