Shades of Wewak #F68485
Tints of Wewak #F68485
RGB
CMYK
RGB Variations
Color information
#F68485 (or 0xF68485) is known color: Wewak. HEX triplet: F6, 84 and 85. RGB value is (246,132,133). Sum of RGB (Red+Green+Blue) = 246+132+133=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F68485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68485 is #097B7A. Grayscale: #A6A6A6. Windows color (decimal): -621435 or 8750326. OLE color: 8750326.
HSL color Cylindrical-coordinate representation of color #F68485: hue angle of 359.47º 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 #F68485 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 133 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.04 |
| HSL | 359.47º | 0.86% | 0.74% | - |
| HSV(B) | 359.47º | 0.46% | 0.96% | - |
| XYZ | 50.49 | 37.79 | 26.82 | - |
| YUV | 166.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 133 | 0 | 0.46 | 0.46 | 0.04 | 359.47 | 0.86 | 0.74 |
| Hex | F6 | 84 | 85 | 0 | 2E | 2E | 4 | 167 | 56 | 4A |
| Octal | 366 | 204 | 205 | 0 | 56 | 56 | 4 | 547 | 126 | 112 |
| Binary | 11110110 | 10000100 | 10000101 | 0 | 101110 | 101110 | 100 | 101100111 | 1010110 | 1001010 |
Color Harmonies of #F68485
Complementary color
Monochromatic Colors of #F68485
Black with #F68485
Text Example
Text Example
White with #F68485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68485; }
p { color: rgb(246,132,133); }
H1.HeaderClassName
{
color: #F68485;
}
.AnyTagClassName
{
color: #F68485;
}
</style>
background-color css
<style>
a { background-color: #F68485; }
a { background-color: rgb(246,132,133); }
div.DivClassName
{
background-color: #F68485;
}
.BgClassName
{
background-color: #F68485;
}
</style>
border-color css
<style>
span { border-color: #F68485; }
span { border-color: rgb(246,132,133); }
td.TdClassName
{
border-color: #F68485;
}
.TagClassName
{
border-color: #F68485;
}
</style>