#F7949C

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

Shades of Wewak #F7949C

Tints of Wewak #F7949C

Color information

#F7949C (or 0xF7949C) is unknown color: approx Wewak. HEX triplet: F7, 94 and 9C. RGB value is (247,148,156). Sum of RGB (Red+Green+Blue) = 247+148+156=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F7949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7949C is #086B63. Grayscale: #B2B2B2. Windows color (decimal): -551780 or 10261751. OLE color: 10261751.

HSL color Cylindrical-coordinate representation of color #F7949C: hue angle of 355.15º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7949C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB247148156-
CMYK00.400.370.03
HSL355.15º86.09%77.45%-
HSV(B)355.15º40.08%96.86%-
XYZ54.9543.3536.92-
YUV178.51115.3176.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.83%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=44.83%
G=26.86%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714815600.400.370.03355.1586.0977.45
HexF7949C028253163564d
Octal367224234050453543126115
Binary11110111100101001001110001010001001011110110001110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7949C; }

 p { color: rgb(247,148,156); }

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

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

 a { background-color: rgb(247,148,156); }

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

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

 span { border-color: rgb(247,148,156); }

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