Shades of Wewak #F68497
Tints of Wewak #F68497
RGB
CMYK
RGB Variations
Color information
#F68497 (or 0xF68497) is known color: Wewak. HEX triplet: F6, 84 and 97. RGB value is (246,132,151). Sum of RGB (Red+Green+Blue) = 246+132+151=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F68497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68497 is #097B68. Grayscale: #A8A8A8. Windows color (decimal): -621417 or 9929974. OLE color: 9929974.
HSL color Cylindrical-coordinate representation of color #F68497: hue angle of 350º 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 #F68497 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 151 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.04 |
| HSL | 350º | 0.86% | 0.74% | - |
| HSV(B) | 350º | 0.46% | 0.96% | - |
| XYZ | 51.84 | 38.33 | 33.94 | - |
| YUV | 168.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 151 | 0 | 0.46 | 0.39 | 0.04 | 350 | 0.86 | 0.74 |
| Hex | F6 | 84 | 97 | 0 | 2E | 27 | 4 | 15E | 56 | 4A |
| Octal | 366 | 204 | 227 | 0 | 56 | 47 | 4 | 536 | 126 | 112 |
| Binary | 11110110 | 10000100 | 10010111 | 0 | 101110 | 100111 | 100 | 101011110 | 1010110 | 1001010 |
Color Harmonies of #F68497
Complementary color
Monochromatic Colors of #F68497
Black with #F68497
Text Example
Text Example
White with #F68497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68497; }
p { color: rgb(246,132,151); }
H1.HeaderClassName
{
color: #F68497;
}
.AnyTagClassName
{
color: #F68497;
}
</style>
background-color css
<style>
a { background-color: #F68497; }
a { background-color: rgb(246,132,151); }
div.DivClassName
{
background-color: #F68497;
}
.BgClassName
{
background-color: #F68497;
}
</style>
border-color css
<style>
span { border-color: #F68497; }
span { border-color: rgb(246,132,151); }
td.TdClassName
{
border-color: #F68497;
}
.TagClassName
{
border-color: #F68497;
}
</style>