#8F4852

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

Shades of Solid Pink #8F4852

Tints of Solid Pink #8F4852

Color information

#8F4852 (or 0x8F4852) is unknown color: approx Solid Pink. HEX triplet: 8F, 48 and 52. RGB value is (143,72,82). Sum of RGB (Red+Green+Blue) = 143+72+82=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4852 is #70B7AD. Grayscale: #5E5E5E. Windows color (decimal): -7387054 or 5392527. OLE color: 5392527.

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

Color convert

RGB1437282-
CMYK00.500.430.44
HSL351.55º33.02%42.16%-
HSV(B)351.55º49.65%56.08%-
XYZ15.1711.089.32-
YUV94.37121.02162.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=48.15%
G=24.24%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143728200.500.430.44351.5533.0242.16
Hex8F48520322B2C160212a
Octal21711012206253545404152
Binary10001111100100010100100110010101011101100101100000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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