#F08588

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

Shades of Wewak #F08588

Tints of Wewak #F08588

Color information

#F08588 (or 0xF08588) is unknown color: approx Wewak. HEX triplet: F0, 85 and 88. RGB value is (240,133,136). Sum of RGB (Red+Green+Blue) = 240+133+136=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F08588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08588 is #0F7A77. Grayscale: #A5A5A5. Windows color (decimal): -1014392 or 8947184. OLE color: 8947184.

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

Color convert

RGB240133136-
CMYK00.450.430.06
HSL358.32º78.1%73.14%-
HSV(B)358.32º44.58%94.12%-
XYZ48.7737.0827.88-
YUV165.33111.45181.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=47.15%
G=26.13%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013313600.450.430.06358.3278.173.14
HexF0858802D2B61664e49
Octal360205210055536546116111
Binary111100001000010110001000010110110101111010110011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08588; }

 p { color: rgb(240,133,136); }

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

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

 a { background-color: rgb(240,133,136); }

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

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

 span { border-color: rgb(240,133,136); }

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