#F19195

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

Shades of Wewak #F19195

Tints of Wewak #F19195

Color information

#F19195 (or 0xF19195) is unknown color: approx Wewak. HEX triplet: F1, 91 and 95. RGB value is (241,145,149). Sum of RGB (Red+Green+Blue) = 241+145+149=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F19195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19195 is #0E6E6A. Grayscale: #AEAEAE. Windows color (decimal): -945771 or 9802225. OLE color: 9802225.

HSL color Cylindrical-coordinate representation of color #F19195: hue angle of 357.5º 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 #F19195 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241145149-
CMYK00.400.380.05
HSL357.5º77.42%75.69%-
HSV(B)357.5º39.83%94.51%-
XYZ51.8341.1233.64-
YUV174.16113.8175.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=45.05%
G=27.10%
B=27.85%

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
Decimal24114514900.400.380.05357.577.4275.69
HexF191950282651664d4c
Octal361221225050465546115114
Binary111100011001000110010101010100010011010110110011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19195; }

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

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

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

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

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

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

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

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