Shades of Wewak #F68396
Tints of Wewak #F68396
RGB
CMYK
RGB Variations
Color information
#F68396 (or 0xF68396) is known color: Wewak. HEX triplet: F6, 83 and 96. RGB value is (246,131,150). Sum of RGB (Red+Green+Blue) = 246+131+150=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F68396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68396 is #097C69. Grayscale: #A7A7A7. Windows color (decimal): -621674 or 9864182. OLE color: 9864182.
HSL color Cylindrical-coordinate representation of color #F68396: hue angle of 350.09º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68396 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 150 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.04 |
| HSL | 350.09º | 0.86% | 0.74% | - |
| HSV(B) | 350.09º | 0.47% | 0.96% | - |
| XYZ | 51.63 | 38.03 | 33.47 | - |
| YUV | 167.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 150 | 0 | 0.47 | 0.39 | 0.04 | 350.09 | 0.86 | 0.74 |
| Hex | F6 | 83 | 96 | 0 | 2F | 27 | 4 | 15E | 56 | 4A |
| Octal | 366 | 203 | 226 | 0 | 57 | 47 | 4 | 536 | 126 | 112 |
| Binary | 11110110 | 10000011 | 10010110 | 0 | 101111 | 100111 | 100 | 101011110 | 1010110 | 1001010 |
Color Harmonies of #F68396
Complementary color
Monochromatic Colors of #F68396
Black with #F68396
Text Example
Text Example
White with #F68396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68396; }
p { color: rgb(246,131,150); }
H1.HeaderClassName
{
color: #F68396;
}
.AnyTagClassName
{
color: #F68396;
}
</style>
background-color css
<style>
a { background-color: #F68396; }
a { background-color: rgb(246,131,150); }
div.DivClassName
{
background-color: #F68396;
}
.BgClassName
{
background-color: #F68396;
}
</style>
border-color css
<style>
span { border-color: #F68396; }
span { border-color: rgb(246,131,150); }
td.TdClassName
{
border-color: #F68396;
}
.TagClassName
{
border-color: #F68396;
}
</style>