Shades of Wewak #F08E99
Tints of Wewak #F08E99
RGB
CMYK
RGB Variations
Color information
#F08E99 (or 0xF08E99) is known color: Wewak. HEX triplet: F0, 8E and 99. RGB value is (240,142,153). Sum of RGB (Red+Green+Blue) = 240+142+153=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08E99 is #0F7166. Grayscale: #ACACAC. Windows color (decimal): -1012071 or 10063600. OLE color: 10063600.
HSL color Cylindrical-coordinate representation of color #F08E99: hue angle of 353.27º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08E99 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 153 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.06 |
| HSL | 353.27º | 0.77% | 0.75% | - |
| HSV(B) | 353.27º | 0.41% | 0.94% | - |
| XYZ | 51.36 | 40.17 | 35.18 | - |
| YUV | 172.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 153 | 0 | 0.41 | 0.36 | 0.06 | 353.27 | 0.77 | 0.75 |
| Hex | F0 | 8E | 99 | 0 | 29 | 24 | 6 | 161 | 4D | 4B |
| Octal | 360 | 216 | 231 | 0 | 51 | 44 | 6 | 541 | 115 | 113 |
| Binary | 11110000 | 10001110 | 10011001 | 0 | 101001 | 100100 | 110 | 101100001 | 1001101 | 1001011 |
Color Harmonies of #F08E99
Complementary color
Monochromatic Colors of #F08E99
Black with #F08E99
Text Example
Text Example
White with #F08E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E99; }
p { color: rgb(240,142,153); }
H1.HeaderClassName
{
color: #F08E99;
}
.AnyTagClassName
{
color: #F08E99;
}
</style>
background-color css
<style>
a { background-color: #F08E99; }
a { background-color: rgb(240,142,153); }
div.DivClassName
{
background-color: #F08E99;
}
.BgClassName
{
background-color: #F08E99;
}
</style>
border-color css
<style>
span { border-color: #F08E99; }
span { border-color: rgb(240,142,153); }
td.TdClassName
{
border-color: #F08E99;
}
.TagClassName
{
border-color: #F08E99;
}
</style>