Shades of Wewak #F68C9B
Tints of Wewak #F68C9B
RGB
CMYK
RGB Variations
Color information
#F68C9B (or 0xF68C9B) is known color: Wewak. HEX triplet: F6, 8C and 9B. RGB value is (246,140,155). Sum of RGB (Red+Green+Blue) = 246+140+155=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C9B is #097364. Grayscale: #ADADAD. Windows color (decimal): -619365 or 10194166. OLE color: 10194166.
HSL color Cylindrical-coordinate representation of color #F68C9B: hue angle of 351.51º 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 #F68C9B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 155 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.04 |
| HSL | 351.51º | 0.85% | 0.76% | - |
| HSV(B) | 351.51º | 0.43% | 0.96% | - |
| XYZ | 53.3 | 40.72 | 36.06 | - |
| YUV | 173.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 155 | 0 | 0.43 | 0.37 | 0.04 | 351.51 | 0.85 | 0.76 |
| Hex | F6 | 8C | 9B | 0 | 2B | 25 | 4 | 160 | 55 | 4C |
| Octal | 366 | 214 | 233 | 0 | 53 | 45 | 4 | 540 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10011011 | 0 | 101011 | 100101 | 100 | 101100000 | 1010101 | 1001100 |
Color Harmonies of #F68C9B
Complementary color
Monochromatic Colors of #F68C9B
Black with #F68C9B
Text Example
Text Example
White with #F68C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C9B; }
p { color: rgb(246,140,155); }
H1.HeaderClassName
{
color: #F68C9B;
}
.AnyTagClassName
{
color: #F68C9B;
}
</style>
background-color css
<style>
a { background-color: #F68C9B; }
a { background-color: rgb(246,140,155); }
div.DivClassName
{
background-color: #F68C9B;
}
.BgClassName
{
background-color: #F68C9B;
}
</style>
border-color css
<style>
span { border-color: #F68C9B; }
span { border-color: rgb(246,140,155); }
td.TdClassName
{
border-color: #F68C9B;
}
.TagClassName
{
border-color: #F68C9B;
}
</style>