#F49192

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

Shades of Wewak #F49192

Tints of Wewak #F49192

Color information

#F49192 (or 0xF49192) is unknown color: approx Wewak. HEX triplet: F4, 91 and 92. RGB value is (244,145,146). Sum of RGB (Red+Green+Blue) = 244+145+146=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F49192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49192 is #0B6E6D. Grayscale: #AEAEAE. Windows color (decimal): -749166 or 9605620. OLE color: 9605620.

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

Color convert

RGB244145146-
CMYK00.410.400.04
HSL359.39º81.82%76.27%-
HSV(B)359.39º40.57%95.69%-
XYZ52.6241.5632.44-
YUV174.72111.8177.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.61%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=45.61%
G=27.10%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414514600.410.400.04359.3981.8276.27
HexF49192029284167524c
Octal364221222051504547122114
Binary111101001001000110010010010100110100010010110011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49192; }

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

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

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

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

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

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

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

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