Shades of Wewak #F68486
Tints of Wewak #F68486
RGB
CMYK
RGB Variations
Color information
#F68486 (or 0xF68486) is known color: Wewak. HEX triplet: F6, 84 and 86. RGB value is (246,132,134). Sum of RGB (Red+Green+Blue) = 246+132+134=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F68486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68486 is #097B79. Grayscale: #A6A6A6. Windows color (decimal): -621434 or 8815862. OLE color: 8815862.
HSL color Cylindrical-coordinate representation of color #F68486: hue angle of 358.95º 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 #F68486 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 134 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.04 |
| HSL | 358.95º | 0.86% | 0.74% | - |
| HSV(B) | 358.95º | 0.46% | 0.96% | - |
| XYZ | 50.56 | 37.82 | 27.19 | - |
| YUV | 166.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 134 | 0 | 0.46 | 0.46 | 0.04 | 358.95 | 0.86 | 0.74 |
| Hex | F6 | 84 | 86 | 0 | 2E | 2E | 4 | 167 | 56 | 4A |
| Octal | 366 | 204 | 206 | 0 | 56 | 56 | 4 | 547 | 126 | 112 |
| Binary | 11110110 | 10000100 | 10000110 | 0 | 101110 | 101110 | 100 | 101100111 | 1010110 | 1001010 |
Color Harmonies of #F68486
Complementary color
Monochromatic Colors of #F68486
Black with #F68486
Text Example
Text Example
White with #F68486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68486; }
p { color: rgb(246,132,134); }
H1.HeaderClassName
{
color: #F68486;
}
.AnyTagClassName
{
color: #F68486;
}
</style>
background-color css
<style>
a { background-color: #F68486; }
a { background-color: rgb(246,132,134); }
div.DivClassName
{
background-color: #F68486;
}
.BgClassName
{
background-color: #F68486;
}
</style>
border-color css
<style>
span { border-color: #F68486; }
span { border-color: rgb(246,132,134); }
td.TdClassName
{
border-color: #F68486;
}
.TagClassName
{
border-color: #F68486;
}
</style>