Shades of Wewak #F696A1
Tints of Wewak #F696A1
RGB
CMYK
RGB Variations
Color information
#F696A1 (or 0xF696A1) is known color: Wewak. HEX triplet: F6, 96 and A1. RGB value is (246,150,161). Sum of RGB (Red+Green+Blue) = 246+150+161=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F696A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696A1 is #09695E. Grayscale: #B4B4B4. Windows color (decimal): -616799 or 10589942. OLE color: 10589942.
HSL color Cylindrical-coordinate representation of color #F696A1: hue angle of 353.12º 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 #F696A1 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 161 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.04 |
| HSL | 353.13º | 0.84% | 0.78% | - |
| HSV(B) | 353.13º | 0.39% | 0.96% | - |
| XYZ | 55.35 | 43.98 | 39.29 | - |
| YUV | 179.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 161 | 0 | 0.39 | 0.35 | 0.04 | 353.13 | 0.84 | 0.78 |
| Hex | F6 | 96 | A1 | 0 | 27 | 23 | 4 | 161 | 54 | 4E |
| Octal | 366 | 226 | 241 | 0 | 47 | 43 | 4 | 541 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10100001 | 0 | 100111 | 100011 | 100 | 101100001 | 1010100 | 1001110 |
Color Harmonies of #F696A1
Complementary color
Monochromatic Colors of #F696A1
Black with #F696A1
Text Example
Text Example
White with #F696A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696A1; }
p { color: rgb(246,150,161); }
H1.HeaderClassName
{
color: #F696A1;
}
.AnyTagClassName
{
color: #F696A1;
}
</style>
background-color css
<style>
a { background-color: #F696A1; }
a { background-color: rgb(246,150,161); }
div.DivClassName
{
background-color: #F696A1;
}
.BgClassName
{
background-color: #F696A1;
}
</style>
border-color css
<style>
span { border-color: #F696A1; }
span { border-color: rgb(246,150,161); }
td.TdClassName
{
border-color: #F696A1;
}
.TagClassName
{
border-color: #F696A1;
}
</style>