#F09BA4

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

Shades of Wewak #F09BA4

Tints of Wewak #F09BA4

Color information

#F09BA4 (or 0xF09BA4) is unknown color: approx Wewak. HEX triplet: F0, 9B and A4. RGB value is (240,155,164). Sum of RGB (Red+Green+Blue) = 240+155+164=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BA4 is #0F645B. Grayscale: #B5B5B5. Windows color (decimal): -1008732 or 10787824. OLE color: 10787824.

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

Color convert

RGB240155164-
CMYK00.350.320.06
HSL353.65º73.91%77.45%-
HSV(B)353.65º35.42%94.12%-
XYZ54.3644.6540.87-
YUV181.44118.16169.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=42.93%
G=27.73%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015516400.350.320.06353.6573.9177.45
HexF09BA40232061624a4d
Octal360233244043406542112115
Binary111100001001101110100100010001110000011010110001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BA4; }

 p { color: rgb(240,155,164); }

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

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

 a { background-color: rgb(240,155,164); }

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

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

 span { border-color: rgb(240,155,164); }

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