Shades of Wewak #F68594
Tints of Wewak #F68594
RGB
CMYK
RGB Variations
Color information
#F68594 (or 0xF68594) is known color: Wewak. HEX triplet: F6, 85 and 94. RGB value is (246,133,148). Sum of RGB (Red+Green+Blue) = 246+133+148=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F68594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68594 is #097A6B. Grayscale: #A8A8A8. Windows color (decimal): -621164 or 9733622. OLE color: 9733622.
HSL color Cylindrical-coordinate representation of color #F68594: hue angle of 352.04º 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 #F68594 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 148 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.04 |
| HSL | 352.04º | 0.86% | 0.74% | - |
| HSV(B) | 352.04º | 0.46% | 0.96% | - |
| XYZ | 51.74 | 38.51 | 32.72 | - |
| YUV | 168.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 148 | 0 | 0.46 | 0.40 | 0.04 | 352.04 | 0.86 | 0.74 |
| Hex | F6 | 85 | 94 | 0 | 2E | 28 | 4 | 160 | 56 | 4A |
| Octal | 366 | 205 | 224 | 0 | 56 | 50 | 4 | 540 | 126 | 112 |
| Binary | 11110110 | 10000101 | 10010100 | 0 | 101110 | 101000 | 100 | 101100000 | 1010110 | 1001010 |
Color Harmonies of #F68594
Complementary color
Monochromatic Colors of #F68594
Black with #F68594
Text Example
Text Example
White with #F68594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68594; }
p { color: rgb(246,133,148); }
H1.HeaderClassName
{
color: #F68594;
}
.AnyTagClassName
{
color: #F68594;
}
</style>
background-color css
<style>
a { background-color: #F68594; }
a { background-color: rgb(246,133,148); }
div.DivClassName
{
background-color: #F68594;
}
.BgClassName
{
background-color: #F68594;
}
</style>
border-color css
<style>
span { border-color: #F68594; }
span { border-color: rgb(246,133,148); }
td.TdClassName
{
border-color: #F68594;
}
.TagClassName
{
border-color: #F68594;
}
</style>