#F49FA7

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

Shades of Wewak #F49FA7

Tints of Wewak #F49FA7

Color information

#F49FA7 (or 0xF49FA7) is unknown color: approx Wewak. HEX triplet: F4, 9F and A7. RGB value is (244,159,167). Sum of RGB (Red+Green+Blue) = 244+159+167=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49FA7 is #0B6058. Grayscale: #B9B9B9. Windows color (decimal): -745561 or 10985460. OLE color: 10985460.

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

Color convert

RGB244159167-
CMYK00.350.320.04
HSL354.35º79.44%79.02%-
HSV(B)354.35º34.84%95.69%-
XYZ56.6846.8242.61-
YUV185.33117.66169.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.81%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=42.81%
G=27.89%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415916700.350.320.04354.3579.4479.02
HexF49FA70232041624f4f
Octal364237247043404542117117
Binary111101001001111110100111010001110000010010110001010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49FA7; }

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

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

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

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

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

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

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

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