#F5959A

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

Shades of Wewak #F5959A

Tints of Wewak #F5959A

Color information

#F5959A (or 0xF5959A) is unknown color: approx Wewak. HEX triplet: F5, 95 and 9A. RGB value is (245,149,154). Sum of RGB (Red+Green+Blue) = 245+149+154=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5959A is #0A6A65. Grayscale: #B2B2B2. Windows color (decimal): -682598 or 10130933. OLE color: 10130933.

HSL color Cylindrical-coordinate representation of color #F5959A: hue angle of 356.88º 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 #F5959A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245149154-
CMYK00.390.370.04
HSL356.88º82.76%77.25%-
HSV(B)356.88º39.18%96.08%-
XYZ54.2443.2436.06-
YUV178.27114.3175.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=44.71%
G=27.19%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514915400.390.370.04356.8882.7677.25
HexF5959A027254165534d
Octal365225232047454545123115
Binary111101011001010110011010010011110010110010110010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5959A; }

 p { color: rgb(245,149,154); }

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

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

 a { background-color: rgb(245,149,154); }

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

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

 span { border-color: rgb(245,149,154); }

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