#F18C9F

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

Shades of Wewak #F18C9F

Tints of Wewak #F18C9F

Color information

#F18C9F (or 0xF18C9F) is unknown color: approx Wewak. HEX triplet: F1, 8C and 9F. RGB value is (241,140,159). Sum of RGB (Red+Green+Blue) = 241+140+159=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C9F is #0E7360. Grayscale: #ACACAC. Windows color (decimal): -947041 or 10456305. OLE color: 10456305.

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

Color convert

RGB241140159-
CMYK00.420.340.05
HSL348.71º78.29%74.71%-
HSV(B)348.71º41.91%94.51%-
XYZ51.9139.9637.78-
YUV172.36120.46176.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=44.63%
G=25.93%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114015900.420.340.05348.7178.2974.71
HexF18C9F02A22515d4e4b
Octal361214237052425535116113
Binary111100011000110010011111010101010001010110101110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C9F; }

 p { color: rgb(241,140,159); }

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

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

 a { background-color: rgb(241,140,159); }

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

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

 span { border-color: rgb(241,140,159); }

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