Shades of Wewak #F68B9C
Tints of Wewak #F68B9C
RGB
CMYK
RGB Variations
Color information
#F68B9C (or 0xF68B9C) is known color: Wewak. HEX triplet: F6, 8B and 9C. RGB value is (246,139,156). Sum of RGB (Red+Green+Blue) = 246+139+156=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68B9C is #097463. Grayscale: #ACACAC. Windows color (decimal): -619620 or 10259446. OLE color: 10259446.
HSL color Cylindrical-coordinate representation of color #F68B9C: hue angle of 350.47º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68B9C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 156 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.04 |
| HSL | 350.47º | 0.86% | 0.75% | - |
| HSV(B) | 350.47º | 0.43% | 0.96% | - |
| XYZ | 53.24 | 40.46 | 36.46 | - |
| YUV | 172.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 156 | 0 | 0.43 | 0.37 | 0.04 | 350.47 | 0.86 | 0.75 |
| Hex | F6 | 8B | 9C | 0 | 2B | 25 | 4 | 15E | 56 | 4B |
| Octal | 366 | 213 | 234 | 0 | 53 | 45 | 4 | 536 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10011100 | 0 | 101011 | 100101 | 100 | 101011110 | 1010110 | 1001011 |
Color Harmonies of #F68B9C
Complementary color
Monochromatic Colors of #F68B9C
Black with #F68B9C
Text Example
Text Example
White with #F68B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B9C; }
p { color: rgb(246,139,156); }
H1.HeaderClassName
{
color: #F68B9C;
}
.AnyTagClassName
{
color: #F68B9C;
}
</style>
background-color css
<style>
a { background-color: #F68B9C; }
a { background-color: rgb(246,139,156); }
div.DivClassName
{
background-color: #F68B9C;
}
.BgClassName
{
background-color: #F68B9C;
}
</style>
border-color css
<style>
span { border-color: #F68B9C; }
span { border-color: rgb(246,139,156); }
td.TdClassName
{
border-color: #F68B9C;
}
.TagClassName
{
border-color: #F68B9C;
}
</style>