#F5959F

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

Shades of Wewak #F5959F

Tints of Wewak #F5959F

Color information

#F5959F (or 0xF5959F) is unknown color: approx Wewak. HEX triplet: F5, 95 and 9F. RGB value is (245,149,159). Sum of RGB (Red+Green+Blue) = 245+149+159=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5959F is #0A6A60. Grayscale: #B2B2B2. Windows color (decimal): -682593 or 10458613. OLE color: 10458613.

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

Color convert

RGB245149159-
CMYK00.390.350.04
HSL353.75º82.76%77.25%-
HSV(B)353.75º39.18%96.08%-
XYZ54.6643.4138.3-
YUV178.84116.8175.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 159 (62.5% from 255) = 28.75%
R=44.30%
G=26.94%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514915900.390.350.04353.7582.7677.25
HexF5959F027234162534d
Octal365225237047434542123115
Binary111101011001010110011111010011110001110010110001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5959F; }

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

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

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

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

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

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

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

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