Shades of Wewak #F694A1
Tints of Wewak #F694A1
RGB
CMYK
RGB Variations
Color information
#F694A1 (or 0xF694A1) is known color: Wewak. HEX triplet: F6, 94 and A1. RGB value is (246,148,161). Sum of RGB (Red+Green+Blue) = 246+148+161=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F694A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694A1 is #096B5E. Grayscale: #B2B2B2. Windows color (decimal): -617311 or 10589430. OLE color: 10589430.
HSL color Cylindrical-coordinate representation of color #F694A1: hue angle of 352.04º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694A1 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 161 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.04 |
| HSL | 352.04º | 0.84% | 0.77% | - |
| HSV(B) | 352.04º | 0.4% | 0.96% | - |
| XYZ | 55.03 | 43.35 | 39.18 | - |
| YUV | 178.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 161 | 0 | 0.40 | 0.35 | 0.04 | 352.04 | 0.84 | 0.77 |
| Hex | F6 | 94 | A1 | 0 | 28 | 23 | 4 | 160 | 54 | 4D |
| Octal | 366 | 224 | 241 | 0 | 50 | 43 | 4 | 540 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10100001 | 0 | 101000 | 100011 | 100 | 101100000 | 1010100 | 1001101 |
Color Harmonies of #F694A1
Complementary color
Monochromatic Colors of #F694A1
Black with #F694A1
Text Example
Text Example
White with #F694A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694A1; }
p { color: rgb(246,148,161); }
H1.HeaderClassName
{
color: #F694A1;
}
.AnyTagClassName
{
color: #F694A1;
}
</style>
background-color css
<style>
a { background-color: #F694A1; }
a { background-color: rgb(246,148,161); }
div.DivClassName
{
background-color: #F694A1;
}
.BgClassName
{
background-color: #F694A1;
}
</style>
border-color css
<style>
span { border-color: #F694A1; }
span { border-color: rgb(246,148,161); }
td.TdClassName
{
border-color: #F694A1;
}
.TagClassName
{
border-color: #F694A1;
}
</style>