#F0878E

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

Shades of Wewak #F0878E

Tints of Wewak #F0878E

Color information

#F0878E (or 0xF0878E) is unknown color: approx Wewak. HEX triplet: F0, 87 and 8E. RGB value is (240,135,142). Sum of RGB (Red+Green+Blue) = 240+135+142=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0878E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0878E is #0F7871. Grayscale: #A7A7A7. Windows color (decimal): -1013874 or 9340912. OLE color: 9340912.

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

Color convert

RGB240135142-
CMYK00.440.410.06
HSL356º77.78%73.53%-
HSV(B)356º43.75%94.12%-
XYZ49.4837.8130.28-
YUV167.19113.79179.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.42%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=46.42%
G=26.11%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013514200.440.410.0635677.7873.53
HexF0878E02C2961644e4a
Octal360207216054516544116112
Binary111100001000011110001110010110010100111010110010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0878E; }

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

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

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

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

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

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

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

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