#F7969E

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

Shades of Wewak #F7969E

Tints of Wewak #F7969E

Color information

#F7969E (or 0xF7969E) is unknown color: approx Wewak. HEX triplet: F7, 96 and 9E. RGB value is (247,150,158). Sum of RGB (Red+Green+Blue) = 247+150+158=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7969E is #086961. Grayscale: #B3B3B3. Windows color (decimal): -551266 or 10393335. OLE color: 10393335.

HSL color Cylindrical-coordinate representation of color #F7969E: hue angle of 355.05º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7969E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247150158-
CMYK00.390.360.03
HSL355.05º85.84%77.84%-
HSV(B)355.05º39.27%96.86%-
XYZ55.4444.0637.93-
YUV179.92115.64175.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=44.50%
G=27.03%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715015800.390.360.03355.0585.8477.84
HexF7969E027243163564e
Octal367226236047443543126116
Binary11110111100101101001111001001111001001110110001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7969E; }

 p { color: rgb(247,150,158); }

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

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

 a { background-color: rgb(247,150,158); }

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

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

 span { border-color: rgb(247,150,158); }

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