Shades of Wewak #F794A1
Tints of Wewak #F794A1
RGB
CMYK
RGB Variations
Color information
#F794A1 (or 0xF794A1) is known color: Wewak. HEX triplet: F7, 94 and A1. RGB value is (247,148,161). Sum of RGB (Red+Green+Blue) = 247+148+161=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F794A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F794A1 is #086B5E. Grayscale: #B3B3B3. Windows color (decimal): -551775 or 10589431. OLE color: 10589431.
HSL color Cylindrical-coordinate representation of color #F794A1: hue angle of 352.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794A1 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 161 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.03 |
| HSL | 352.12º | 0.86% | 0.77% | - |
| HSV(B) | 352.12º | 0.4% | 0.97% | - |
| XYZ | 55.38 | 43.53 | 39.2 | - |
| YUV | 179.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 161 | 0 | 0.40 | 0.35 | 0.03 | 352.12 | 0.86 | 0.77 |
| Hex | F7 | 94 | A1 | 0 | 28 | 23 | 3 | 160 | 56 | 4D |
| Octal | 367 | 224 | 241 | 0 | 50 | 43 | 3 | 540 | 126 | 115 |
| Binary | 11110111 | 10010100 | 10100001 | 0 | 101000 | 100011 | 11 | 101100000 | 1010110 | 1001101 |
Color Harmonies of #F794A1
Complementary color
Monochromatic Colors of #F794A1
Black with #F794A1
Text Example
Text Example
White with #F794A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794A1; }
p { color: rgb(247,148,161); }
H1.HeaderClassName
{
color: #F794A1;
}
.AnyTagClassName
{
color: #F794A1;
}
</style>
background-color css
<style>
a { background-color: #F794A1; }
a { background-color: rgb(247,148,161); }
div.DivClassName
{
background-color: #F794A1;
}
.BgClassName
{
background-color: #F794A1;
}
</style>
border-color css
<style>
span { border-color: #F794A1; }
span { border-color: rgb(247,148,161); }
td.TdClassName
{
border-color: #F794A1;
}
.TagClassName
{
border-color: #F794A1;
}
</style>