Shades of Wewak #F792A2
Tints of Wewak #F792A2
RGB
CMYK
RGB Variations
Color information
#F792A2 (or 0xF792A2) is known color: Wewak. HEX triplet: F7, 92 and A2. RGB value is (247,146,162). Sum of RGB (Red+Green+Blue) = 247+146+162=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F792A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F792A2 is #086D5D. Grayscale: #B2B2B2. Windows color (decimal): -552286 or 10654455. OLE color: 10654455.
HSL color Cylindrical-coordinate representation of color #F792A2: hue angle of 350.5º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F792A2 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 162 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.03 |
| HSL | 350.5º | 0.86% | 0.77% | - |
| HSV(B) | 350.5º | 0.41% | 0.97% | - |
| XYZ | 55.16 | 42.94 | 39.56 | - |
| YUV | 178.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 162 | 0 | 0.41 | 0.34 | 0.03 | 350.5 | 0.86 | 0.77 |
| Hex | F7 | 92 | A2 | 0 | 29 | 22 | 3 | 15E | 56 | 4D |
| Octal | 367 | 222 | 242 | 0 | 51 | 42 | 3 | 536 | 126 | 115 |
| Binary | 11110111 | 10010010 | 10100010 | 0 | 101001 | 100010 | 11 | 101011110 | 1010110 | 1001101 |
Color Harmonies of #F792A2
Complementary color
Monochromatic Colors of #F792A2
Black with #F792A2
Text Example
Text Example
White with #F792A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792A2; }
p { color: rgb(247,146,162); }
H1.HeaderClassName
{
color: #F792A2;
}
.AnyTagClassName
{
color: #F792A2;
}
</style>
background-color css
<style>
a { background-color: #F792A2; }
a { background-color: rgb(247,146,162); }
div.DivClassName
{
background-color: #F792A2;
}
.BgClassName
{
background-color: #F792A2;
}
</style>
border-color css
<style>
span { border-color: #F792A2; }
span { border-color: rgb(247,146,162); }
td.TdClassName
{
border-color: #F792A2;
}
.TagClassName
{
border-color: #F792A2;
}
</style>