Shades of Wewak #F0979B
Tints of Wewak #F0979B
RGB
CMYK
RGB Variations
Color information
#F0979B (or 0xF0979B) is known color: Wewak. HEX triplet: F0, 97 and 9B. RGB value is (240,151,155). Sum of RGB (Red+Green+Blue) = 240+151+155=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0979B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0979B is #0F6864. Grayscale: #B2B2B2. Windows color (decimal): -1009765 or 10196976. OLE color: 10196976.
HSL color Cylindrical-coordinate representation of color #F0979B: hue angle of 357.3º 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 #F0979B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 155 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.06 |
| HSL | 357.3º | 0.75% | 0.77% | - |
| HSV(B) | 357.3º | 0.37% | 0.94% | - |
| XYZ | 52.92 | 43.03 | 36.53 | - |
| YUV | 178.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 155 | 0 | 0.37 | 0.35 | 0.06 | 357.3 | 0.75 | 0.77 |
| Hex | F0 | 97 | 9B | 0 | 25 | 23 | 6 | 165 | 4B | 4D |
| Octal | 360 | 227 | 233 | 0 | 45 | 43 | 6 | 545 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10011011 | 0 | 100101 | 100011 | 110 | 101100101 | 1001011 | 1001101 |
Color Harmonies of #F0979B
Complementary color
Monochromatic Colors of #F0979B
Black with #F0979B
Text Example
Text Example
White with #F0979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0979B; }
p { color: rgb(240,151,155); }
H1.HeaderClassName
{
color: #F0979B;
}
.AnyTagClassName
{
color: #F0979B;
}
</style>
background-color css
<style>
a { background-color: #F0979B; }
a { background-color: rgb(240,151,155); }
div.DivClassName
{
background-color: #F0979B;
}
.BgClassName
{
background-color: #F0979B;
}
</style>
border-color css
<style>
span { border-color: #F0979B; }
span { border-color: rgb(240,151,155); }
td.TdClassName
{
border-color: #F0979B;
}
.TagClassName
{
border-color: #F0979B;
}
</style>