#F4949F

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

Shades of Wewak #F4949F

Tints of Wewak #F4949F

Color information

#F4949F (or 0xF4949F) is unknown color: approx Wewak. HEX triplet: F4, 94 and 9F. RGB value is (244,148,159). Sum of RGB (Red+Green+Blue) = 244+148+159=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4949F is #0B6B60. Grayscale: #B2B2B2. Windows color (decimal): -748385 or 10458356. OLE color: 10458356.

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

Color convert

RGB244148159-
CMYK00.390.350.04
HSL353.12º81.36%76.86%-
HSV(B)353.12º39.34%95.69%-
XYZ54.1642.9238.23-
YUV177.96117.3175.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.28%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=44.28%
G=26.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414815900.390.350.04353.1281.3676.86
HexF4949F027234161514d
Octal364224237047434541121115
Binary111101001001010010011111010011110001110010110000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4949F; }

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

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

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

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

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

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

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

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