#F49A9F

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

Shades of Wewak #F49A9F

Tints of Wewak #F49A9F

Color information

#F49A9F (or 0xF49A9F) is unknown color: approx Wewak. HEX triplet: F4, 9A and 9F. RGB value is (244,154,159). Sum of RGB (Red+Green+Blue) = 244+154+159=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A9F is #0B6560. Grayscale: #B5B5B5. Windows color (decimal): -746849 or 10459892. OLE color: 10459892.

HSL color Cylindrical-coordinate representation of color #F49A9F: hue angle of 356.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49A9F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB244154159-
CMYK00.370.350.04
HSL356.67º80.36%78.04%-
HSV(B)356.67º36.89%95.69%-
XYZ55.1244.8538.55-
YUV181.48115.32172.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=43.81%
G=27.65%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415415900.370.350.04356.6780.3678.04
HexF49A9F025234165504e
Octal364232237045434545120116
Binary111101001001101010011111010010110001110010110010110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49A9F; }

 p { color: rgb(244,154,159); }

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

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

 a { background-color: rgb(244,154,159); }

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

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

 span { border-color: rgb(244,154,159); }

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