Shades of Wewak #F0979E
Tints of Wewak #F0979E
RGB
CMYK
RGB Variations
Color information
#F0979E (or 0xF0979E) is known color: Wewak. HEX triplet: F0, 97 and 9E. RGB value is (240,151,158). Sum of RGB (Red+Green+Blue) = 240+151+158=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0979E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0979E is #0F6861. Grayscale: #B2B2B2. Windows color (decimal): -1009762 or 10393584. OLE color: 10393584.
HSL color Cylindrical-coordinate representation of color #F0979E: hue angle of 355.28º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0979E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 158 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.06 |
| HSL | 355.28º | 0.75% | 0.77% | - |
| HSV(B) | 355.28º | 0.37% | 0.94% | - |
| XYZ | 53.17 | 43.13 | 37.87 | - |
| YUV | 178.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 158 | 0 | 0.37 | 0.34 | 0.06 | 355.28 | 0.75 | 0.77 |
| Hex | F0 | 97 | 9E | 0 | 25 | 22 | 6 | 163 | 4B | 4D |
| Octal | 360 | 227 | 236 | 0 | 45 | 42 | 6 | 543 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10011110 | 0 | 100101 | 100010 | 110 | 101100011 | 1001011 | 1001101 |
Color Harmonies of #F0979E
Complementary color
Monochromatic Colors of #F0979E
Black with #F0979E
Text Example
Text Example
White with #F0979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0979E; }
p { color: rgb(240,151,158); }
H1.HeaderClassName
{
color: #F0979E;
}
.AnyTagClassName
{
color: #F0979E;
}
</style>
background-color css
<style>
a { background-color: #F0979E; }
a { background-color: rgb(240,151,158); }
div.DivClassName
{
background-color: #F0979E;
}
.BgClassName
{
background-color: #F0979E;
}
</style>
border-color css
<style>
span { border-color: #F0979E; }
span { border-color: rgb(240,151,158); }
td.TdClassName
{
border-color: #F0979E;
}
.TagClassName
{
border-color: #F0979E;
}
</style>