#F19B9E

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

Shades of Wewak #F19B9E

Tints of Wewak #F19B9E

Color information

#F19B9E (or 0xF19B9E) is unknown color: approx Wewak. HEX triplet: F1, 9B and 9E. RGB value is (241,155,158). Sum of RGB (Red+Green+Blue) = 241+155+158=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B9E is #0E6461. Grayscale: #B5B5B5. Windows color (decimal): -943202 or 10394609. OLE color: 10394609.

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

Color convert

RGB241155158-
CMYK00.360.340.05
HSL357.91º75.44%77.65%-
HSV(B)357.91º35.68%94.51%-
XYZ54.1744.6138.1-
YUV181.06114.99170.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 158 (62.11% from 255) = 28.52%
R=43.50%
G=27.98%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115515800.360.340.05357.9175.4477.65
HexF19B9E0242251664b4e
Octal361233236044425546113116
Binary111100011001101110011110010010010001010110110011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B9E; }

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

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

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

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

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

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

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

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