#944248

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

Shades of Solid Pink #944248

Tints of Solid Pink #944248

Color information

#944248 (or 0x944248) is unknown color: approx Solid Pink. HEX triplet: 94, 42 and 48. RGB value is (148,66,72). Sum of RGB (Red+Green+Blue) = 148+66+72=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #944248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944248 is #6BBDB7. Grayscale: #5B5B5B. Windows color (decimal): -7060920 or 4735636. OLE color: 4735636.

HSL color Cylindrical-coordinate representation of color #944248: hue angle of 355.61º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944248 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1486672-
CMYK00.550.510.42
HSL355.61º38.32%41.96%-
HSV(B)355.61º55.41%58.04%-
XYZ15.3310.667.38-
YUV91.2117.17168.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=51.75%
G=23.08%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148667200.550.510.42355.6138.3241.96
Hex944248037332A164262a
Octal22410211006763525444652
Binary10010100100001010010000110111110011101010101100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944248; }

 p { color: rgb(148,66,72); }

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

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

 a { background-color: rgb(148,66,72); }

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

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

 span { border-color: rgb(148,66,72); }

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