#F0878F

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

Shades of Wewak #F0878F

Tints of Wewak #F0878F

Color information

#F0878F (or 0xF0878F) is unknown color: approx Wewak. HEX triplet: F0, 87 and 8F. RGB value is (240,135,143). Sum of RGB (Red+Green+Blue) = 240+135+143=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0878F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0878F is #0F7870. Grayscale: #A7A7A7. Windows color (decimal): -1013873 or 9406448. OLE color: 9406448.

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

Color convert

RGB240135143-
CMYK00.440.400.06
HSL355.43º77.78%73.53%-
HSV(B)355.43º43.75%94.12%-
XYZ49.5637.8430.68-
YUV167.31114.29179.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=46.33%
G=26.06%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013514300.440.400.06355.4377.7873.53
HexF0878F02C2861634e4a
Octal360207217054506543116112
Binary111100001000011110001111010110010100011010110001110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0878F; }

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

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

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

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

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

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

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

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