#F19C9D

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

Shades of Wewak #F19C9D

Tints of Wewak #F19C9D

Color information

#F19C9D (or 0xF19C9D) is unknown color: approx Wewak. HEX triplet: F1, 9C and 9D. RGB value is (241,156,157). Sum of RGB (Red+Green+Blue) = 241+156+157=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C9D is #0E6362. Grayscale: #B5B5B5. Windows color (decimal): -942947 or 10329329. OLE color: 10329329.

HSL color Cylindrical-coordinate representation of color #F19C9D: 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 #F19C9D is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241156157-
CMYK00.350.350.05
HSL359.29º75.22%77.84%-
HSV(B)359.29º35.27%94.51%-
XYZ54.2544.9137.71-
YUV181.53114.16170.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=43.50%
G=28.16%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115615700.350.350.05359.2975.2277.84
HexF19C9D0232351674b4e
Octal361234235043435547113116
Binary111100011001110010011101010001110001110110110011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C9D; }

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

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

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

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

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

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

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

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