#F19196

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

Shades of Wewak #F19196

Tints of Wewak #F19196

Color information

#F19196 (or 0xF19196) is unknown color: approx Wewak. HEX triplet: F1, 91 and 96. RGB value is (241,145,150). Sum of RGB (Red+Green+Blue) = 241+145+150=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F19196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19196 is #0E6E69. Grayscale: #AEAEAE. Windows color (decimal): -945770 or 9867761. OLE color: 9867761.

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

Color convert

RGB241145150-
CMYK00.400.380.05
HSL356.88º77.42%75.69%-
HSV(B)356.88º39.83%94.51%-
XYZ51.9141.1534.06-
YUV174.27114.3175.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=44.96%
G=27.05%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114515000.400.380.05356.8877.4275.69
HexF191960282651654d4c
Octal361221226050465545115114
Binary111100011001000110010110010100010011010110110010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19196; }

 p { color: rgb(241,145,150); }

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

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

 a { background-color: rgb(241,145,150); }

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

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

 span { border-color: rgb(241,145,150); }

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