#F18E95

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

Shades of Wewak #F18E95

Tints of Wewak #F18E95

Color information

#F18E95 (or 0xF18E95) is unknown color: approx Wewak. HEX triplet: F1, 8E and 95. RGB value is (241,142,149). Sum of RGB (Red+Green+Blue) = 241+142+149=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18E95 is #0E716A. Grayscale: #ACACAC. Windows color (decimal): -946539 or 9801457. OLE color: 9801457.

HSL color Cylindrical-coordinate representation of color #F18E95: hue angle of 355.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18E95 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241142149-
CMYK00.410.380.05
HSL355.76º77.95%75.1%-
HSV(B)355.76º41.08%94.51%-
XYZ51.3740.2233.49-
YUV172.4114.8176.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=45.30%
G=26.69%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114214900.410.380.05355.7677.9575.1
HexF18E950292651644e4b
Octal361216225051465544116113
Binary111100011000111010010101010100110011010110110010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E95; }

 p { color: rgb(241,142,149); }

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

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

 a { background-color: rgb(241,142,149); }

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

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

 span { border-color: rgb(241,142,149); }

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