Shades of Wewak #F68D9B
Tints of Wewak #F68D9B
RGB
CMYK
RGB Variations
Color information
#F68D9B (or 0xF68D9B) is known color: Wewak. HEX triplet: F6, 8D and 9B. RGB value is (246,141,155). Sum of RGB (Red+Green+Blue) = 246+141+155=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D9B is #097264. Grayscale: #AEAEAE. Windows color (decimal): -619109 or 10194422. OLE color: 10194422.
HSL color Cylindrical-coordinate representation of color #F68D9B: hue angle of 352º 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 #F68D9B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 155 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.04 |
| HSL | 352º | 0.85% | 0.76% | - |
| HSV(B) | 352º | 0.43% | 0.96% | - |
| XYZ | 53.45 | 41.01 | 36.11 | - |
| YUV | 173.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 155 | 0 | 0.43 | 0.37 | 0.04 | 352 | 0.85 | 0.76 |
| Hex | F6 | 8D | 9B | 0 | 2B | 25 | 4 | 160 | 55 | 4C |
| Octal | 366 | 215 | 233 | 0 | 53 | 45 | 4 | 540 | 125 | 114 |
| Binary | 11110110 | 10001101 | 10011011 | 0 | 101011 | 100101 | 100 | 101100000 | 1010101 | 1001100 |
Color Harmonies of #F68D9B
Complementary color
Monochromatic Colors of #F68D9B
Black with #F68D9B
Text Example
Text Example
White with #F68D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D9B; }
p { color: rgb(246,141,155); }
H1.HeaderClassName
{
color: #F68D9B;
}
.AnyTagClassName
{
color: #F68D9B;
}
</style>
background-color css
<style>
a { background-color: #F68D9B; }
a { background-color: rgb(246,141,155); }
div.DivClassName
{
background-color: #F68D9B;
}
.BgClassName
{
background-color: #F68D9B;
}
</style>
border-color css
<style>
span { border-color: #F68D9B; }
span { border-color: rgb(246,141,155); }
td.TdClassName
{
border-color: #F68D9B;
}
.TagClassName
{
border-color: #F68D9B;
}
</style>