Shades of Wewak #F68D9E
Tints of Wewak #F68D9E
RGB
CMYK
RGB Variations
Color information
#F68D9E (or 0xF68D9E) is known color: Wewak. HEX triplet: F6, 8D and 9E. RGB value is (246,141,158). Sum of RGB (Red+Green+Blue) = 246+141+158=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D9E is #097261. Grayscale: #AEAEAE. Windows color (decimal): -619106 or 10391030. OLE color: 10391030.
HSL color Cylindrical-coordinate representation of color #F68D9E: hue angle of 350.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68D9E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 158 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.04 |
| HSL | 350.29º | 0.85% | 0.76% | - |
| HSV(B) | 350.29º | 0.43% | 0.96% | - |
| XYZ | 53.7 | 41.11 | 37.45 | - |
| YUV | 174.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 158 | 0 | 0.43 | 0.36 | 0.04 | 350.29 | 0.85 | 0.76 |
| Hex | F6 | 8D | 9E | 0 | 2B | 24 | 4 | 15E | 55 | 4C |
| Octal | 366 | 215 | 236 | 0 | 53 | 44 | 4 | 536 | 125 | 114 |
| Binary | 11110110 | 10001101 | 10011110 | 0 | 101011 | 100100 | 100 | 101011110 | 1010101 | 1001100 |
Color Harmonies of #F68D9E
Complementary color
Monochromatic Colors of #F68D9E
Black with #F68D9E
Text Example
Text Example
White with #F68D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D9E; }
p { color: rgb(246,141,158); }
H1.HeaderClassName
{
color: #F68D9E;
}
.AnyTagClassName
{
color: #F68D9E;
}
</style>
background-color css
<style>
a { background-color: #F68D9E; }
a { background-color: rgb(246,141,158); }
div.DivClassName
{
background-color: #F68D9E;
}
.BgClassName
{
background-color: #F68D9E;
}
</style>
border-color css
<style>
span { border-color: #F68D9E; }
span { border-color: rgb(246,141,158); }
td.TdClassName
{
border-color: #F68D9E;
}
.TagClassName
{
border-color: #F68D9E;
}
</style>