#8F4863

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

Shades of Cannon Pink #8F4863

Tints of Cannon Pink #8F4863

Color information

#8F4863 (or 0x8F4863) is unknown color: approx Cannon Pink. HEX triplet: 8F, 48 and 63. RGB value is (143,72,99). Sum of RGB (Red+Green+Blue) = 143+72+99=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4863 is #70B79C. Grayscale: #606060. Windows color (decimal): -7387037 or 6506639. OLE color: 6506639.

HSL color Cylindrical-coordinate representation of color #8F4863: hue angle of 337.18º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4863 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1437299-
CMYK00.500.310.44
HSL337.18º33.02%42.16%-
HSV(B)337.18º49.65%56.08%-
XYZ15.911.3813.16-
YUV96.31129.52161.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.54%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=45.54%
G=22.93%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143729900.500.310.44337.1833.0242.16
Hex8F48630321F2C151212a
Octal21711014306237545214152
Binary1000111110010001100011011001011111101100101010001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,99); }

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

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

 a { background-color: rgb(143,72,99); }

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

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

 span { border-color: rgb(143,72,99); }

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