#F49195

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

Shades of Wewak #F49195

Tints of Wewak #F49195

Color information

#F49195 (or 0xF49195) is unknown color: approx Wewak. HEX triplet: F4, 91 and 95. RGB value is (244,145,149). Sum of RGB (Red+Green+Blue) = 244+145+149=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F49195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49195 is #0B6E6A. Grayscale: #AFAFAF. Windows color (decimal): -749163 or 9802228. OLE color: 9802228.

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

Color convert

RGB244145149-
CMYK00.410.390.04
HSL357.58º81.82%76.27%-
HSV(B)357.58º40.57%95.69%-
XYZ52.8641.6533.69-
YUV175.06113.3177.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.35%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=45.35%
G=26.95%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414514900.410.390.04357.5881.8276.27
HexF49195029274166524c
Octal364221225051474546122114
Binary111101001001000110010101010100110011110010110011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49195; }

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

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

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

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

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

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

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

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