Shades of Wewak #F68D9C
Tints of Wewak #F68D9C
RGB
CMYK
RGB Variations
Color information
#F68D9C (or 0xF68D9C) is known color: Wewak. HEX triplet: F6, 8D and 9C. RGB value is (246,141,156). Sum of RGB (Red+Green+Blue) = 246+141+156=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D9C is #097263. Grayscale: #AEAEAE. Windows color (decimal): -619108 or 10259958. OLE color: 10259958.
HSL color Cylindrical-coordinate representation of color #F68D9C: hue angle of 351.43º 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 #F68D9C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 156 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.04 |
| HSL | 351.43º | 0.85% | 0.76% | - |
| HSV(B) | 351.43º | 0.43% | 0.96% | - |
| XYZ | 53.53 | 41.04 | 36.55 | - |
| YUV | 174.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 156 | 0 | 0.43 | 0.37 | 0.04 | 351.43 | 0.85 | 0.76 |
| Hex | F6 | 8D | 9C | 0 | 2B | 25 | 4 | 15F | 55 | 4C |
| Octal | 366 | 215 | 234 | 0 | 53 | 45 | 4 | 537 | 125 | 114 |
| Binary | 11110110 | 10001101 | 10011100 | 0 | 101011 | 100101 | 100 | 101011111 | 1010101 | 1001100 |
Color Harmonies of #F68D9C
Complementary color
Monochromatic Colors of #F68D9C
Black with #F68D9C
Text Example
Text Example
White with #F68D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D9C; }
p { color: rgb(246,141,156); }
H1.HeaderClassName
{
color: #F68D9C;
}
.AnyTagClassName
{
color: #F68D9C;
}
</style>
background-color css
<style>
a { background-color: #F68D9C; }
a { background-color: rgb(246,141,156); }
div.DivClassName
{
background-color: #F68D9C;
}
.BgClassName
{
background-color: #F68D9C;
}
</style>
border-color css
<style>
span { border-color: #F68D9C; }
span { border-color: rgb(246,141,156); }
td.TdClassName
{
border-color: #F68D9C;
}
.TagClassName
{
border-color: #F68D9C;
}
</style>