Shades of Wewak #F68696
Tints of Wewak #F68696
RGB
CMYK
RGB Variations
Color information
#F68696 (or 0xF68696) is known color: Wewak. HEX triplet: F6, 86 and 96. RGB value is (246,134,150). Sum of RGB (Red+Green+Blue) = 246+134+150=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F68696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68696 is #097969. Grayscale: #A9A9A9. Windows color (decimal): -620906 or 9864950. OLE color: 9864950.
HSL color Cylindrical-coordinate representation of color #F68696: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68696 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 150 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.04 |
| HSL | 351.43º | 0.86% | 0.75% | - |
| HSV(B) | 351.43º | 0.46% | 0.96% | - |
| XYZ | 52.04 | 38.85 | 33.61 | - |
| YUV | 169.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 150 | 0 | 0.46 | 0.39 | 0.04 | 351.43 | 0.86 | 0.75 |
| Hex | F6 | 86 | 96 | 0 | 2E | 27 | 4 | 15F | 56 | 4B |
| Octal | 366 | 206 | 226 | 0 | 56 | 47 | 4 | 537 | 126 | 113 |
| Binary | 11110110 | 10000110 | 10010110 | 0 | 101110 | 100111 | 100 | 101011111 | 1010110 | 1001011 |
Color Harmonies of #F68696
Complementary color
Monochromatic Colors of #F68696
Black with #F68696
Text Example
Text Example
White with #F68696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68696; }
p { color: rgb(246,134,150); }
H1.HeaderClassName
{
color: #F68696;
}
.AnyTagClassName
{
color: #F68696;
}
</style>
background-color css
<style>
a { background-color: #F68696; }
a { background-color: rgb(246,134,150); }
div.DivClassName
{
background-color: #F68696;
}
.BgClassName
{
background-color: #F68696;
}
</style>
border-color css
<style>
span { border-color: #F68696; }
span { border-color: rgb(246,134,150); }
td.TdClassName
{
border-color: #F68696;
}
.TagClassName
{
border-color: #F68696;
}
</style>