#F596A1

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

Shades of Wewak #F596A1

Tints of Wewak #F596A1

Color information

#F596A1 (or 0xF596A1) is unknown color: approx Wewak. HEX triplet: F5, 96 and A1. RGB value is (245,150,161). Sum of RGB (Red+Green+Blue) = 245+150+161=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F596A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F596A1 is #0A695E. Grayscale: #B3B3B3. Windows color (decimal): -682335 or 10589941. OLE color: 10589941.

HSL color Cylindrical-coordinate representation of color #F596A1: hue angle of 353.05º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596A1 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB245150161-
CMYK00.390.340.04
HSL353.05º82.61%77.45%-
HSV(B)353.05º38.78%96.08%-
XYZ5543.839.27-
YUV179.66117.47174.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=44.06%
G=26.98%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515016100.390.340.04353.0582.6177.45
HexF596A1027224161534d
Octal365226241047424541123115
Binary111101011001011010100001010011110001010010110000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F596A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F596A1; }

 p { color: rgb(245,150,161); }

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

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

 a { background-color: rgb(245,150,161); }

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

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

 span { border-color: rgb(245,150,161); }

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