#F09EA0

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

Shades of Wewak #F09EA0

Tints of Wewak #F09EA0

Color information

#F09EA0 (or 0xF09EA0) is unknown color: approx Wewak. HEX triplet: F0, 9E and A0. RGB value is (240,158,160). Sum of RGB (Red+Green+Blue) = 240+158+160=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09EA0 is #0F615F. Grayscale: #B6B6B6. Windows color (decimal): -1007968 or 10526448. OLE color: 10526448.

HSL color Cylindrical-coordinate representation of color #F09EA0: hue angle of 358.54º 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 #F09EA0 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240158160-
CMYK00.340.330.06
HSL358.54º73.21%78.04%-
HSV(B)358.54º34.17%94.12%-
XYZ54.5145.5239.17-
YUV182.75115.17168.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=43.01%
G=28.32%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015816000.340.330.06358.5473.2178.04
HexF09EA0022216167494e
Octal360236240042416547111116
Binary111100001001111010100000010001010000111010110011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09EA0; }

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

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

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

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

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

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

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

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