#F4959C

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

Shades of Wewak #F4959C

Tints of Wewak #F4959C

Color information

#F4959C (or 0xF4959C) is unknown color: approx Wewak. HEX triplet: F4, 95 and 9C. RGB value is (244,149,156). Sum of RGB (Red+Green+Blue) = 244+149+156=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F4959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4959C is #0B6A63. Grayscale: #B2B2B2. Windows color (decimal): -748132 or 10262004. OLE color: 10262004.

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

Color convert

RGB244149156-
CMYK00.390.360.04
HSL355.58º81.2%77.06%-
HSV(B)355.58º38.93%95.69%-
XYZ54.0643.1336.93-
YUV178.2115.47174.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.44%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=44.44%
G=27.14%
B=28.42%

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
Decimal24414915600.390.360.04355.5881.277.06
HexF4959C027244164514d
Octal364225234047444544121115
Binary111101001001010110011100010011110010010010110010010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4959C; }

 p { color: rgb(244,149,156); }

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

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

 a { background-color: rgb(244,149,156); }

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

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

 span { border-color: rgb(244,149,156); }

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