#94404A

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

Shades of Solid Pink #94404A

Tints of Solid Pink #94404A

Color information

#94404A (or 0x94404A) is unknown color: approx Solid Pink. HEX triplet: 94, 40 and 4A. RGB value is (148,64,74). Sum of RGB (Red+Green+Blue) = 148+64+74=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #94404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94404A is #6BBFB5. Grayscale: #5A5A5A. Windows color (decimal): -7061430 or 4866196. OLE color: 4866196.

HSL color Cylindrical-coordinate representation of color #94404A: hue angle of 352.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94404A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1486474-
CMYK00.570.500.42
HSL352.86º39.62%41.57%-
HSV(B)352.86º56.76%58.04%-
XYZ15.2810.467.69-
YUV90.26118.83169.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=51.75%
G=22.38%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148647400.570.500.42352.8639.6241.57
Hex94404A039322A161282a
Octal22410011207162525415052
Binary10010100100000010010100111001110010101010101100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94404A; }

 p { color: rgb(148,64,74); }

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

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

 a { background-color: rgb(148,64,74); }

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

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

 span { border-color: rgb(148,64,74); }

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