Shades of Wewak #F7959B
Tints of Wewak #F7959B
RGB
CMYK
RGB Variations
Color information
#F7959B (or 0xF7959B) is known color: Wewak. HEX triplet: F7, 95 and 9B. RGB value is (247,149,155). Sum of RGB (Red+Green+Blue) = 247+149+155=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F7959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7959B is #086A64. Grayscale: #B3B3B3. Windows color (decimal): -551525 or 10196471. OLE color: 10196471.
HSL color Cylindrical-coordinate representation of color #F7959B: hue angle of 356.33º 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 #F7959B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 155 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.03 |
| HSL | 356.33º | 0.86% | 0.78% | - |
| HSV(B) | 356.33º | 0.4% | 0.97% | - |
| XYZ | 55.02 | 43.64 | 36.53 | - |
| YUV | 178.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 155 | 0 | 0.40 | 0.37 | 0.03 | 356.33 | 0.86 | 0.78 |
| Hex | F7 | 95 | 9B | 0 | 28 | 25 | 3 | 164 | 56 | 4E |
| Octal | 367 | 225 | 233 | 0 | 50 | 45 | 3 | 544 | 126 | 116 |
| Binary | 11110111 | 10010101 | 10011011 | 0 | 101000 | 100101 | 11 | 101100100 | 1010110 | 1001110 |
Color Harmonies of #F7959B
Complementary color
Monochromatic Colors of #F7959B
Black with #F7959B
Text Example
Text Example
White with #F7959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7959B; }
p { color: rgb(247,149,155); }
H1.HeaderClassName
{
color: #F7959B;
}
.AnyTagClassName
{
color: #F7959B;
}
</style>
background-color css
<style>
a { background-color: #F7959B; }
a { background-color: rgb(247,149,155); }
div.DivClassName
{
background-color: #F7959B;
}
.BgClassName
{
background-color: #F7959B;
}
</style>
border-color css
<style>
span { border-color: #F7959B; }
span { border-color: rgb(247,149,155); }
td.TdClassName
{
border-color: #F7959B;
}
.TagClassName
{
border-color: #F7959B;
}
</style>