#F18C9E

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

Shades of Wewak #F18C9E

Tints of Wewak #F18C9E

Color information

#F18C9E (or 0xF18C9E) is unknown color: approx Wewak. HEX triplet: F1, 8C and 9E. RGB value is (241,140,158). Sum of RGB (Red+Green+Blue) = 241+140+158=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C9E is #0E7361. Grayscale: #ACACAC. Windows color (decimal): -947042 or 10390769. OLE color: 10390769.

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

Color convert

RGB241140158-
CMYK00.420.340.05
HSL349.31º78.29%74.71%-
HSV(B)349.31º41.91%94.51%-
XYZ51.8339.9337.32-
YUV172.25119.96177.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=44.71%
G=25.97%
B=29.31%

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
Decimal24114015800.420.340.05349.3178.2974.71
HexF18C9E02A22515d4e4b
Octal361214236052425535116113
Binary111100011000110010011110010101010001010110101110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C9E; }

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

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

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

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

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

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

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

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