Shades of Wewak #F7959D
Tints of Wewak #F7959D
RGB
CMYK
RGB Variations
Color information
#F7959D (or 0xF7959D) is known color: Wewak. HEX triplet: F7, 95 and 9D. RGB value is (247,149,157). Sum of RGB (Red+Green+Blue) = 247+149+157=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7959D is #086A62. Grayscale: #B3B3B3. Windows color (decimal): -551523 or 10327543. OLE color: 10327543.
HSL color Cylindrical-coordinate representation of color #F7959D: hue angle of 355.1º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7959D is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 157 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.03 |
| HSL | 355.1º | 0.86% | 0.78% | - |
| HSV(B) | 355.1º | 0.4% | 0.97% | - |
| XYZ | 55.19 | 43.7 | 37.43 | - |
| YUV | 179.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 157 | 0 | 0.40 | 0.36 | 0.03 | 355.1 | 0.86 | 0.78 |
| Hex | F7 | 95 | 9D | 0 | 28 | 24 | 3 | 163 | 56 | 4E |
| Octal | 367 | 225 | 235 | 0 | 50 | 44 | 3 | 543 | 126 | 116 |
| Binary | 11110111 | 10010101 | 10011101 | 0 | 101000 | 100100 | 11 | 101100011 | 1010110 | 1001110 |
Color Harmonies of #F7959D
Complementary color
Monochromatic Colors of #F7959D
Black with #F7959D
Text Example
Text Example
White with #F7959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7959D; }
p { color: rgb(247,149,157); }
H1.HeaderClassName
{
color: #F7959D;
}
.AnyTagClassName
{
color: #F7959D;
}
</style>
background-color css
<style>
a { background-color: #F7959D; }
a { background-color: rgb(247,149,157); }
div.DivClassName
{
background-color: #F7959D;
}
.BgClassName
{
background-color: #F7959D;
}
</style>
border-color css
<style>
span { border-color: #F7959D; }
span { border-color: rgb(247,149,157); }
td.TdClassName
{
border-color: #F7959D;
}
.TagClassName
{
border-color: #F7959D;
}
</style>