Shades of Wewak #F69A9D
Tints of Wewak #F69A9D
RGB
CMYK
RGB Variations
Color information
#F69A9D (or 0xF69A9D) is known color: Wewak. HEX triplet: F6, 9A and 9D. RGB value is (246,154,157). Sum of RGB (Red+Green+Blue) = 246+154+157=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A9D is #096562. Grayscale: #B5B5B5. Windows color (decimal): -615779 or 10328822. OLE color: 10328822.
HSL color Cylindrical-coordinate representation of color #F69A9D: hue angle of 358.04º 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 #F69A9D is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 157 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.04 |
| HSL | 358.04º | 0.84% | 0.78% | - |
| HSV(B) | 358.04º | 0.37% | 0.96% | - |
| XYZ | 55.65 | 45.14 | 37.68 | - |
| YUV | 181.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 157 | 0 | 0.37 | 0.36 | 0.04 | 358.04 | 0.84 | 0.78 |
| Hex | F6 | 9A | 9D | 0 | 25 | 24 | 4 | 166 | 54 | 4E |
| Octal | 366 | 232 | 235 | 0 | 45 | 44 | 4 | 546 | 124 | 116 |
| Binary | 11110110 | 10011010 | 10011101 | 0 | 100101 | 100100 | 100 | 101100110 | 1010100 | 1001110 |
Color Harmonies of #F69A9D
Complementary color
Monochromatic Colors of #F69A9D
Black with #F69A9D
Text Example
Text Example
White with #F69A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A9D; }
p { color: rgb(246,154,157); }
H1.HeaderClassName
{
color: #F69A9D;
}
.AnyTagClassName
{
color: #F69A9D;
}
</style>
background-color css
<style>
a { background-color: #F69A9D; }
a { background-color: rgb(246,154,157); }
div.DivClassName
{
background-color: #F69A9D;
}
.BgClassName
{
background-color: #F69A9D;
}
</style>
border-color css
<style>
span { border-color: #F69A9D; }
span { border-color: rgb(246,154,157); }
td.TdClassName
{
border-color: #F69A9D;
}
.TagClassName
{
border-color: #F69A9D;
}
</style>