Shades of Wewak #F68492
Tints of Wewak #F68492
RGB
CMYK
RGB Variations
Color information
#F68492 (or 0xF68492) is known color: Wewak. HEX triplet: F6, 84 and 92. RGB value is (246,132,146). Sum of RGB (Red+Green+Blue) = 246+132+146=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F68492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68492 is #097B6D. Grayscale: #A7A7A7. Windows color (decimal): -621422 or 9602294. OLE color: 9602294.
HSL color Cylindrical-coordinate representation of color #F68492: hue angle of 352.63º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68492 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 146 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.04 |
| HSL | 352.63º | 0.86% | 0.74% | - |
| HSV(B) | 352.63º | 0.46% | 0.96% | - |
| XYZ | 51.45 | 38.17 | 31.85 | - |
| YUV | 167.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 146 | 0 | 0.46 | 0.41 | 0.04 | 352.63 | 0.86 | 0.74 |
| Hex | F6 | 84 | 92 | 0 | 2E | 29 | 4 | 161 | 56 | 4A |
| Octal | 366 | 204 | 222 | 0 | 56 | 51 | 4 | 541 | 126 | 112 |
| Binary | 11110110 | 10000100 | 10010010 | 0 | 101110 | 101001 | 100 | 101100001 | 1010110 | 1001010 |
Color Harmonies of #F68492
Complementary color
Monochromatic Colors of #F68492
Black with #F68492
Text Example
Text Example
White with #F68492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68492; }
p { color: rgb(246,132,146); }
H1.HeaderClassName
{
color: #F68492;
}
.AnyTagClassName
{
color: #F68492;
}
</style>
background-color css
<style>
a { background-color: #F68492; }
a { background-color: rgb(246,132,146); }
div.DivClassName
{
background-color: #F68492;
}
.BgClassName
{
background-color: #F68492;
}
</style>
border-color css
<style>
span { border-color: #F68492; }
span { border-color: rgb(246,132,146); }
td.TdClassName
{
border-color: #F68492;
}
.TagClassName
{
border-color: #F68492;
}
</style>