Shades of Wewak #F08D96
Tints of Wewak #F08D96
RGB
CMYK
RGB Variations
Color information
#F08D96 (or 0xF08D96) is known color: Wewak. HEX triplet: F0, 8D and 96. RGB value is (240,141,150). Sum of RGB (Red+Green+Blue) = 240+141+150=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D96 is #0F7269. Grayscale: #ABABAB. Windows color (decimal): -1012330 or 9866736. OLE color: 9866736.
HSL color Cylindrical-coordinate representation of color #F08D96: hue angle of 354.55º 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 #F08D96 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 150 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.06 |
| HSL | 354.55º | 0.77% | 0.75% | - |
| HSV(B) | 354.55º | 0.41% | 0.94% | - |
| XYZ | 50.97 | 39.78 | 33.85 | - |
| YUV | 171.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 150 | 0 | 0.41 | 0.37 | 0.06 | 354.55 | 0.77 | 0.75 |
| Hex | F0 | 8D | 96 | 0 | 29 | 25 | 6 | 163 | 4D | 4B |
| Octal | 360 | 215 | 226 | 0 | 51 | 45 | 6 | 543 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10010110 | 0 | 101001 | 100101 | 110 | 101100011 | 1001101 | 1001011 |
Color Harmonies of #F08D96
Complementary color
Monochromatic Colors of #F08D96
Black with #F08D96
Text Example
Text Example
White with #F08D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D96; }
p { color: rgb(240,141,150); }
H1.HeaderClassName
{
color: #F08D96;
}
.AnyTagClassName
{
color: #F08D96;
}
</style>
background-color css
<style>
a { background-color: #F08D96; }
a { background-color: rgb(240,141,150); }
div.DivClassName
{
background-color: #F08D96;
}
.BgClassName
{
background-color: #F08D96;
}
</style>
border-color css
<style>
span { border-color: #F08D96; }
span { border-color: rgb(240,141,150); }
td.TdClassName
{
border-color: #F08D96;
}
.TagClassName
{
border-color: #F08D96;
}
</style>