Shades of Wewak #F09B9E
Tints of Wewak #F09B9E
RGB
CMYK
RGB Variations
Color information
#F09B9E (or 0xF09B9E) is known color: Wewak. HEX triplet: F0, 9B and 9E. RGB value is (240,155,158). Sum of RGB (Red+Green+Blue) = 240+155+158=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09B9E is #0F6461. Grayscale: #B4B4B4. Windows color (decimal): -1008738 or 10394608. OLE color: 10394608.
HSL color Cylindrical-coordinate representation of color #F09B9E: hue angle of 357.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09B9E is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 158 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.06 |
| HSL | 357.88º | 0.74% | 0.77% | - |
| HSV(B) | 357.88º | 0.35% | 0.94% | - |
| XYZ | 53.83 | 44.44 | 38.09 | - |
| YUV | 180.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 158 | 0 | 0.35 | 0.34 | 0.06 | 357.88 | 0.74 | 0.77 |
| Hex | F0 | 9B | 9E | 0 | 23 | 22 | 6 | 166 | 4A | 4D |
| Octal | 360 | 233 | 236 | 0 | 43 | 42 | 6 | 546 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10011110 | 0 | 100011 | 100010 | 110 | 101100110 | 1001010 | 1001101 |
Color Harmonies of #F09B9E
Complementary color
Monochromatic Colors of #F09B9E
Black with #F09B9E
Text Example
Text Example
White with #F09B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B9E; }
p { color: rgb(240,155,158); }
H1.HeaderClassName
{
color: #F09B9E;
}
.AnyTagClassName
{
color: #F09B9E;
}
</style>
background-color css
<style>
a { background-color: #F09B9E; }
a { background-color: rgb(240,155,158); }
div.DivClassName
{
background-color: #F09B9E;
}
.BgClassName
{
background-color: #F09B9E;
}
</style>
border-color css
<style>
span { border-color: #F09B9E; }
span { border-color: rgb(240,155,158); }
td.TdClassName
{
border-color: #F09B9E;
}
.TagClassName
{
border-color: #F09B9E;
}
</style>