#F59196

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

Shades of Wewak #F59196

Tints of Wewak #F59196

Color information

#F59196 (or 0xF59196) is unknown color: approx Wewak. HEX triplet: F5, 91 and 96. RGB value is (245,145,150). Sum of RGB (Red+Green+Blue) = 245+145+150=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F59196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59196 is #0A6E69. Grayscale: #AFAFAF. Windows color (decimal): -683626 or 9867765. OLE color: 9867765.

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

Color convert

RGB245145150-
CMYK00.410.390.04
HSL357º83.33%76.47%-
HSV(B)357º40.82%96.08%-
XYZ53.2941.8734.13-
YUV175.47113.63177.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.37%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=45.37%
G=26.85%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514515000.410.390.0435783.3376.47
HexF59196029274165534c
Octal365221226051474545123114
Binary111101011001000110010110010100110011110010110010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59196; }

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

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

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

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

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

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

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

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