#F18A9E

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

Shades of Wewak #F18A9E

Tints of Wewak #F18A9E

Color information

#F18A9E (or 0xF18A9E) is unknown color: approx Wewak. HEX triplet: F1, 8A and 9E. RGB value is (241,138,158). Sum of RGB (Red+Green+Blue) = 241+138+158=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A9E is #0E7561. Grayscale: #ABABAB. Windows color (decimal): -947554 or 10390257. OLE color: 10390257.

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

Color convert

RGB241138158-
CMYK00.430.340.05
HSL348.35º78.63%74.31%-
HSV(B)348.35º42.74%94.51%-
XYZ51.5439.3537.23-
YUV171.08120.62177.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=44.88%
G=25.70%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113815800.430.340.05348.3578.6374.31
HexF18A9E02B22515c4f4a
Octal361212236053425534117112
Binary111100011000101010011110010101110001010110101110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A9E; }

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

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

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

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

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

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

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

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