#8F4D62

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

Shades of Cannon Pink #8F4D62

Tints of Cannon Pink #8F4D62

Color information

#8F4D62 (or 0x8F4D62) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4D and 62. RGB value is (143,77,98). Sum of RGB (Red+Green+Blue) = 143+77+98=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D62 is #70B29D. Grayscale: #636363. Windows color (decimal): -7385758 or 6442383. OLE color: 6442383.

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

Color convert

RGB1437798-
CMYK00.460.310.44
HSL340.91º30%43.14%-
HSV(B)340.91º46.15%56.08%-
XYZ16.1912.0313.02-
YUV99.13127.37159.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=44.97%
G=24.21%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143779800.460.310.44340.913043.14
Hex8F4D6202E1F2C1551e2b
Octal21711514205637545253653
Binary100011111001101110001001011101111110110010101010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,77,98); }

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

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

 a { background-color: rgb(143,77,98); }

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

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

 span { border-color: rgb(143,77,98); }

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