Shades of Wewak #F68592
Tints of Wewak #F68592
RGB
CMYK
RGB Variations
Color information
#F68592 (or 0xF68592) is known color: Wewak. HEX triplet: F6, 85 and 92. RGB value is (246,133,146). Sum of RGB (Red+Green+Blue) = 246+133+146=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F68592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68592 is #097A6D. Grayscale: #A8A8A8. Windows color (decimal): -621166 or 9602550. OLE color: 9602550.
HSL color Cylindrical-coordinate representation of color #F68592: hue angle of 353.1º 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 #F68592 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 146 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.04 |
| HSL | 353.1º | 0.86% | 0.74% | - |
| HSV(B) | 353.1º | 0.46% | 0.96% | - |
| XYZ | 51.58 | 38.44 | 31.9 | - |
| YUV | 168.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 146 | 0 | 0.46 | 0.41 | 0.04 | 353.1 | 0.86 | 0.74 |
| Hex | F6 | 85 | 92 | 0 | 2E | 29 | 4 | 161 | 56 | 4A |
| Octal | 366 | 205 | 222 | 0 | 56 | 51 | 4 | 541 | 126 | 112 |
| Binary | 11110110 | 10000101 | 10010010 | 0 | 101110 | 101001 | 100 | 101100001 | 1010110 | 1001010 |
Color Harmonies of #F68592
Complementary color
Monochromatic Colors of #F68592
Black with #F68592
Text Example
Text Example
White with #F68592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68592; }
p { color: rgb(246,133,146); }
H1.HeaderClassName
{
color: #F68592;
}
.AnyTagClassName
{
color: #F68592;
}
</style>
background-color css
<style>
a { background-color: #F68592; }
a { background-color: rgb(246,133,146); }
div.DivClassName
{
background-color: #F68592;
}
.BgClassName
{
background-color: #F68592;
}
</style>
border-color css
<style>
span { border-color: #F68592; }
span { border-color: rgb(246,133,146); }
td.TdClassName
{
border-color: #F68592;
}
.TagClassName
{
border-color: #F68592;
}
</style>