#F19BA0

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

Shades of Wewak #F19BA0

Tints of Wewak #F19BA0

Color information

#F19BA0 (or 0xF19BA0) is unknown color: approx Wewak. HEX triplet: F1, 9B and A0. RGB value is (241,155,160). Sum of RGB (Red+Green+Blue) = 241+155+160=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BA0 is #0E645F. Grayscale: #B5B5B5. Windows color (decimal): -943200 or 10525681. OLE color: 10525681.

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

Color convert

RGB241155160-
CMYK00.360.340.05
HSL356.51º75.44%77.65%-
HSV(B)356.51º35.68%94.51%-
XYZ54.3444.6839.02-
YUV181.28115.99170.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=43.35%
G=27.88%
B=28.78%

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
Decimal24115516000.360.340.05356.5175.4477.65
HexF19BA00242251654b4e
Octal361233240044425545113116
Binary111100011001101110100000010010010001010110110010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BA0; }

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

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

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

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

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

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

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

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