Shades of Wewak #F68A92
Tints of Wewak #F68A92
RGB
CMYK
RGB Variations
Color information
#F68A92 (or 0xF68A92) is known color: Wewak. HEX triplet: F6, 8A and 92. RGB value is (246,138,146). Sum of RGB (Red+Green+Blue) = 246+138+146=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68A92 is #09756D. Grayscale: #ABABAB. Windows color (decimal): -619886 or 9603830. OLE color: 9603830.
HSL color Cylindrical-coordinate representation of color #F68A92: hue angle of 355.56º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68A92 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 146 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.04 |
| HSL | 355.56º | 0.86% | 0.75% | - |
| HSV(B) | 355.56º | 0.44% | 0.96% | - |
| XYZ | 52.28 | 39.85 | 32.13 | - |
| YUV | 171.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 146 | 0 | 0.44 | 0.41 | 0.04 | 355.56 | 0.86 | 0.75 |
| Hex | F6 | 8A | 92 | 0 | 2C | 29 | 4 | 164 | 56 | 4B |
| Octal | 366 | 212 | 222 | 0 | 54 | 51 | 4 | 544 | 126 | 113 |
| Binary | 11110110 | 10001010 | 10010010 | 0 | 101100 | 101001 | 100 | 101100100 | 1010110 | 1001011 |
Color Harmonies of #F68A92
Complementary color
Monochromatic Colors of #F68A92
Black with #F68A92
Text Example
Text Example
White with #F68A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A92; }
p { color: rgb(246,138,146); }
H1.HeaderClassName
{
color: #F68A92;
}
.AnyTagClassName
{
color: #F68A92;
}
</style>
background-color css
<style>
a { background-color: #F68A92; }
a { background-color: rgb(246,138,146); }
div.DivClassName
{
background-color: #F68A92;
}
.BgClassName
{
background-color: #F68A92;
}
</style>
border-color css
<style>
span { border-color: #F68A92; }
span { border-color: rgb(246,138,146); }
td.TdClassName
{
border-color: #F68A92;
}
.TagClassName
{
border-color: #F68A92;
}
</style>