#F18D9A

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

Shades of Wewak #F18D9A

Tints of Wewak #F18D9A

Color information

#F18D9A (or 0xF18D9A) is unknown color: approx Wewak. HEX triplet: F1, 8D and 9A. RGB value is (241,141,154). Sum of RGB (Red+Green+Blue) = 241+141+154=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18D9A is #0E7265. Grayscale: #ACACAC. Windows color (decimal): -946790 or 10128881. OLE color: 10128881.

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

Color convert

RGB241141154-
CMYK00.410.360.05
HSL352.2º78.12%74.9%-
HSV(B)352.2º41.49%94.51%-
XYZ51.6340.0835.59-
YUV172.38117.63176.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=44.96%
G=26.31%
B=28.73%

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
Decimal24114115400.410.360.05352.278.1274.9
HexF18D9A0292451604e4b
Octal361215232051445540116113
Binary111100011000110110011010010100110010010110110000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18D9A; }

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

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

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

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

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

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

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

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