Shades of Wewak #F69AA2
Tints of Wewak #F69AA2
RGB
CMYK
RGB Variations
Color information
#F69AA2 (or 0xF69AA2) is known color: Wewak. HEX triplet: F6, 9A and A2. RGB value is (246,154,162). Sum of RGB (Red+Green+Blue) = 246+154+162=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69AA2 is #09655D. Grayscale: #B6B6B6. Windows color (decimal): -615774 or 10656502. OLE color: 10656502.
HSL color Cylindrical-coordinate representation of color #F69AA2: hue angle of 354.78º 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 #F69AA2 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 162 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.04 |
| HSL | 354.78º | 0.84% | 0.78% | - |
| HSV(B) | 354.78º | 0.37% | 0.96% | - |
| XYZ | 56.08 | 45.31 | 39.97 | - |
| YUV | 182.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 162 | 0 | 0.37 | 0.34 | 0.04 | 354.78 | 0.84 | 0.78 |
| Hex | F6 | 9A | A2 | 0 | 25 | 22 | 4 | 163 | 54 | 4E |
| Octal | 366 | 232 | 242 | 0 | 45 | 42 | 4 | 543 | 124 | 116 |
| Binary | 11110110 | 10011010 | 10100010 | 0 | 100101 | 100010 | 100 | 101100011 | 1010100 | 1001110 |
Color Harmonies of #F69AA2
Complementary color
Monochromatic Colors of #F69AA2
Black with #F69AA2
Text Example
Text Example
White with #F69AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AA2; }
p { color: rgb(246,154,162); }
H1.HeaderClassName
{
color: #F69AA2;
}
.AnyTagClassName
{
color: #F69AA2;
}
</style>
background-color css
<style>
a { background-color: #F69AA2; }
a { background-color: rgb(246,154,162); }
div.DivClassName
{
background-color: #F69AA2;
}
.BgClassName
{
background-color: #F69AA2;
}
</style>
border-color css
<style>
span { border-color: #F69AA2; }
span { border-color: rgb(246,154,162); }
td.TdClassName
{
border-color: #F69AA2;
}
.TagClassName
{
border-color: #F69AA2;
}
</style>