Shades of Wewak #F690A1
Tints of Wewak #F690A1
RGB
CMYK
RGB Variations
Color information
#F690A1 (or 0xF690A1) is known color: Wewak. HEX triplet: F6, 90 and A1. RGB value is (246,144,161). Sum of RGB (Red+Green+Blue) = 246+144+161=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F690A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690A1 is #096F5E. Grayscale: #B0B0B0. Windows color (decimal): -618335 or 10588406. OLE color: 10588406.
HSL color Cylindrical-coordinate representation of color #F690A1: hue angle of 350º 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 #F690A1 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 161 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.04 |
| HSL | 350º | 0.85% | 0.76% | - |
| HSV(B) | 350º | 0.41% | 0.96% | - |
| XYZ | 54.41 | 42.11 | 38.98 | - |
| YUV | 176.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 161 | 0 | 0.41 | 0.35 | 0.04 | 350 | 0.85 | 0.76 |
| Hex | F6 | 90 | A1 | 0 | 29 | 23 | 4 | 15E | 55 | 4C |
| Octal | 366 | 220 | 241 | 0 | 51 | 43 | 4 | 536 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10100001 | 0 | 101001 | 100011 | 100 | 101011110 | 1010101 | 1001100 |
Color Harmonies of #F690A1
Complementary color
Monochromatic Colors of #F690A1
Black with #F690A1
Text Example
Text Example
White with #F690A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690A1; }
p { color: rgb(246,144,161); }
H1.HeaderClassName
{
color: #F690A1;
}
.AnyTagClassName
{
color: #F690A1;
}
</style>
background-color css
<style>
a { background-color: #F690A1; }
a { background-color: rgb(246,144,161); }
div.DivClassName
{
background-color: #F690A1;
}
.BgClassName
{
background-color: #F690A1;
}
</style>
border-color css
<style>
span { border-color: #F690A1; }
span { border-color: rgb(246,144,161); }
td.TdClassName
{
border-color: #F690A1;
}
.TagClassName
{
border-color: #F690A1;
}
</style>