Shades of Wewak #F6959C
Tints of Wewak #F6959C
RGB
CMYK
RGB Variations
Color information
#F6959C (or 0xF6959C) is known color: Wewak. HEX triplet: F6, 95 and 9C. RGB value is (246,149,156). Sum of RGB (Red+Green+Blue) = 246+149+156=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6959C is #096A63. Grayscale: #B2B2B2. Windows color (decimal): -617060 or 10262006. OLE color: 10262006.
HSL color Cylindrical-coordinate representation of color #F6959C: hue angle of 355.67º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6959C is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 156 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.04 |
| HSL | 355.67º | 0.84% | 0.77% | - |
| HSV(B) | 355.67º | 0.39% | 0.96% | - |
| XYZ | 54.75 | 43.49 | 36.96 | - |
| YUV | 178.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 156 | 0 | 0.39 | 0.37 | 0.04 | 355.67 | 0.84 | 0.77 |
| Hex | F6 | 95 | 9C | 0 | 27 | 25 | 4 | 164 | 54 | 4D |
| Octal | 366 | 225 | 234 | 0 | 47 | 45 | 4 | 544 | 124 | 115 |
| Binary | 11110110 | 10010101 | 10011100 | 0 | 100111 | 100101 | 100 | 101100100 | 1010100 | 1001101 |
Color Harmonies of #F6959C
Complementary color
Monochromatic Colors of #F6959C
Black with #F6959C
Text Example
Text Example
White with #F6959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6959C; }
p { color: rgb(246,149,156); }
H1.HeaderClassName
{
color: #F6959C;
}
.AnyTagClassName
{
color: #F6959C;
}
</style>
background-color css
<style>
a { background-color: #F6959C; }
a { background-color: rgb(246,149,156); }
div.DivClassName
{
background-color: #F6959C;
}
.BgClassName
{
background-color: #F6959C;
}
</style>
border-color css
<style>
span { border-color: #F6959C; }
span { border-color: rgb(246,149,156); }
td.TdClassName
{
border-color: #F6959C;
}
.TagClassName
{
border-color: #F6959C;
}
</style>