#F18E9A

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

Shades of Wewak #F18E9A

Tints of Wewak #F18E9A

Color information

#F18E9A (or 0xF18E9A) is unknown color: approx Wewak. HEX triplet: F1, 8E and 9A. RGB value is (241,142,154). Sum of RGB (Red+Green+Blue) = 241+142+154=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18E9A is #0E7165. Grayscale: #ADADAD. Windows color (decimal): -946534 or 10129137. OLE color: 10129137.

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

Color convert

RGB241142154-
CMYK00.410.360.05
HSL352.73º77.95%75.1%-
HSV(B)352.73º41.08%94.51%-
XYZ51.7840.3835.64-
YUV172.97117.3176.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=44.88%
G=26.44%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114215400.410.360.05352.7377.9575.1
HexF18E9A0292451614e4b
Octal361216232051445541116113
Binary111100011000111010011010010100110010010110110000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E9A; }

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

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

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

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

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

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

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

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