Shades of Wewak #F69EA1
Tints of Wewak #F69EA1
RGB
CMYK
RGB Variations
Color information
#F69EA1 (or 0xF69EA1) is known color: Wewak. HEX triplet: F6, 9E and A1. RGB value is (246,158,161). Sum of RGB (Red+Green+Blue) = 246+158+161=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69EA1 is #09615E. Grayscale: #B8B8B8. Windows color (decimal): -614751 or 10591990. OLE color: 10591990.
HSL color Cylindrical-coordinate representation of color #F69EA1: hue angle of 357.95º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69EA1 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 161 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.04 |
| HSL | 357.95º | 0.83% | 0.79% | - |
| HSV(B) | 357.95º | 0.36% | 0.96% | - |
| XYZ | 56.67 | 46.62 | 39.73 | - |
| YUV | 184.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 161 | 0 | 0.36 | 0.35 | 0.04 | 357.95 | 0.83 | 0.79 |
| Hex | F6 | 9E | A1 | 0 | 24 | 23 | 4 | 166 | 53 | 4F |
| Octal | 366 | 236 | 241 | 0 | 44 | 43 | 4 | 546 | 123 | 117 |
| Binary | 11110110 | 10011110 | 10100001 | 0 | 100100 | 100011 | 100 | 101100110 | 1010011 | 1001111 |
Color Harmonies of #F69EA1
Complementary color
Monochromatic Colors of #F69EA1
Black with #F69EA1
Text Example
Text Example
White with #F69EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EA1; }
p { color: rgb(246,158,161); }
H1.HeaderClassName
{
color: #F69EA1;
}
.AnyTagClassName
{
color: #F69EA1;
}
</style>
background-color css
<style>
a { background-color: #F69EA1; }
a { background-color: rgb(246,158,161); }
div.DivClassName
{
background-color: #F69EA1;
}
.BgClassName
{
background-color: #F69EA1;
}
</style>
border-color css
<style>
span { border-color: #F69EA1; }
span { border-color: rgb(246,158,161); }
td.TdClassName
{
border-color: #F69EA1;
}
.TagClassName
{
border-color: #F69EA1;
}
</style>