Shades of Wewak #F694A2
Tints of Wewak #F694A2
RGB
CMYK
RGB Variations
Color information
#F694A2 (or 0xF694A2) is known color: Wewak. HEX triplet: F6, 94 and A2. RGB value is (246,148,162). Sum of RGB (Red+Green+Blue) = 246+148+162=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F694A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694A2 is #096B5D. Grayscale: #B2B2B2. Windows color (decimal): -617310 or 10654966. OLE color: 10654966.
HSL color Cylindrical-coordinate representation of color #F694A2: hue angle of 351.43º 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 #F694A2 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 162 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.04 |
| HSL | 351.43º | 0.84% | 0.77% | - |
| HSV(B) | 351.43º | 0.4% | 0.96% | - |
| XYZ | 55.12 | 43.38 | 39.65 | - |
| YUV | 178.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 162 | 0 | 0.40 | 0.34 | 0.04 | 351.43 | 0.84 | 0.77 |
| Hex | F6 | 94 | A2 | 0 | 28 | 22 | 4 | 15F | 54 | 4D |
| Octal | 366 | 224 | 242 | 0 | 50 | 42 | 4 | 537 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10100010 | 0 | 101000 | 100010 | 100 | 101011111 | 1010100 | 1001101 |
Color Harmonies of #F694A2
Complementary color
Monochromatic Colors of #F694A2
Black with #F694A2
Text Example
Text Example
White with #F694A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694A2; }
p { color: rgb(246,148,162); }
H1.HeaderClassName
{
color: #F694A2;
}
.AnyTagClassName
{
color: #F694A2;
}
</style>
background-color css
<style>
a { background-color: #F694A2; }
a { background-color: rgb(246,148,162); }
div.DivClassName
{
background-color: #F694A2;
}
.BgClassName
{
background-color: #F694A2;
}
</style>
border-color css
<style>
span { border-color: #F694A2; }
span { border-color: rgb(246,148,162); }
td.TdClassName
{
border-color: #F694A2;
}
.TagClassName
{
border-color: #F694A2;
}
</style>