#984F50

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

Shades of Solid Pink #984F50

Tints of Solid Pink #984F50

Color information

#984F50 (or 0x984F50) is unknown color: approx Solid Pink. HEX triplet: 98, 4F and 50. RGB value is (152,79,80). Sum of RGB (Red+Green+Blue) = 152+79+80=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #984F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F50 is #67B0AF. Grayscale: #656565. Windows color (decimal): -6795440 or 5263256. OLE color: 5263256.

HSL color Cylindrical-coordinate representation of color #984F50: hue angle of 359.18º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F50 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1527980-
CMYK00.480.470.40
HSL359.18º31.6%45.29%-
HSV(B)359.18º48.03%59.61%-
XYZ17.1912.859.16-
YUV100.94116.18164.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=48.87%
G=25.40%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152798000.480.470.40359.1831.645.29
Hex984F500302F28167202d
Octal23011712006057505474055
Binary10011000100111110100000110000101111101000101100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984F50; }

 p { color: rgb(152,79,80); }

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

<style>
 a { background-color: #984F50; }

 a { background-color: rgb(152,79,80); }

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

<style>
 span { border-color: #984F50; }

 span { border-color: rgb(152,79,80); }

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