Shades of Wewak #F68794
Tints of Wewak #F68794
RGB
CMYK
RGB Variations
Color information
#F68794 (or 0xF68794) is known color: Wewak. HEX triplet: F6, 87 and 94. RGB value is (246,135,148). Sum of RGB (Red+Green+Blue) = 246+135+148=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F68794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68794 is #09786B. Grayscale: #A9A9A9. Windows color (decimal): -620652 or 9734134. OLE color: 9734134.
HSL color Cylindrical-coordinate representation of color #F68794: hue angle of 352.97º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F68794 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 148 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.04 |
| HSL | 352.97º | 0.86% | 0.75% | - |
| HSV(B) | 352.97º | 0.45% | 0.96% | - |
| XYZ | 52.02 | 39.06 | 32.81 | - |
| YUV | 169.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 148 | 0 | 0.45 | 0.40 | 0.04 | 352.97 | 0.86 | 0.75 |
| Hex | F6 | 87 | 94 | 0 | 2D | 28 | 4 | 161 | 56 | 4B |
| Octal | 366 | 207 | 224 | 0 | 55 | 50 | 4 | 541 | 126 | 113 |
| Binary | 11110110 | 10000111 | 10010100 | 0 | 101101 | 101000 | 100 | 101100001 | 1010110 | 1001011 |
Color Harmonies of #F68794
Complementary color
Monochromatic Colors of #F68794
Black with #F68794
Text Example
Text Example
White with #F68794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68794; }
p { color: rgb(246,135,148); }
H1.HeaderClassName
{
color: #F68794;
}
.AnyTagClassName
{
color: #F68794;
}
</style>
background-color css
<style>
a { background-color: #F68794; }
a { background-color: rgb(246,135,148); }
div.DivClassName
{
background-color: #F68794;
}
.BgClassName
{
background-color: #F68794;
}
</style>
border-color css
<style>
span { border-color: #F68794; }
span { border-color: rgb(246,135,148); }
td.TdClassName
{
border-color: #F68794;
}
.TagClassName
{
border-color: #F68794;
}
</style>