Shades of Wewak #F0979D
Tints of Wewak #F0979D
RGB
CMYK
RGB Variations
Color information
#F0979D (or 0xF0979D) is known color: Wewak. HEX triplet: F0, 97 and 9D. RGB value is (240,151,157). Sum of RGB (Red+Green+Blue) = 240+151+157=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0979D is #0F6862. Grayscale: #B2B2B2. Windows color (decimal): -1009763 or 10328048. OLE color: 10328048.
HSL color Cylindrical-coordinate representation of color #F0979D: hue angle of 355.96º 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 #F0979D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 157 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.06 |
| HSL | 355.96º | 0.75% | 0.77% | - |
| HSV(B) | 355.96º | 0.37% | 0.94% | - |
| XYZ | 53.09 | 43.09 | 37.42 | - |
| YUV | 178.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 157 | 0 | 0.37 | 0.35 | 0.06 | 355.96 | 0.75 | 0.77 |
| Hex | F0 | 97 | 9D | 0 | 25 | 23 | 6 | 164 | 4B | 4D |
| Octal | 360 | 227 | 235 | 0 | 45 | 43 | 6 | 544 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10011101 | 0 | 100101 | 100011 | 110 | 101100100 | 1001011 | 1001101 |
Color Harmonies of #F0979D
Complementary color
Monochromatic Colors of #F0979D
Black with #F0979D
Text Example
Text Example
White with #F0979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0979D; }
p { color: rgb(240,151,157); }
H1.HeaderClassName
{
color: #F0979D;
}
.AnyTagClassName
{
color: #F0979D;
}
</style>
background-color css
<style>
a { background-color: #F0979D; }
a { background-color: rgb(240,151,157); }
div.DivClassName
{
background-color: #F0979D;
}
.BgClassName
{
background-color: #F0979D;
}
</style>
border-color css
<style>
span { border-color: #F0979D; }
span { border-color: rgb(240,151,157); }
td.TdClassName
{
border-color: #F0979D;
}
.TagClassName
{
border-color: #F0979D;
}
</style>