Shades of Wewak #F19BA0
Tints of Wewak #F19BA0
RGB
CMYK
RGB Variations
Color information
#F19BA0 (or 0xF19BA0) is known color: 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
| RGB | 241 | 155 | 160 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.05 |
| HSL | 356.51º | 0.75% | 0.78% | - |
| HSV(B) | 356.51º | 0.36% | 0.95% | - |
| XYZ | 54.34 | 44.68 | 39.02 | - |
| YUV | 181.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 160 | 0 | 0.36 | 0.34 | 0.05 | 356.51 | 0.75 | 0.78 |
| Hex | F1 | 9B | A0 | 0 | 24 | 22 | 5 | 165 | 4B | 4E |
| Octal | 361 | 233 | 240 | 0 | 44 | 42 | 5 | 545 | 113 | 116 |
| Binary | 11110001 | 10011011 | 10100000 | 0 | 100100 | 100010 | 101 | 101100101 | 1001011 | 1001110 |
Color Harmonies of #F19BA0
Complementary color
Monochromatic Colors of #F19BA0
Black with #F19BA0
Text Example
Text Example
White with #F19BA0
Text Example
Text Example
HTML Codes & Css Web 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>