Shades of Wewak #F08B90
Tints of Wewak #F08B90
RGB
CMYK
RGB Variations
Color information
#F08B90 (or 0xF08B90) is known color: Wewak. HEX triplet: F0, 8B and 90. RGB value is (240,139,144). Sum of RGB (Red+Green+Blue) = 240+139+144=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B90 is #0F746F. Grayscale: #A9A9A9. Windows color (decimal): -1012848 or 9473008. OLE color: 9473008.
HSL color Cylindrical-coordinate representation of color #F08B90: hue angle of 357.03º 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 #F08B90 is Cyan = 0, Magento = 0.42, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 144 | - |
| CMYK | 0 | 0.42 | 0.4 | 0.06 |
| HSL | 357.03º | 0.77% | 0.74% | - |
| HSV(B) | 357.03º | 0.42% | 0.94% | - |
| XYZ | 50.2 | 39 | 31.27 | - |
| YUV | 169.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 144 | 0 | 0.42 | 0.4 | 0.06 | 357.03 | 0.77 | 0.74 |
| Hex | F0 | 8B | 90 | 0 | 2A | 28 | 6 | 165 | 4D | 4A |
| Octal | 360 | 213 | 220 | 0 | 52 | 50 | 6 | 545 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10010000 | 0 | 101010 | 101000 | 110 | 101100101 | 1001101 | 1001010 |
Color Harmonies of #F08B90
Complementary color
Monochromatic Colors of #F08B90
Black with #F08B90
Text Example
Text Example
White with #F08B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B90; }
p { color: rgb(240,139,144); }
H1.HeaderClassName
{
color: #F08B90;
}
.AnyTagClassName
{
color: #F08B90;
}
</style>
background-color css
<style>
a { background-color: #F08B90; }
a { background-color: rgb(240,139,144); }
div.DivClassName
{
background-color: #F08B90;
}
.BgClassName
{
background-color: #F08B90;
}
</style>
border-color css
<style>
span { border-color: #F08B90; }
span { border-color: rgb(240,139,144); }
td.TdClassName
{
border-color: #F08B90;
}
.TagClassName
{
border-color: #F08B90;
}
</style>