Shades of Wewak #F6868C
Tints of Wewak #F6868C
RGB
CMYK
RGB Variations
Color information
#F6868C (or 0xF6868C) is known color: Wewak. HEX triplet: F6, 86 and 8C. RGB value is (246,134,140). Sum of RGB (Red+Green+Blue) = 246+134+140=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6868C is #097973. Grayscale: #A8A8A8. Windows color (decimal): -620916 or 9209590. OLE color: 9209590.
HSL color Cylindrical-coordinate representation of color #F6868C: hue angle of 356.79º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6868C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 140 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.04 |
| HSL | 356.79º | 0.86% | 0.75% | - |
| HSV(B) | 356.79º | 0.46% | 0.96% | - |
| XYZ | 51.26 | 38.54 | 29.55 | - |
| YUV | 168.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 140 | 0 | 0.46 | 0.43 | 0.04 | 356.79 | 0.86 | 0.75 |
| Hex | F6 | 86 | 8C | 0 | 2E | 2B | 4 | 165 | 56 | 4B |
| Octal | 366 | 206 | 214 | 0 | 56 | 53 | 4 | 545 | 126 | 113 |
| Binary | 11110110 | 10000110 | 10001100 | 0 | 101110 | 101011 | 100 | 101100101 | 1010110 | 1001011 |
Color Harmonies of #F6868C
Complementary color
Monochromatic Colors of #F6868C
Black with #F6868C
Text Example
Text Example
White with #F6868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6868C; }
p { color: rgb(246,134,140); }
H1.HeaderClassName
{
color: #F6868C;
}
.AnyTagClassName
{
color: #F6868C;
}
</style>
background-color css
<style>
a { background-color: #F6868C; }
a { background-color: rgb(246,134,140); }
div.DivClassName
{
background-color: #F6868C;
}
.BgClassName
{
background-color: #F6868C;
}
</style>
border-color css
<style>
span { border-color: #F6868C; }
span { border-color: rgb(246,134,140); }
td.TdClassName
{
border-color: #F6868C;
}
.TagClassName
{
border-color: #F6868C;
}
</style>