Shades of Wewak #F08B9E
Tints of Wewak #F08B9E
RGB
CMYK
RGB Variations
Color information
#F08B9E (or 0xF08B9E) is known color: Wewak. HEX triplet: F0, 8B and 9E. RGB value is (240,139,158). Sum of RGB (Red+Green+Blue) = 240+139+158=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B9E is #0F7461. Grayscale: #ABABAB. Windows color (decimal): -1012834 or 10390512. OLE color: 10390512.
HSL color Cylindrical-coordinate representation of color #F08B9E: hue angle of 348.71º 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 #F08B9E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 158 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.06 |
| HSL | 348.71º | 0.77% | 0.74% | - |
| HSV(B) | 348.71º | 0.42% | 0.94% | - |
| XYZ | 51.34 | 39.46 | 37.26 | - |
| YUV | 171.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 158 | 0 | 0.42 | 0.34 | 0.06 | 348.71 | 0.77 | 0.74 |
| Hex | F0 | 8B | 9E | 0 | 2A | 22 | 6 | 15D | 4D | 4A |
| Octal | 360 | 213 | 236 | 0 | 52 | 42 | 6 | 535 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10011110 | 0 | 101010 | 100010 | 110 | 101011101 | 1001101 | 1001010 |
Color Harmonies of #F08B9E
Complementary color
Monochromatic Colors of #F08B9E
Black with #F08B9E
Text Example
Text Example
White with #F08B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B9E; }
p { color: rgb(240,139,158); }
H1.HeaderClassName
{
color: #F08B9E;
}
.AnyTagClassName
{
color: #F08B9E;
}
</style>
background-color css
<style>
a { background-color: #F08B9E; }
a { background-color: rgb(240,139,158); }
div.DivClassName
{
background-color: #F08B9E;
}
.BgClassName
{
background-color: #F08B9E;
}
</style>
border-color css
<style>
span { border-color: #F08B9E; }
span { border-color: rgb(240,139,158); }
td.TdClassName
{
border-color: #F08B9E;
}
.TagClassName
{
border-color: #F08B9E;
}
</style>