Shades of Wewak #F08B96
Tints of Wewak #F08B96
RGB
CMYK
RGB Variations
Color information
#F08B96 (or 0xF08B96) is known color: Wewak. HEX triplet: F0, 8B and 96. RGB value is (240,139,150). Sum of RGB (Red+Green+Blue) = 240+139+150=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B96 is #0F7469. Grayscale: #AAAAAA. Windows color (decimal): -1012842 or 9866224. OLE color: 9866224.
HSL color Cylindrical-coordinate representation of color #F08B96: hue angle of 353.47º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08B96 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 150 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.06 |
| HSL | 353.47º | 0.77% | 0.74% | - |
| HSV(B) | 353.47º | 0.42% | 0.94% | - |
| XYZ | 50.67 | 39.19 | 33.75 | - |
| YUV | 170.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 150 | 0 | 0.42 | 0.37 | 0.06 | 353.47 | 0.77 | 0.74 |
| Hex | F0 | 8B | 96 | 0 | 2A | 25 | 6 | 161 | 4D | 4A |
| Octal | 360 | 213 | 226 | 0 | 52 | 45 | 6 | 541 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10010110 | 0 | 101010 | 100101 | 110 | 101100001 | 1001101 | 1001010 |
Color Harmonies of #F08B96
Complementary color
Monochromatic Colors of #F08B96
Black with #F08B96
Text Example
Text Example
White with #F08B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B96; }
p { color: rgb(240,139,150); }
H1.HeaderClassName
{
color: #F08B96;
}
.AnyTagClassName
{
color: #F08B96;
}
</style>
background-color css
<style>
a { background-color: #F08B96; }
a { background-color: rgb(240,139,150); }
div.DivClassName
{
background-color: #F08B96;
}
.BgClassName
{
background-color: #F08B96;
}
</style>
border-color css
<style>
span { border-color: #F08B96; }
span { border-color: rgb(240,139,150); }
td.TdClassName
{
border-color: #F08B96;
}
.TagClassName
{
border-color: #F08B96;
}
</style>