#F5959E

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

Shades of Wewak #F5959E

Tints of Wewak #F5959E

Color information

#F5959E (or 0xF5959E) is unknown color: approx Wewak. HEX triplet: F5, 95 and 9E. RGB value is (245,149,158). Sum of RGB (Red+Green+Blue) = 245+149+158=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5959E is #0A6A61. Grayscale: #B2B2B2. Windows color (decimal): -682594 or 10393077. OLE color: 10393077.

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

Color convert

RGB245149158-
CMYK00.390.360.04
HSL354.38º82.76%77.25%-
HSV(B)354.38º39.18%96.08%-
XYZ54.5843.3837.84-
YUV178.73116.3175.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=44.38%
G=26.99%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514915800.390.360.04354.3882.7677.25
HexF5959E027244162534d
Octal365225236047444542123115
Binary111101011001010110011110010011110010010010110001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5959E; }

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

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

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

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

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

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

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

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