#F09DA5

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

Shades of Wewak #F09DA5

Tints of Wewak #F09DA5

Color information

#F09DA5 (or 0xF09DA5) is unknown color: approx Wewak. HEX triplet: F0, 9D and A5. RGB value is (240,157,165). Sum of RGB (Red+Green+Blue) = 240+157+165=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09DA5 is #0F625A. Grayscale: #B6B6B6. Windows color (decimal): -1008219 or 10853872. OLE color: 10853872.

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

Color convert

RGB240157165-
CMYK00.350.310.06
HSL354.22º73.45%77.84%-
HSV(B)354.22º34.58%94.12%-
XYZ54.7845.3641.46-
YUV182.73118168.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 165 (64.84% from 255) = 29.36%
R=42.70%
G=27.94%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015716500.350.310.06354.2273.4577.84
HexF09DA50231F6162494e
Octal360235245043376542111116
Binary11110000100111011010010101000111111111010110001010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DA5; }

 p { color: rgb(240,157,165); }

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

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

 a { background-color: rgb(240,157,165); }

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

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

 span { border-color: rgb(240,157,165); }

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