#964248

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

Shades of Solid Pink #964248

Tints of Solid Pink #964248

Color information

#964248 (or 0x964248) is unknown color: approx Solid Pink. HEX triplet: 96, 42 and 48. RGB value is (150,66,72). Sum of RGB (Red+Green+Blue) = 150+66+72=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964248 is #69BDB7. Grayscale: #5B5B5B. Windows color (decimal): -6929848 or 4735638. OLE color: 4735638.

HSL color Cylindrical-coordinate representation of color #964248: hue angle of 355.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964248 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1506672-
CMYK00.560.520.41
HSL355.71º38.89%42.35%-
HSV(B)355.71º56%58.82%-
XYZ15.710.857.4-
YUV91.8116.83169.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 72 (28.52% from 255) = 25%
R=52.08%
G=22.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150667200.560.520.41355.7138.8942.35
Hex9642480383429164272a
Octal22610211007064515444752
Binary10010110100001010010000111000110100101001101100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964248; }

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

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

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

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

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

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

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

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