#F0878B

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

Shades of Wewak #F0878B

Tints of Wewak #F0878B

Color information

#F0878B (or 0xF0878B) is unknown color: approx Wewak. HEX triplet: F0, 87 and 8B. RGB value is (240,135,139). Sum of RGB (Red+Green+Blue) = 240+135+139=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0878B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0878B is #0F7874. Grayscale: #A6A6A6. Windows color (decimal): -1013877 or 9144304. OLE color: 9144304.

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

Color convert

RGB240135139-
CMYK00.440.420.06
HSL357.71º77.78%73.53%-
HSV(B)357.71º43.75%94.12%-
XYZ49.2637.7229.11-
YUV166.85112.29180.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=46.69%
G=26.26%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013513900.440.420.06357.7177.7873.53
HexF0878B02C2A61664e4a
Octal360207213054526546116112
Binary111100001000011110001011010110010101011010110011010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0878B; }

 p { color: rgb(240,135,139); }

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

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

 a { background-color: rgb(240,135,139); }

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

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

 span { border-color: rgb(240,135,139); }

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