Shades of Wewak #F68C98
Tints of Wewak #F68C98
RGB
CMYK
RGB Variations
Color information
#F68C98 (or 0xF68C98) is known color: Wewak. HEX triplet: F6, 8C and 98. RGB value is (246,140,152). Sum of RGB (Red+Green+Blue) = 246+140+152=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C98 is #097367. Grayscale: #ADADAD. Windows color (decimal): -619368 or 9997558. OLE color: 9997558.
HSL color Cylindrical-coordinate representation of color #F68C98: hue angle of 353.21º 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 #F68C98 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 152 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.04 |
| HSL | 353.21º | 0.85% | 0.76% | - |
| HSV(B) | 353.21º | 0.43% | 0.96% | - |
| XYZ | 53.05 | 40.62 | 34.75 | - |
| YUV | 173.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 152 | 0 | 0.43 | 0.38 | 0.04 | 353.21 | 0.85 | 0.76 |
| Hex | F6 | 8C | 98 | 0 | 2B | 26 | 4 | 161 | 55 | 4C |
| Octal | 366 | 214 | 230 | 0 | 53 | 46 | 4 | 541 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10011000 | 0 | 101011 | 100110 | 100 | 101100001 | 1010101 | 1001100 |
Color Harmonies of #F68C98
Complementary color
Monochromatic Colors of #F68C98
Black with #F68C98
Text Example
Text Example
White with #F68C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C98; }
p { color: rgb(246,140,152); }
H1.HeaderClassName
{
color: #F68C98;
}
.AnyTagClassName
{
color: #F68C98;
}
</style>
background-color css
<style>
a { background-color: #F68C98; }
a { background-color: rgb(246,140,152); }
div.DivClassName
{
background-color: #F68C98;
}
.BgClassName
{
background-color: #F68C98;
}
</style>
border-color css
<style>
span { border-color: #F68C98; }
span { border-color: rgb(246,140,152); }
td.TdClassName
{
border-color: #F68C98;
}
.TagClassName
{
border-color: #F68C98;
}
</style>