Shades of Wewak #F69FA1
Tints of Wewak #F69FA1
RGB
CMYK
RGB Variations
Color information
#F69FA1 (or 0xF69FA1) is known color: Wewak. HEX triplet: F6, 9F and A1. RGB value is (246,159,161). Sum of RGB (Red+Green+Blue) = 246+159+161=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69FA1 is #09605E. Grayscale: #B9B9B9. Windows color (decimal): -614495 or 10592246. OLE color: 10592246.
HSL color Cylindrical-coordinate representation of color #F69FA1: hue angle of 358.62º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F69FA1 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 161 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.04 |
| HSL | 358.62º | 0.83% | 0.79% | - |
| HSV(B) | 358.62º | 0.35% | 0.96% | - |
| XYZ | 56.84 | 46.96 | 39.79 | - |
| YUV | 185.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 161 | 0 | 0.35 | 0.35 | 0.04 | 358.62 | 0.83 | 0.79 |
| Hex | F6 | 9F | A1 | 0 | 23 | 23 | 4 | 167 | 53 | 4F |
| Octal | 366 | 237 | 241 | 0 | 43 | 43 | 4 | 547 | 123 | 117 |
| Binary | 11110110 | 10011111 | 10100001 | 0 | 100011 | 100011 | 100 | 101100111 | 1010011 | 1001111 |
Color Harmonies of #F69FA1
Complementary color
Monochromatic Colors of #F69FA1
Black with #F69FA1
Text Example
Text Example
White with #F69FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69FA1; }
p { color: rgb(246,159,161); }
H1.HeaderClassName
{
color: #F69FA1;
}
.AnyTagClassName
{
color: #F69FA1;
}
</style>
background-color css
<style>
a { background-color: #F69FA1; }
a { background-color: rgb(246,159,161); }
div.DivClassName
{
background-color: #F69FA1;
}
.BgClassName
{
background-color: #F69FA1;
}
</style>
border-color css
<style>
span { border-color: #F69FA1; }
span { border-color: rgb(246,159,161); }
td.TdClassName
{
border-color: #F69FA1;
}
.TagClassName
{
border-color: #F69FA1;
}
</style>