Html Css Color HEX #8F4E70 Cannon Pink

📋 copy color: '#8F4E70'

red 143 ◦ green 78 ◦ blue 112

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

Shades of Cannon Pink #8F4E70

Tints of Cannon Pink #8F4E70

RGB

 RED value IS 143 (56.25% from 255) = 42.94%

 GREEN value IS 78 (30.86% from 255) = 23.42%

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 42.94%
G = 23.42%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F4E70 (or 0x8F4E70) is known color: Cannon Pink. HEX triplet: 8F, 4E and 70. RGB value is (143,78,112). Sum of RGB (Red+Green+Blue) = 143+78+112=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4E70 is #70B18F. Grayscale: #656565. Windows color (decimal): -7385488 or 7360143. OLE color: 7360143.

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

Color convert

RGB 143 78 112 -
CMYK 0 0.45 0.22 0.44
HSL 328.62º 0.29% 0.43% -
HSV(B) 328.62º 0.45% 0.56% -
XYZ 16.98 12.46 16.84 -
YUV 101.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 143 78 112 0 0.45 0.22 0.44 328.62 0.29 0.43
Hex 8F 4E 70 0 2D 16 2C 149 1D 2B
Octal 217 116 160 0 55 26 54 511 35 53
Binary 10001111 1001110 1110000 0 101101 10110 101100 101001001 11101 101011

Color Harmonies of #8F4E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4E70

Black with #8F4E70

Text Example


Text Example

White with #8F4E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,78,112); }

 H1.HeaderClassName
 {
   color: #8F4E70;
 }
 .AnyTagClassName
 {
   color: #8F4E70;
 }
</style>

background-color css

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

 a { background-color: rgb(143,78,112); }

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

border-color css

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

 span { border-color: rgb(143,78,112); }

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