Shades of Wewak #F6949C
Tints of Wewak #F6949C
RGB
CMYK
RGB Variations
Color information
#F6949C (or 0xF6949C) is known color: Wewak. HEX triplet: F6, 94 and 9C. RGB value is (246,148,156). Sum of RGB (Red+Green+Blue) = 246+148+156=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6949C is #096B63. Grayscale: #B2B2B2. Windows color (decimal): -617316 or 10261750. OLE color: 10261750.
HSL color Cylindrical-coordinate representation of color #F6949C: hue angle of 355.1º 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 #F6949C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 156 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.04 |
| HSL | 355.1º | 0.84% | 0.77% | - |
| HSV(B) | 355.1º | 0.4% | 0.96% | - |
| XYZ | 54.6 | 43.17 | 36.91 | - |
| YUV | 178.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 156 | 0 | 0.40 | 0.37 | 0.04 | 355.1 | 0.84 | 0.77 |
| Hex | F6 | 94 | 9C | 0 | 28 | 25 | 4 | 163 | 54 | 4D |
| Octal | 366 | 224 | 234 | 0 | 50 | 45 | 4 | 543 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10011100 | 0 | 101000 | 100101 | 100 | 101100011 | 1010100 | 1001101 |
Color Harmonies of #F6949C
Complementary color
Monochromatic Colors of #F6949C
Black with #F6949C
Text Example
Text Example
White with #F6949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6949C; }
p { color: rgb(246,148,156); }
H1.HeaderClassName
{
color: #F6949C;
}
.AnyTagClassName
{
color: #F6949C;
}
</style>
background-color css
<style>
a { background-color: #F6949C; }
a { background-color: rgb(246,148,156); }
div.DivClassName
{
background-color: #F6949C;
}
.BgClassName
{
background-color: #F6949C;
}
</style>
border-color css
<style>
span { border-color: #F6949C; }
span { border-color: rgb(246,148,156); }
td.TdClassName
{
border-color: #F6949C;
}
.TagClassName
{
border-color: #F6949C;
}
</style>