#F4949A

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

Shades of Wewak #F4949A

Tints of Wewak #F4949A

Color information

#F4949A (or 0xF4949A) is unknown color: approx Wewak. HEX triplet: F4, 94 and 9A. RGB value is (244,148,154). Sum of RGB (Red+Green+Blue) = 244+148+154=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4949A is #0B6B65. Grayscale: #B1B1B1. Windows color (decimal): -748390 or 10130676. OLE color: 10130676.

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

Color convert

RGB244148154-
CMYK00.390.370.04
HSL356.25º81.36%76.86%-
HSV(B)356.25º39.34%95.69%-
XYZ53.7342.7535.99-
YUV177.39114.8175.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.69%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=44.69%
G=27.11%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414815400.390.370.04356.2581.3676.86
HexF4949A027254164514d
Octal364224232047454544121115
Binary111101001001010010011010010011110010110010110010010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4949A; }

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

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

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

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

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

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

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

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