#F08DA0

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

Shades of Wewak #F08DA0

Tints of Wewak #F08DA0

Color information

#F08DA0 (or 0xF08DA0) is unknown color: approx Wewak. HEX triplet: F0, 8D and A0. RGB value is (240,141,160). Sum of RGB (Red+Green+Blue) = 240+141+160=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DA0 is #0F725F. Grayscale: #ACACAC. Windows color (decimal): -1012320 or 10522096. OLE color: 10522096.

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

Color convert

RGB240141160-
CMYK00.410.330.06
HSL348.48º76.74%74.71%-
HSV(B)348.48º41.25%94.12%-
XYZ51.8140.1138.27-
YUV172.77120.8175.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.36%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=44.36%
G=26.06%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014116000.410.330.06348.4876.7474.71
HexF08DA002921615c4d4b
Octal360215240051416534115113
Binary111100001000110110100000010100110000111010101110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DA0; }

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

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

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

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

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

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

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

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