Shades of Wewak #F68F9E
Tints of Wewak #F68F9E
RGB
CMYK
RGB Variations
Color information
#F68F9E (or 0xF68F9E) is known color: Wewak. HEX triplet: F6, 8F and 9E. RGB value is (246,143,158). Sum of RGB (Red+Green+Blue) = 246+143+158=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F9E is #097061. Grayscale: #AFAFAF. Windows color (decimal): -618594 or 10391542. OLE color: 10391542.
HSL color Cylindrical-coordinate representation of color #F68F9E: hue angle of 351.26º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68F9E is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 158 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.04 |
| HSL | 351.26º | 0.85% | 0.76% | - |
| HSV(B) | 351.26º | 0.42% | 0.96% | - |
| XYZ | 54 | 41.71 | 37.55 | - |
| YUV | 175.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 158 | 0 | 0.42 | 0.36 | 0.04 | 351.26 | 0.85 | 0.76 |
| Hex | F6 | 8F | 9E | 0 | 2A | 24 | 4 | 15F | 55 | 4C |
| Octal | 366 | 217 | 236 | 0 | 52 | 44 | 4 | 537 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10011110 | 0 | 101010 | 100100 | 100 | 101011111 | 1010101 | 1001100 |
Color Harmonies of #F68F9E
Complementary color
Monochromatic Colors of #F68F9E
Black with #F68F9E
Text Example
Text Example
White with #F68F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F9E; }
p { color: rgb(246,143,158); }
H1.HeaderClassName
{
color: #F68F9E;
}
.AnyTagClassName
{
color: #F68F9E;
}
</style>
background-color css
<style>
a { background-color: #F68F9E; }
a { background-color: rgb(246,143,158); }
div.DivClassName
{
background-color: #F68F9E;
}
.BgClassName
{
background-color: #F68F9E;
}
</style>
border-color css
<style>
span { border-color: #F68F9E; }
span { border-color: rgb(246,143,158); }
td.TdClassName
{
border-color: #F68F9E;
}
.TagClassName
{
border-color: #F68F9E;
}
</style>