#F49297

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

Shades of Wewak #F49297

Tints of Wewak #F49297

Color information

#F49297 (or 0xF49297) is unknown color: approx Wewak. HEX triplet: F4, 92 and 97. RGB value is (244,146,151). Sum of RGB (Red+Green+Blue) = 244+146+151=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F49297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49297 is #0B6D68. Grayscale: #AFAFAF. Windows color (decimal): -748905 or 9933556. OLE color: 9933556.

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

Color convert

RGB244146151-
CMYK00.400.380.04
HSL356.94º81.67%76.47%-
HSV(B)356.94º40.16%95.69%-
XYZ53.1742.0334.59-
YUV175.87113.97176.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=45.10%
G=26.99%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414615100.400.380.04356.9481.6776.47
HexF49297028264165524c
Octal364222227050464545122114
Binary111101001001001010010111010100010011010010110010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49297; }

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

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

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

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

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

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

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

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