Shades of Wewak #F690A0
Tints of Wewak #F690A0
RGB
CMYK
RGB Variations
Color information
#F690A0 (or 0xF690A0) is known color: Wewak. HEX triplet: F6, 90 and A0. RGB value is (246,144,160). Sum of RGB (Red+Green+Blue) = 246+144+160=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F690A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690A0 is #096F5F. Grayscale: #B0B0B0. Windows color (decimal): -618336 or 10522870. OLE color: 10522870.
HSL color Cylindrical-coordinate representation of color #F690A0: hue angle of 350.59º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690A0 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 160 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.04 |
| HSL | 350.59º | 0.85% | 0.76% | - |
| HSV(B) | 350.59º | 0.41% | 0.96% | - |
| XYZ | 54.32 | 42.08 | 38.52 | - |
| YUV | 176.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 160 | 0 | 0.41 | 0.35 | 0.04 | 350.59 | 0.85 | 0.76 |
| Hex | F6 | 90 | A0 | 0 | 29 | 23 | 4 | 15F | 55 | 4C |
| Octal | 366 | 220 | 240 | 0 | 51 | 43 | 4 | 537 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10100000 | 0 | 101001 | 100011 | 100 | 101011111 | 1010101 | 1001100 |
Color Harmonies of #F690A0
Complementary color
Monochromatic Colors of #F690A0
Black with #F690A0
Text Example
Text Example
White with #F690A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690A0; }
p { color: rgb(246,144,160); }
H1.HeaderClassName
{
color: #F690A0;
}
.AnyTagClassName
{
color: #F690A0;
}
</style>
background-color css
<style>
a { background-color: #F690A0; }
a { background-color: rgb(246,144,160); }
div.DivClassName
{
background-color: #F690A0;
}
.BgClassName
{
background-color: #F690A0;
}
</style>
border-color css
<style>
span { border-color: #F690A0; }
span { border-color: rgb(246,144,160); }
td.TdClassName
{
border-color: #F690A0;
}
.TagClassName
{
border-color: #F690A0;
}
</style>