#994F52

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

Shades of Solid Pink #994F52

Tints of Solid Pink #994F52

Color information

#994F52 (or 0x994F52) is unknown color: approx Solid Pink. HEX triplet: 99, 4F and 52. RGB value is (153,79,82). Sum of RGB (Red+Green+Blue) = 153+79+82=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #994F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F52 is #66B0AD. Grayscale: #656565. Windows color (decimal): -6729902 or 5394329. OLE color: 5394329.

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

Color convert

RGB1537982-
CMYK00.480.460.4
HSL357.57º31.9%45.49%-
HSV(B)357.57º48.37%60%-
XYZ17.4612.979.57-
YUV101.47117.02164.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=48.73%
G=25.16%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153798200.480.460.4357.5731.945.49
Hex994F520302E28166202d
Octal23111712206056505464055
Binary10011001100111110100100110000101110101000101100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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