Html Css Color HEX #8F5261 Cannon Pink

📋 copy color: '#8F5261'

red 143 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #8F5261

Tints of Cannon Pink #8F5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 44.41%
G = 25.47%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8F5261 (or 0x8F5261) is known color: Cannon Pink. HEX triplet: 8F, 52 and 61. RGB value is (143,82,97). Sum of RGB (Red+Green+Blue) = 143+82+97=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5261 is #70AD9E. Grayscale: #656565. Windows color (decimal): -7384479 or 6378127. OLE color: 6378127.

HSL color Cylindrical-coordinate representation of color #8F5261: hue angle of 345.25º degrees, saturation: 0.27, 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 #8F5261 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 82 97 -
CMYK 0 0.43 0.32 0.44
HSL 345.25º 0.27% 0.44% -
HSV(B) 345.25º 0.43% 0.56% -
XYZ 16.5 12.74 12.9 -
YUV 101.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 143 82 97 0 0.43 0.32 0.44 345.25 0.27 0.44
Hex 8F 52 61 0 2B 20 2C 159 1B 2C
Octal 217 122 141 0 53 40 54 531 33 54
Binary 10001111 1010010 1100001 0 101011 100000 101100 101011001 11011 101100

Color Harmonies of #8F5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5261

Black with #8F5261

Text Example


Text Example

White with #8F5261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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