Shades of Wewak #F68C91
Tints of Wewak #F68C91
RGB
CMYK
RGB Variations
Color information
#F68C91 (or 0xF68C91) is known color: Wewak. HEX triplet: F6, 8C and 91. RGB value is (246,140,145). Sum of RGB (Red+Green+Blue) = 246+140+145=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C91 is #09736E. Grayscale: #ACACAC. Windows color (decimal): -619375 or 9538806. OLE color: 9538806.
HSL color Cylindrical-coordinate representation of color #F68C91: hue angle of 357.17º 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 #F68C91 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 145 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.04 |
| HSL | 357.17º | 0.85% | 0.76% | - |
| HSV(B) | 357.17º | 0.43% | 0.96% | - |
| XYZ | 52.49 | 40.39 | 31.82 | - |
| YUV | 172.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 145 | 0 | 0.43 | 0.41 | 0.04 | 357.17 | 0.85 | 0.76 |
| Hex | F6 | 8C | 91 | 0 | 2B | 29 | 4 | 165 | 55 | 4C |
| Octal | 366 | 214 | 221 | 0 | 53 | 51 | 4 | 545 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10010001 | 0 | 101011 | 101001 | 100 | 101100101 | 1010101 | 1001100 |
Color Harmonies of #F68C91
Complementary color
Monochromatic Colors of #F68C91
Black with #F68C91
Text Example
Text Example
White with #F68C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C91; }
p { color: rgb(246,140,145); }
H1.HeaderClassName
{
color: #F68C91;
}
.AnyTagClassName
{
color: #F68C91;
}
</style>
background-color css
<style>
a { background-color: #F68C91; }
a { background-color: rgb(246,140,145); }
div.DivClassName
{
background-color: #F68C91;
}
.BgClassName
{
background-color: #F68C91;
}
</style>
border-color css
<style>
span { border-color: #F68C91; }
span { border-color: rgb(246,140,145); }
td.TdClassName
{
border-color: #F68C91;
}
.TagClassName
{
border-color: #F68C91;
}
</style>