#F19A9D

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

Shades of Wewak #F19A9D

Tints of Wewak #F19A9D

Color information

#F19A9D (or 0xF19A9D) is unknown color: approx Wewak. HEX triplet: F1, 9A and 9D. RGB value is (241,154,157). Sum of RGB (Red+Green+Blue) = 241+154+157=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A9D is #0E6562. Grayscale: #B4B4B4. Windows color (decimal): -943459 or 10328817. OLE color: 10328817.

HSL color Cylindrical-coordinate representation of color #F19A9D: hue angle of 357.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19A9D is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241154157-
CMYK00.360.350.05
HSL357.93º75.65%77.45%-
HSV(B)357.93º36.1%94.51%-
XYZ53.9244.2537.6-
YUV180.36114.82171.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=43.66%
G=27.90%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115415700.360.350.05357.9375.6577.45
HexF19A9D0242351664c4d
Octal361232235044435546114115
Binary111100011001101010011101010010010001110110110011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A9D; }

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

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

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

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

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

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

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

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