#F2989E

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

Shades of Wewak #F2989E

Tints of Wewak #F2989E

Color information

#F2989E (or 0xF2989E) is unknown color: approx Wewak. HEX triplet: F2, 98 and 9E. RGB value is (242,152,158). Sum of RGB (Red+Green+Blue) = 242+152+158=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2989E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2989E is #0D6761. Grayscale: #B3B3B3. Windows color (decimal): -878434 or 10393842. OLE color: 10393842.

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

Color convert

RGB242152158-
CMYK00.370.350.05
HSL356º77.59%77.25%-
HSV(B)356º37.19%94.9%-
XYZ54.0243.837.96-
YUV179.59115.82172.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=43.84%
G=27.54%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215215800.370.350.0535677.5977.25
HexF2989E0252351644e4d
Octal362230236045435544116115
Binary111100101001100010011110010010110001110110110010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2989E; }

 p { color: rgb(242,152,158); }

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

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

 a { background-color: rgb(242,152,158); }

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

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

 span { border-color: rgb(242,152,158); }

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