Shades of Wewak #F6949B
Tints of Wewak #F6949B
RGB
CMYK
RGB Variations
Color information
#F6949B (or 0xF6949B) is known color: Wewak. HEX triplet: F6, 94 and 9B. RGB value is (246,148,155). Sum of RGB (Red+Green+Blue) = 246+148+155=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6949B is #096B64. Grayscale: #B2B2B2. Windows color (decimal): -617317 or 10196214. OLE color: 10196214.
HSL color Cylindrical-coordinate representation of color #F6949B: hue angle of 355.71º 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 #F6949B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 155 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.04 |
| HSL | 355.71º | 0.84% | 0.77% | - |
| HSV(B) | 355.71º | 0.4% | 0.96% | - |
| XYZ | 54.51 | 43.14 | 36.46 | - |
| YUV | 178.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 155 | 0 | 0.40 | 0.37 | 0.04 | 355.71 | 0.84 | 0.77 |
| Hex | F6 | 94 | 9B | 0 | 28 | 25 | 4 | 164 | 54 | 4D |
| Octal | 366 | 224 | 233 | 0 | 50 | 45 | 4 | 544 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10011011 | 0 | 101000 | 100101 | 100 | 101100100 | 1010100 | 1001101 |
Color Harmonies of #F6949B
Complementary color
Monochromatic Colors of #F6949B
Black with #F6949B
Text Example
Text Example
White with #F6949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6949B; }
p { color: rgb(246,148,155); }
H1.HeaderClassName
{
color: #F6949B;
}
.AnyTagClassName
{
color: #F6949B;
}
</style>
background-color css
<style>
a { background-color: #F6949B; }
a { background-color: rgb(246,148,155); }
div.DivClassName
{
background-color: #F6949B;
}
.BgClassName
{
background-color: #F6949B;
}
</style>
border-color css
<style>
span { border-color: #F6949B; }
span { border-color: rgb(246,148,155); }
td.TdClassName
{
border-color: #F6949B;
}
.TagClassName
{
border-color: #F6949B;
}
</style>