Shades of Wewak #F68494
Tints of Wewak #F68494
RGB
CMYK
RGB Variations
Color information
#F68494 (or 0xF68494) is known color: Wewak. HEX triplet: F6, 84 and 94. RGB value is (246,132,148). Sum of RGB (Red+Green+Blue) = 246+132+148=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F68494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68494 is #097B6B. Grayscale: #A7A7A7. Windows color (decimal): -621420 or 9733366. OLE color: 9733366.
HSL color Cylindrical-coordinate representation of color #F68494: hue angle of 351.58º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68494 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 148 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.04 |
| HSL | 351.58º | 0.86% | 0.74% | - |
| HSV(B) | 351.58º | 0.46% | 0.96% | - |
| XYZ | 51.6 | 38.23 | 32.68 | - |
| YUV | 167.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 148 | 0 | 0.46 | 0.40 | 0.04 | 351.58 | 0.86 | 0.74 |
| Hex | F6 | 84 | 94 | 0 | 2E | 28 | 4 | 160 | 56 | 4A |
| Octal | 366 | 204 | 224 | 0 | 56 | 50 | 4 | 540 | 126 | 112 |
| Binary | 11110110 | 10000100 | 10010100 | 0 | 101110 | 101000 | 100 | 101100000 | 1010110 | 1001010 |
Color Harmonies of #F68494
Complementary color
Monochromatic Colors of #F68494
Black with #F68494
Text Example
Text Example
White with #F68494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68494; }
p { color: rgb(246,132,148); }
H1.HeaderClassName
{
color: #F68494;
}
.AnyTagClassName
{
color: #F68494;
}
</style>
background-color css
<style>
a { background-color: #F68494; }
a { background-color: rgb(246,132,148); }
div.DivClassName
{
background-color: #F68494;
}
.BgClassName
{
background-color: #F68494;
}
</style>
border-color css
<style>
span { border-color: #F68494; }
span { border-color: rgb(246,132,148); }
td.TdClassName
{
border-color: #F68494;
}
.TagClassName
{
border-color: #F68494;
}
</style>