#F2989D

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

Shades of Wewak #F2989D

Tints of Wewak #F2989D

Color information

#F2989D (or 0xF2989D) is unknown color: approx Wewak. HEX triplet: F2, 98 and 9D. RGB value is (242,152,157). Sum of RGB (Red+Green+Blue) = 242+152+157=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2989D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2989D is #0D6762. Grayscale: #B3B3B3. Windows color (decimal): -878435 or 10328306. OLE color: 10328306.

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

Color convert

RGB242152157-
CMYK00.370.350.05
HSL356.67º77.59%77.25%-
HSV(B)356.67º37.19%94.9%-
XYZ53.9343.7737.5-
YUV179.48115.32172.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.92%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=43.92%
G=27.59%
B=28.49%

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
Decimal24215215700.370.350.05356.6777.5977.25
HexF2989D0252351654e4d
Octal362230235045435545116115
Binary111100101001100010011101010010110001110110110010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2989D; }

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

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

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

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

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

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

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

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