Shades of Wewak #F08997
Tints of Wewak #F08997
RGB
CMYK
RGB Variations
Color information
#F08997 (or 0xF08997) is known color: Wewak. HEX triplet: F0, 89 and 97. RGB value is (240,137,151). Sum of RGB (Red+Green+Blue) = 240+137+151=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F08997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08997 is #0F7668. Grayscale: #A9A9A9. Windows color (decimal): -1013353 or 9931248. OLE color: 9931248.
HSL color Cylindrical-coordinate representation of color #F08997: hue angle of 351.84º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08997 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 151 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.06 |
| HSL | 351.84º | 0.77% | 0.74% | - |
| HSV(B) | 351.84º | 0.43% | 0.94% | - |
| XYZ | 50.47 | 38.65 | 34.08 | - |
| YUV | 169.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 151 | 0 | 0.43 | 0.37 | 0.06 | 351.84 | 0.77 | 0.74 |
| Hex | F0 | 89 | 97 | 0 | 2B | 25 | 6 | 160 | 4D | 4A |
| Octal | 360 | 211 | 227 | 0 | 53 | 45 | 6 | 540 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10010111 | 0 | 101011 | 100101 | 110 | 101100000 | 1001101 | 1001010 |
Color Harmonies of #F08997
Complementary color
Monochromatic Colors of #F08997
Black with #F08997
Text Example
Text Example
White with #F08997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08997; }
p { color: rgb(240,137,151); }
H1.HeaderClassName
{
color: #F08997;
}
.AnyTagClassName
{
color: #F08997;
}
</style>
background-color css
<style>
a { background-color: #F08997; }
a { background-color: rgb(240,137,151); }
div.DivClassName
{
background-color: #F08997;
}
.BgClassName
{
background-color: #F08997;
}
</style>
border-color css
<style>
span { border-color: #F08997; }
span { border-color: rgb(240,137,151); }
td.TdClassName
{
border-color: #F08997;
}
.TagClassName
{
border-color: #F08997;
}
</style>