#8F5161

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

Shades of Cannon Pink #8F5161

Tints of Cannon Pink #8F5161

Color information

#8F5161 (or 0x8F5161) is unknown color: approx Cannon Pink. HEX triplet: 8F, 51 and 61. RGB value is (143,81,97). Sum of RGB (Red+Green+Blue) = 143+81+97=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5161 is #70AE9E. Grayscale: #656565. Windows color (decimal): -7384735 or 6377871. OLE color: 6377871.

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

Color convert

RGB1438197-
CMYK00.430.320.44
HSL344.52º27.68%43.92%-
HSV(B)344.52º43.36%56.08%-
XYZ16.4312.5912.87-
YUV101.36125.54157.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=44.55%
G=25.23%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143819700.430.320.44344.5227.6843.92
Hex8F516102B202C1591c2c
Octal21712114105340545313454
Binary1000111110100011100001010101110000010110010101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,97); }

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

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

 a { background-color: rgb(143,81,97); }

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

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

 span { border-color: rgb(143,81,97); }

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