Shades of Wewak #F68692
Tints of Wewak #F68692
RGB
CMYK
RGB Variations
Color information
#F68692 (or 0xF68692) is known color: Wewak. HEX triplet: F6, 86 and 92. RGB value is (246,134,146). Sum of RGB (Red+Green+Blue) = 246+134+146=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F68692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68692 is #09796D. Grayscale: #A8A8A8. Windows color (decimal): -620910 or 9602806. OLE color: 9602806.
HSL color Cylindrical-coordinate representation of color #F68692: hue angle of 353.57º 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 #F68692 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 146 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.04 |
| HSL | 353.57º | 0.86% | 0.75% | - |
| HSV(B) | 353.57º | 0.46% | 0.96% | - |
| XYZ | 51.72 | 38.72 | 31.94 | - |
| YUV | 168.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 146 | 0 | 0.46 | 0.41 | 0.04 | 353.57 | 0.86 | 0.75 |
| Hex | F6 | 86 | 92 | 0 | 2E | 29 | 4 | 162 | 56 | 4B |
| Octal | 366 | 206 | 222 | 0 | 56 | 51 | 4 | 542 | 126 | 113 |
| Binary | 11110110 | 10000110 | 10010010 | 0 | 101110 | 101001 | 100 | 101100010 | 1010110 | 1001011 |
Color Harmonies of #F68692
Complementary color
Monochromatic Colors of #F68692
Black with #F68692
Text Example
Text Example
White with #F68692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68692; }
p { color: rgb(246,134,146); }
H1.HeaderClassName
{
color: #F68692;
}
.AnyTagClassName
{
color: #F68692;
}
</style>
background-color css
<style>
a { background-color: #F68692; }
a { background-color: rgb(246,134,146); }
div.DivClassName
{
background-color: #F68692;
}
.BgClassName
{
background-color: #F68692;
}
</style>
border-color css
<style>
span { border-color: #F68692; }
span { border-color: rgb(246,134,146); }
td.TdClassName
{
border-color: #F68692;
}
.TagClassName
{
border-color: #F68692;
}
</style>