Shades of Wewak #F79FA1
Tints of Wewak #F79FA1
RGB
CMYK
RGB Variations
Color information
#F79FA1 (or 0xF79FA1) is known color: Wewak. HEX triplet: F7, 9F and A1. RGB value is (247,159,161). Sum of RGB (Red+Green+Blue) = 247+159+161=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F79FA1 is #08605E. Grayscale: #B9B9B9. Windows color (decimal): -548959 or 10592247. OLE color: 10592247.
HSL color Cylindrical-coordinate representation of color #F79FA1: hue angle of 358.64º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79FA1 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 159 | 161 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.03 |
| HSL | 358.64º | 0.85% | 0.8% | - |
| HSV(B) | 358.64º | 0.36% | 0.97% | - |
| XYZ | 57.19 | 47.14 | 39.8 | - |
| YUV | 185.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 159 | 161 | 0 | 0.36 | 0.35 | 0.03 | 358.64 | 0.85 | 0.8 |
| Hex | F7 | 9F | A1 | 0 | 24 | 23 | 3 | 167 | 55 | 50 |
| Octal | 367 | 237 | 241 | 0 | 44 | 43 | 3 | 547 | 125 | 120 |
| Binary | 11110111 | 10011111 | 10100001 | 0 | 100100 | 100011 | 11 | 101100111 | 1010101 | 1010000 |
Color Harmonies of #F79FA1
Complementary color
Monochromatic Colors of #F79FA1
Black with #F79FA1
Text Example
Text Example
White with #F79FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79FA1; }
p { color: rgb(247,159,161); }
H1.HeaderClassName
{
color: #F79FA1;
}
.AnyTagClassName
{
color: #F79FA1;
}
</style>
background-color css
<style>
a { background-color: #F79FA1; }
a { background-color: rgb(247,159,161); }
div.DivClassName
{
background-color: #F79FA1;
}
.BgClassName
{
background-color: #F79FA1;
}
</style>
border-color css
<style>
span { border-color: #F79FA1; }
span { border-color: rgb(247,159,161); }
td.TdClassName
{
border-color: #F79FA1;
}
.TagClassName
{
border-color: #F79FA1;
}
</style>