Shades of Wewak #F697A1
Tints of Wewak #F697A1
RGB
CMYK
RGB Variations
Color information
#F697A1 (or 0xF697A1) is known color: Wewak. HEX triplet: F6, 97 and A1. RGB value is (246,151,161). Sum of RGB (Red+Green+Blue) = 246+151+161=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F697A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F697A1 is #09685E. Grayscale: #B4B4B4. Windows color (decimal): -616543 or 10590198. OLE color: 10590198.
HSL color Cylindrical-coordinate representation of color #F697A1: hue angle of 353.68º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F697A1 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 161 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.04 |
| HSL | 353.68º | 0.84% | 0.78% | - |
| HSV(B) | 353.68º | 0.39% | 0.96% | - |
| XYZ | 55.51 | 44.3 | 39.34 | - |
| YUV | 180.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 161 | 0 | 0.39 | 0.35 | 0.04 | 353.68 | 0.84 | 0.78 |
| Hex | F6 | 97 | A1 | 0 | 27 | 23 | 4 | 162 | 54 | 4E |
| Octal | 366 | 227 | 241 | 0 | 47 | 43 | 4 | 542 | 124 | 116 |
| Binary | 11110110 | 10010111 | 10100001 | 0 | 100111 | 100011 | 100 | 101100010 | 1010100 | 1001110 |
Color Harmonies of #F697A1
Complementary color
Monochromatic Colors of #F697A1
Black with #F697A1
Text Example
Text Example
White with #F697A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697A1; }
p { color: rgb(246,151,161); }
H1.HeaderClassName
{
color: #F697A1;
}
.AnyTagClassName
{
color: #F697A1;
}
</style>
background-color css
<style>
a { background-color: #F697A1; }
a { background-color: rgb(246,151,161); }
div.DivClassName
{
background-color: #F697A1;
}
.BgClassName
{
background-color: #F697A1;
}
</style>
border-color css
<style>
span { border-color: #F697A1; }
span { border-color: rgb(246,151,161); }
td.TdClassName
{
border-color: #F697A1;
}
.TagClassName
{
border-color: #F697A1;
}
</style>