#F49193

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

Shades of Wewak #F49193

Tints of Wewak #F49193

Color information

#F49193 (or 0xF49193) is unknown color: approx Wewak. HEX triplet: F4, 91 and 93. RGB value is (244,145,147). Sum of RGB (Red+Green+Blue) = 244+145+147=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F49193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49193 is #0B6E6C. Grayscale: #AEAEAE. Windows color (decimal): -749165 or 9671156. OLE color: 9671156.

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

Color convert

RGB244145147-
CMYK00.410.400.04
HSL358.79º81.82%76.27%-
HSV(B)358.79º40.57%95.69%-
XYZ52.741.5932.85-
YUV174.83112.3177.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.52%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=45.52%
G=27.05%
B=27.43%

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
Decimal24414514700.410.400.04358.7981.8276.27
HexF49193029284167524c
Octal364221223051504547122114
Binary111101001001000110010011010100110100010010110011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49193; }

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

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

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

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

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

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

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

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