Shades of Wewak #F69A9B
Tints of Wewak #F69A9B
RGB
CMYK
RGB Variations
Color information
#F69A9B (or 0xF69A9B) is known color: Wewak. HEX triplet: F6, 9A and 9B. RGB value is (246,154,155). Sum of RGB (Red+Green+Blue) = 246+154+155=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A9B is #096564. Grayscale: #B5B5B5. Windows color (decimal): -615781 or 10197750. OLE color: 10197750.
HSL color Cylindrical-coordinate representation of color #F69A9B: hue angle of 359.35º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69A9B is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 155 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.04 |
| HSL | 359.35º | 0.84% | 0.78% | - |
| HSV(B) | 359.35º | 0.37% | 0.96% | - |
| XYZ | 55.48 | 45.07 | 36.79 | - |
| YUV | 181.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 155 | 0 | 0.37 | 0.37 | 0.04 | 359.35 | 0.84 | 0.78 |
| Hex | F6 | 9A | 9B | 0 | 25 | 25 | 4 | 167 | 54 | 4E |
| Octal | 366 | 232 | 233 | 0 | 45 | 45 | 4 | 547 | 124 | 116 |
| Binary | 11110110 | 10011010 | 10011011 | 0 | 100101 | 100101 | 100 | 101100111 | 1010100 | 1001110 |
Color Harmonies of #F69A9B
Complementary color
Monochromatic Colors of #F69A9B
Black with #F69A9B
Text Example
Text Example
White with #F69A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A9B; }
p { color: rgb(246,154,155); }
H1.HeaderClassName
{
color: #F69A9B;
}
.AnyTagClassName
{
color: #F69A9B;
}
</style>
background-color css
<style>
a { background-color: #F69A9B; }
a { background-color: rgb(246,154,155); }
div.DivClassName
{
background-color: #F69A9B;
}
.BgClassName
{
background-color: #F69A9B;
}
</style>
border-color css
<style>
span { border-color: #F69A9B; }
span { border-color: rgb(246,154,155); }
td.TdClassName
{
border-color: #F69A9B;
}
.TagClassName
{
border-color: #F69A9B;
}
</style>