#F0888C

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

Shades of Wewak #F0888C

Tints of Wewak #F0888C

Color information

#F0888C (or 0xF0888C) is unknown color: approx Wewak. HEX triplet: F0, 88 and 8C. RGB value is (240,136,140). Sum of RGB (Red+Green+Blue) = 240+136+140=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0888C is #0F7773. Grayscale: #A7A7A7. Windows color (decimal): -1013620 or 9210096. OLE color: 9210096.

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

Color convert

RGB240136140-
CMYK00.430.420.06
HSL357.69º77.61%73.73%-
HSV(B)357.69º43.33%94.12%-
XYZ49.4738.0329.54-
YUV167.55112.46179.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=46.51%
G=26.36%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013614000.430.420.06357.6977.6173.73
HexF0888C02B2A61664e4a
Octal360210214053526546116112
Binary111100001000100010001100010101110101011010110011010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0888C; }

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

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

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

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

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

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

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

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