#F5969B

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

Shades of Wewak #F5969B

Tints of Wewak #F5969B

Color information

#F5969B (or 0xF5969B) is unknown color: approx Wewak. HEX triplet: F5, 96 and 9B. RGB value is (245,150,155). Sum of RGB (Red+Green+Blue) = 245+150+155=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5969B is #0A6964. Grayscale: #B3B3B3. Windows color (decimal): -682341 or 10196725. OLE color: 10196725.

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

Color convert

RGB245150155-
CMYK00.390.370.04
HSL356.84º82.61%77.45%-
HSV(B)356.84º38.78%96.08%-
XYZ54.4843.5936.55-
YUV178.98114.47175.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=44.55%
G=27.27%
B=28.18%

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
Decimal24515015500.390.370.04356.8482.6177.45
HexF5969B027254165534d
Octal365226233047454545123115
Binary111101011001011010011011010011110010110010110010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5969B; }

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

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

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

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

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

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

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

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