Html Css Color HEX #8F4863 Cannon Pink

📋 copy color: '#8F4863'

red 143 ◦ green 72 ◦ blue 99

#8F4863
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8F4863

Tints of Cannon Pink #8F4863

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 value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F4863 (or 0x8F4863) is known color: 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

RGB 143 72 99 -
CMYK 0 0.50 0.31 0.44
HSL 337.18º 0.33% 0.42% -
HSV(B) 337.18º 0.5% 0.56% -
XYZ 15.9 11.38 13.16 -
YUV 96.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 143 72 99 0 0.50 0.31 0.44 337.18 0.33 0.42
Hex 8F 48 63 0 32 1F 2C 151 21 2A
Octal 217 110 143 0 62 37 54 521 41 52
Binary 10001111 1001000 1100011 0 110010 11111 101100 101010001 100001 101010

Color Harmonies of #8F4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4863

Black with #8F4863

Text Example


Text Example

White with #8F4863

Text Example


Text Example

HTML Codes & Css Web 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>