#F19D9E

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

Shades of Wewak #F19D9E

Tints of Wewak #F19D9E

Color information

#F19D9E (or 0xF19D9E) is unknown color: approx Wewak. HEX triplet: F1, 9D and 9E. RGB value is (241,157,158). Sum of RGB (Red+Green+Blue) = 241+157+158=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19D9E is #0E6261. Grayscale: #B6B6B6. Windows color (decimal): -942690 or 10395121. OLE color: 10395121.

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

Color convert

RGB241157158-
CMYK00.350.340.05
HSL359.29º75%78.04%-
HSV(B)359.29º34.85%94.51%-
XYZ54.545.2838.22-
YUV182.23114.33169.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=43.35%
G=28.24%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115715800.350.340.05359.297578.04
HexF19D9E0232251674b4e
Octal361235236043425547113116
Binary111100011001110110011110010001110001010110110011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D9E; }

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

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

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

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

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

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

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

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