Shades of Wewak #F69294
Tints of Wewak #F69294
RGB
CMYK
RGB Variations
Color information
#F69294 (or 0xF69294) is known color: Wewak. HEX triplet: F6, 92 and 94. RGB value is (246,146,148). Sum of RGB (Red+Green+Blue) = 246+146+148=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F69294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69294 is #096D6B. Grayscale: #B0B0B0. Windows color (decimal): -617836 or 9736950. OLE color: 9736950.
HSL color Cylindrical-coordinate representation of color #F69294: hue angle of 358.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69294 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 148 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.04 |
| HSL | 358.8º | 0.85% | 0.77% | - |
| HSV(B) | 358.8º | 0.41% | 0.96% | - |
| XYZ | 53.63 | 42.29 | 33.35 | - |
| YUV | 176.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 148 | 0 | 0.41 | 0.40 | 0.04 | 358.8 | 0.85 | 0.77 |
| Hex | F6 | 92 | 94 | 0 | 29 | 28 | 4 | 167 | 55 | 4D |
| Octal | 366 | 222 | 224 | 0 | 51 | 50 | 4 | 547 | 125 | 115 |
| Binary | 11110110 | 10010010 | 10010100 | 0 | 101001 | 101000 | 100 | 101100111 | 1010101 | 1001101 |
Color Harmonies of #F69294
Complementary color
Monochromatic Colors of #F69294
Black with #F69294
Text Example
Text Example
White with #F69294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69294; }
p { color: rgb(246,146,148); }
H1.HeaderClassName
{
color: #F69294;
}
.AnyTagClassName
{
color: #F69294;
}
</style>
background-color css
<style>
a { background-color: #F69294; }
a { background-color: rgb(246,146,148); }
div.DivClassName
{
background-color: #F69294;
}
.BgClassName
{
background-color: #F69294;
}
</style>
border-color css
<style>
span { border-color: #F69294; }
span { border-color: rgb(246,146,148); }
td.TdClassName
{
border-color: #F69294;
}
.TagClassName
{
border-color: #F69294;
}
</style>