Shades of Wewak #F799A0
Tints of Wewak #F799A0
RGB
CMYK
RGB Variations
Color information
#F799A0 (or 0xF799A0) is known color: Wewak. HEX triplet: F7, 99 and A0. RGB value is (247,153,160). Sum of RGB (Red+Green+Blue) = 247+153+160=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F799A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F799A0 is #08665F. Grayscale: #B5B5B5. Windows color (decimal): -550496 or 10525175. OLE color: 10525175.
HSL color Cylindrical-coordinate representation of color #F799A0: hue angle of 355.53º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F799A0 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 160 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.03 |
| HSL | 355.53º | 0.85% | 0.78% | - |
| HSV(B) | 355.53º | 0.38% | 0.97% | - |
| XYZ | 56.09 | 45.09 | 39.01 | - |
| YUV | 181.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 160 | 0 | 0.38 | 0.35 | 0.03 | 355.53 | 0.85 | 0.78 |
| Hex | F7 | 99 | A0 | 0 | 26 | 23 | 3 | 164 | 55 | 4E |
| Octal | 367 | 231 | 240 | 0 | 46 | 43 | 3 | 544 | 125 | 116 |
| Binary | 11110111 | 10011001 | 10100000 | 0 | 100110 | 100011 | 11 | 101100100 | 1010101 | 1001110 |
Color Harmonies of #F799A0
Complementary color
Monochromatic Colors of #F799A0
Black with #F799A0
Text Example
Text Example
White with #F799A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799A0; }
p { color: rgb(247,153,160); }
H1.HeaderClassName
{
color: #F799A0;
}
.AnyTagClassName
{
color: #F799A0;
}
</style>
background-color css
<style>
a { background-color: #F799A0; }
a { background-color: rgb(247,153,160); }
div.DivClassName
{
background-color: #F799A0;
}
.BgClassName
{
background-color: #F799A0;
}
</style>
border-color css
<style>
span { border-color: #F799A0; }
span { border-color: rgb(247,153,160); }
td.TdClassName
{
border-color: #F799A0;
}
.TagClassName
{
border-color: #F799A0;
}
</style>