#F09DA1

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

Shades of Wewak #F09DA1

Tints of Wewak #F09DA1

Color information

#F09DA1 (or 0xF09DA1) is unknown color: approx Wewak. HEX triplet: F0, 9D and A1. RGB value is (240,157,161). Sum of RGB (Red+Green+Blue) = 240+157+161=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09DA1 is #0F625E. Grayscale: #B6B6B6. Windows color (decimal): -1008223 or 10591728. OLE color: 10591728.

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

Color convert

RGB240157161-
CMYK00.350.330.06
HSL357.11º73.45%77.84%-
HSV(B)357.11º34.58%94.12%-
XYZ54.4345.2139.58-
YUV182.27116169.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=43.01%
G=28.14%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015716100.350.330.06357.1173.4577.84
HexF09DA1023216165494e
Octal360235241043416545111116
Binary111100001001110110100001010001110000111010110010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DA1; }

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

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

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

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

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

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

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

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