Shades of Wewak #F795A0
Tints of Wewak #F795A0
RGB
CMYK
RGB Variations
Color information
#F795A0 (or 0xF795A0) is known color: Wewak. HEX triplet: F7, 95 and A0. RGB value is (247,149,160). Sum of RGB (Red+Green+Blue) = 247+149+160=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F795A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F795A0 is #086A5F. Grayscale: #B3B3B3. Windows color (decimal): -551520 or 10524151. OLE color: 10524151.
HSL color Cylindrical-coordinate representation of color #F795A0: hue angle of 353.27º 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 #F795A0 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 160 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.03 |
| HSL | 353.27º | 0.86% | 0.78% | - |
| HSV(B) | 353.27º | 0.4% | 0.97% | - |
| XYZ | 55.45 | 43.81 | 38.79 | - |
| YUV | 179.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 160 | 0 | 0.40 | 0.35 | 0.03 | 353.27 | 0.86 | 0.78 |
| Hex | F7 | 95 | A0 | 0 | 28 | 23 | 3 | 161 | 56 | 4E |
| Octal | 367 | 225 | 240 | 0 | 50 | 43 | 3 | 541 | 126 | 116 |
| Binary | 11110111 | 10010101 | 10100000 | 0 | 101000 | 100011 | 11 | 101100001 | 1010110 | 1001110 |
Color Harmonies of #F795A0
Complementary color
Monochromatic Colors of #F795A0
Black with #F795A0
Text Example
Text Example
White with #F795A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F795A0; }
p { color: rgb(247,149,160); }
H1.HeaderClassName
{
color: #F795A0;
}
.AnyTagClassName
{
color: #F795A0;
}
</style>
background-color css
<style>
a { background-color: #F795A0; }
a { background-color: rgb(247,149,160); }
div.DivClassName
{
background-color: #F795A0;
}
.BgClassName
{
background-color: #F795A0;
}
</style>
border-color css
<style>
span { border-color: #F795A0; }
span { border-color: rgb(247,149,160); }
td.TdClassName
{
border-color: #F795A0;
}
.TagClassName
{
border-color: #F795A0;
}
</style>