#F49299

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

Shades of Wewak #F49299

Tints of Wewak #F49299

Color information

#F49299 (or 0xF49299) is unknown color: approx Wewak. HEX triplet: F4, 92 and 99. RGB value is (244,146,153). Sum of RGB (Red+Green+Blue) = 244+146+153=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F49299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49299 is #0B6D66. Grayscale: #B0B0B0. Windows color (decimal): -748903 or 10064628. OLE color: 10064628.

HSL color Cylindrical-coordinate representation of color #F49299: hue angle of 355.71º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F49299 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB244146153-
CMYK00.400.370.04
HSL355.71º81.67%76.47%-
HSV(B)355.71º40.16%95.69%-
XYZ53.3442.0935.45-
YUV176.1114.97176.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.94%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=44.94%
G=26.89%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414615300.400.370.04355.7181.6776.47
HexF49299028254164524c
Octal364222231050454544122114
Binary111101001001001010011001010100010010110010110010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49299; }

 p { color: rgb(244,146,153); }

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

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

 a { background-color: rgb(244,146,153); }

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

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

 span { border-color: rgb(244,146,153); }

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