#F18D8E

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

Shades of Wewak #F18D8E

Tints of Wewak #F18D8E

Color information

#F18D8E (or 0xF18D8E) is unknown color: approx Wewak. HEX triplet: F1, 8D and 8E. RGB value is (241,141,142). Sum of RGB (Red+Green+Blue) = 241+141+142=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18D8E is #0E7271. Grayscale: #ABABAB. Windows color (decimal): -946802 or 9342449. OLE color: 9342449.

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

Color convert

RGB241141142-
CMYK00.410.410.05
HSL359.4º78.12%74.9%-
HSV(B)359.4º41.49%94.51%-
XYZ50.6839.730.58-
YUV171.01111.63177.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=45.99%
G=26.91%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114114200.410.410.05359.478.1274.9
HexF18D8E0292951674e4b
Octal361215216051515547116113
Binary111100011000110110001110010100110100110110110011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18D8E; }

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

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

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

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

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

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

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

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