#F09EA2

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

Shades of Wewak #F09EA2

Tints of Wewak #F09EA2

Color information

#F09EA2 (or 0xF09EA2) is unknown color: approx Wewak. HEX triplet: F0, 9E and A2. RGB value is (240,158,162). Sum of RGB (Red+Green+Blue) = 240+158+162=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09EA2 is #0F615D. Grayscale: #B7B7B7. Windows color (decimal): -1007966 or 10657520. OLE color: 10657520.

HSL color Cylindrical-coordinate representation of color #F09EA2: hue angle of 357.07º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EA2 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240158162-
CMYK00.340.320.06
HSL357.07º73.21%78.04%-
HSV(B)357.07º34.17%94.12%-
XYZ54.6845.5940.1-
YUV182.97116.17168.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=42.86%
G=28.21%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015816200.340.320.06357.0773.2178.04
HexF09EA2022206165494e
Octal360236242042406545111116
Binary111100001001111010100010010001010000011010110010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09EA2; }

 p { color: rgb(240,158,162); }

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

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

 a { background-color: rgb(240,158,162); }

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

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

 span { border-color: rgb(240,158,162); }

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