#994246

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

Shades of Solid Pink #994246

Tints of Solid Pink #994246

Color information

#994246 (or 0x994246) is unknown color: approx Solid Pink. HEX triplet: 99, 42 and 46. RGB value is (153,66,70). Sum of RGB (Red+Green+Blue) = 153+66+70=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994246 is #66BDB9. Grayscale: #5C5C5C. Windows color (decimal): -6733242 or 4604569. OLE color: 4604569.

HSL color Cylindrical-coordinate representation of color #994246: hue angle of 357.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994246 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1536670-
CMYK00.570.540.4
HSL357.24º39.73%42.94%-
HSV(B)357.24º56.86%60%-
XYZ16.1911.117.09-
YUV92.47115.32171.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=52.94%
G=22.84%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153667000.570.540.4357.2439.7342.94
Hex9942460393628165282b
Octal23110210607166505455053
Binary10011001100001010001100111001110110101000101100101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994246; }

 p { color: rgb(153,66,70); }

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

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

 a { background-color: rgb(153,66,70); }

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

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

 span { border-color: rgb(153,66,70); }

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