#994F50

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

Shades of Solid Pink #994F50

Tints of Solid Pink #994F50

Color information

#994F50 (or 0x994F50) is unknown color: approx Solid Pink. HEX triplet: 99, 4F and 50. RGB value is (153,79,80). Sum of RGB (Red+Green+Blue) = 153+79+80=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #994F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F50 is #66B0AF. Grayscale: #656565. Windows color (decimal): -6729904 or 5263257. OLE color: 5263257.

HSL color Cylindrical-coordinate representation of color #994F50: hue angle of 359.19º 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 #994F50 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1537980-
CMYK00.480.480.4
HSL359.19º31.9%45.49%-
HSV(B)359.19º48.37%60%-
XYZ17.3812.949.17-
YUV101.24116.02164.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=49.04%
G=25.32%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153798000.480.480.4359.1931.945.49
Hex994F500303028167202d
Octal23111712006060505474055
Binary10011001100111110100000110000110000101000101100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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