Shades of Wewak #F698A0
Tints of Wewak #F698A0
RGB
CMYK
RGB Variations
Color information
#F698A0 (or 0xF698A0) is known color: Wewak. HEX triplet: F6, 98 and A0. RGB value is (246,152,160). Sum of RGB (Red+Green+Blue) = 246+152+160=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F698A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F698A0 is #09675F. Grayscale: #B5B5B5. Windows color (decimal): -616288 or 10524918. OLE color: 10524918.
HSL color Cylindrical-coordinate representation of color #F698A0: hue angle of 354.89º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F698A0 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 160 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.04 |
| HSL | 354.89º | 0.84% | 0.78% | - |
| HSV(B) | 354.89º | 0.38% | 0.96% | - |
| XYZ | 55.58 | 44.59 | 38.93 | - |
| YUV | 181.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 160 | 0 | 0.38 | 0.35 | 0.04 | 354.89 | 0.84 | 0.78 |
| Hex | F6 | 98 | A0 | 0 | 26 | 23 | 4 | 163 | 54 | 4E |
| Octal | 366 | 230 | 240 | 0 | 46 | 43 | 4 | 543 | 124 | 116 |
| Binary | 11110110 | 10011000 | 10100000 | 0 | 100110 | 100011 | 100 | 101100011 | 1010100 | 1001110 |
Color Harmonies of #F698A0
Complementary color
Monochromatic Colors of #F698A0
Black with #F698A0
Text Example
Text Example
White with #F698A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698A0; }
p { color: rgb(246,152,160); }
H1.HeaderClassName
{
color: #F698A0;
}
.AnyTagClassName
{
color: #F698A0;
}
</style>
background-color css
<style>
a { background-color: #F698A0; }
a { background-color: rgb(246,152,160); }
div.DivClassName
{
background-color: #F698A0;
}
.BgClassName
{
background-color: #F698A0;
}
</style>
border-color css
<style>
span { border-color: #F698A0; }
span { border-color: rgb(246,152,160); }
td.TdClassName
{
border-color: #F698A0;
}
.TagClassName
{
border-color: #F698A0;
}
</style>