#8F4B60

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

Shades of Cannon Pink #8F4B60

Tints of Cannon Pink #8F4B60

Color information

#8F4B60 (or 0x8F4B60) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4B and 60. RGB value is (143,75,96). Sum of RGB (Red+Green+Blue) = 143+75+96=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B60 is #70B49F. Grayscale: #616161. Windows color (decimal): -7386272 or 6310799. OLE color: 6310799.

HSL color Cylindrical-coordinate representation of color #8F4B60: hue angle of 341.47º degrees, saturation: 0.31, 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 #8F4B60 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1437596-
CMYK00.480.330.44
HSL341.47º31.19%42.75%-
HSV(B)341.47º47.55%56.08%-
XYZ15.9611.7212.49-
YUV97.73127.03160.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.54%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=45.54%
G=23.89%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143759600.480.330.44341.4731.1942.75
Hex8F4B60030212C1551f2b
Octal21711314006041545253753
Binary1000111110010111100000011000010000110110010101010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,75,96); }

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

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

 a { background-color: rgb(143,75,96); }

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

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

 span { border-color: rgb(143,75,96); }

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