Shades of Wewak #F68796
Tints of Wewak #F68796
RGB
CMYK
RGB Variations
Color information
#F68796 (or 0xF68796) is known color: Wewak. HEX triplet: F6, 87 and 96. RGB value is (246,135,150). Sum of RGB (Red+Green+Blue) = 246+135+150=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F68796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68796 is #097869. Grayscale: #A9A9A9. Windows color (decimal): -620650 or 9865206. OLE color: 9865206.
HSL color Cylindrical-coordinate representation of color #F68796: hue angle of 351.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68796 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 150 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.04 |
| HSL | 351.89º | 0.86% | 0.75% | - |
| HSV(B) | 351.89º | 0.45% | 0.96% | - |
| XYZ | 52.18 | 39.12 | 33.66 | - |
| YUV | 169.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 150 | 0 | 0.45 | 0.39 | 0.04 | 351.89 | 0.86 | 0.75 |
| Hex | F6 | 87 | 96 | 0 | 2D | 27 | 4 | 160 | 56 | 4B |
| Octal | 366 | 207 | 226 | 0 | 55 | 47 | 4 | 540 | 126 | 113 |
| Binary | 11110110 | 10000111 | 10010110 | 0 | 101101 | 100111 | 100 | 101100000 | 1010110 | 1001011 |
Color Harmonies of #F68796
Complementary color
Monochromatic Colors of #F68796
Black with #F68796
Text Example
Text Example
White with #F68796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68796; }
p { color: rgb(246,135,150); }
H1.HeaderClassName
{
color: #F68796;
}
.AnyTagClassName
{
color: #F68796;
}
</style>
background-color css
<style>
a { background-color: #F68796; }
a { background-color: rgb(246,135,150); }
div.DivClassName
{
background-color: #F68796;
}
.BgClassName
{
background-color: #F68796;
}
</style>
border-color css
<style>
span { border-color: #F68796; }
span { border-color: rgb(246,135,150); }
td.TdClassName
{
border-color: #F68796;
}
.TagClassName
{
border-color: #F68796;
}
</style>