#F19BA2

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

Shades of Wewak #F19BA2

Tints of Wewak #F19BA2

Color information

#F19BA2 (or 0xF19BA2) is unknown color: approx Wewak. HEX triplet: F1, 9B and A2. RGB value is (241,155,162). Sum of RGB (Red+Green+Blue) = 241+155+162=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BA2 is #0E645D. Grayscale: #B5B5B5. Windows color (decimal): -943198 or 10656753. OLE color: 10656753.

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

Color convert

RGB241155162-
CMYK00.360.330.05
HSL355.12º75.44%77.65%-
HSV(B)355.12º35.68%94.51%-
XYZ54.5244.7539.95-
YUV181.51116.99170.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 162 (63.67% from 255) = 29.03%
R=43.19%
G=27.78%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115516200.360.330.05355.1275.4477.65
HexF19BA20242151634b4e
Octal361233242044415543113116
Binary111100011001101110100010010010010000110110110001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BA2; }

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

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

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

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

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

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

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

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