Shades of Wewak #F6949E
Tints of Wewak #F6949E
RGB
CMYK
RGB Variations
Color information
#F6949E (or 0xF6949E) is known color: Wewak. HEX triplet: F6, 94 and 9E. RGB value is (246,148,158). Sum of RGB (Red+Green+Blue) = 246+148+158=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6949E is #096B61. Grayscale: #B2B2B2. Windows color (decimal): -617314 or 10392822. OLE color: 10392822.
HSL color Cylindrical-coordinate representation of color #F6949E: hue angle of 353.88º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6949E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 158 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.04 |
| HSL | 353.88º | 0.84% | 0.77% | - |
| HSV(B) | 353.88º | 0.4% | 0.96% | - |
| XYZ | 54.77 | 43.24 | 37.81 | - |
| YUV | 178.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 158 | 0 | 0.40 | 0.36 | 0.04 | 353.88 | 0.84 | 0.77 |
| Hex | F6 | 94 | 9E | 0 | 28 | 24 | 4 | 162 | 54 | 4D |
| Octal | 366 | 224 | 236 | 0 | 50 | 44 | 4 | 542 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10011110 | 0 | 101000 | 100100 | 100 | 101100010 | 1010100 | 1001101 |
Color Harmonies of #F6949E
Complementary color
Monochromatic Colors of #F6949E
Black with #F6949E
Text Example
Text Example
White with #F6949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6949E; }
p { color: rgb(246,148,158); }
H1.HeaderClassName
{
color: #F6949E;
}
.AnyTagClassName
{
color: #F6949E;
}
</style>
background-color css
<style>
a { background-color: #F6949E; }
a { background-color: rgb(246,148,158); }
div.DivClassName
{
background-color: #F6949E;
}
.BgClassName
{
background-color: #F6949E;
}
</style>
border-color css
<style>
span { border-color: #F6949E; }
span { border-color: rgb(246,148,158); }
td.TdClassName
{
border-color: #F6949E;
}
.TagClassName
{
border-color: #F6949E;
}
</style>