#F7969C

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

Shades of Wewak #F7969C

Tints of Wewak #F7969C

Color information

#F7969C (or 0xF7969C) is unknown color: approx Wewak. HEX triplet: F7, 96 and 9C. RGB value is (247,150,156). Sum of RGB (Red+Green+Blue) = 247+150+156=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7969C is #086963. Grayscale: #B3B3B3. Windows color (decimal): -551268 or 10262263. OLE color: 10262263.

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

Color convert

RGB247150156-
CMYK00.390.370.03
HSL356.29º85.84%77.84%-
HSV(B)356.29º39.27%96.86%-
XYZ55.2643.9937.03-
YUV179.69114.64176.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.67%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=44.67%
G=27.12%
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.03
SystemRedGreenBlueCMYKHSL
Decimal24715015600.390.370.03356.2985.8477.84
HexF7969C027253164564e
Octal367226234047453544126116
Binary11110111100101101001110001001111001011110110010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7969C; }

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

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

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

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

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

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

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

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