#F2979D

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

Shades of Wewak #F2979D

Tints of Wewak #F2979D

Color information

#F2979D (or 0xF2979D) is unknown color: approx Wewak. HEX triplet: F2, 97 and 9D. RGB value is (242,151,157). Sum of RGB (Red+Green+Blue) = 242+151+157=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2979D is #0D6862. Grayscale: #B2B2B2. Windows color (decimal): -878691 or 10328050. OLE color: 10328050.

HSL color Cylindrical-coordinate representation of color #F2979D: hue angle of 356.04º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2979D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB242151157-
CMYK00.380.350.05
HSL356.04º77.78%77.06%-
HSV(B)356.04º37.6%94.9%-
XYZ53.7743.4437.45-
YUV178.89115.65173.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=44%
G=27.45%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215115700.380.350.05356.0477.7877.06
HexF2979D0262351644e4d
Octal362227235046435544116115
Binary111100101001011110011101010011010001110110110010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2979D; }

 p { color: rgb(242,151,157); }

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

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

 a { background-color: rgb(242,151,157); }

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

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

 span { border-color: rgb(242,151,157); }

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