Shades of Wewak #F6949D
Tints of Wewak #F6949D
RGB
CMYK
RGB Variations
Color information
#F6949D (or 0xF6949D) is known color: Wewak. HEX triplet: F6, 94 and 9D. RGB value is (246,148,157). Sum of RGB (Red+Green+Blue) = 246+148+157=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6949D is #096B62. Grayscale: #B2B2B2. Windows color (decimal): -617315 or 10327286. OLE color: 10327286.
HSL color Cylindrical-coordinate representation of color #F6949D: hue angle of 354.49º 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 #F6949D is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 157 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.04 |
| HSL | 354.49º | 0.84% | 0.77% | - |
| HSV(B) | 354.49º | 0.4% | 0.96% | - |
| XYZ | 54.68 | 43.21 | 37.36 | - |
| YUV | 178.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 157 | 0 | 0.40 | 0.36 | 0.04 | 354.49 | 0.84 | 0.77 |
| Hex | F6 | 94 | 9D | 0 | 28 | 24 | 4 | 162 | 54 | 4D |
| Octal | 366 | 224 | 235 | 0 | 50 | 44 | 4 | 542 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10011101 | 0 | 101000 | 100100 | 100 | 101100010 | 1010100 | 1001101 |
Color Harmonies of #F6949D
Complementary color
Monochromatic Colors of #F6949D
Black with #F6949D
Text Example
Text Example
White with #F6949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6949D; }
p { color: rgb(246,148,157); }
H1.HeaderClassName
{
color: #F6949D;
}
.AnyTagClassName
{
color: #F6949D;
}
</style>
background-color css
<style>
a { background-color: #F6949D; }
a { background-color: rgb(246,148,157); }
div.DivClassName
{
background-color: #F6949D;
}
.BgClassName
{
background-color: #F6949D;
}
</style>
border-color css
<style>
span { border-color: #F6949D; }
span { border-color: rgb(246,148,157); }
td.TdClassName
{
border-color: #F6949D;
}
.TagClassName
{
border-color: #F6949D;
}
</style>