Shades of Wewak #F68690
Tints of Wewak #F68690
RGB
CMYK
RGB Variations
Color information
#F68690 (or 0xF68690) is known color: Wewak. HEX triplet: F6, 86 and 90. RGB value is (246,134,144). Sum of RGB (Red+Green+Blue) = 246+134+144=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F68690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68690 is #09796F. Grayscale: #A8A8A8. Windows color (decimal): -620912 or 9471734. OLE color: 9471734.
HSL color Cylindrical-coordinate representation of color #F68690: hue angle of 354.64º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F68690 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 144 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.04 |
| HSL | 354.64º | 0.86% | 0.75% | - |
| HSV(B) | 354.64º | 0.46% | 0.96% | - |
| XYZ | 51.57 | 38.66 | 31.13 | - |
| YUV | 168.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 144 | 0 | 0.46 | 0.41 | 0.04 | 354.64 | 0.86 | 0.75 |
| Hex | F6 | 86 | 90 | 0 | 2E | 29 | 4 | 163 | 56 | 4B |
| Octal | 366 | 206 | 220 | 0 | 56 | 51 | 4 | 543 | 126 | 113 |
| Binary | 11110110 | 10000110 | 10010000 | 0 | 101110 | 101001 | 100 | 101100011 | 1010110 | 1001011 |
Color Harmonies of #F68690
Complementary color
Monochromatic Colors of #F68690
Black with #F68690
Text Example
Text Example
White with #F68690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68690; }
p { color: rgb(246,134,144); }
H1.HeaderClassName
{
color: #F68690;
}
.AnyTagClassName
{
color: #F68690;
}
</style>
background-color css
<style>
a { background-color: #F68690; }
a { background-color: rgb(246,134,144); }
div.DivClassName
{
background-color: #F68690;
}
.BgClassName
{
background-color: #F68690;
}
</style>
border-color css
<style>
span { border-color: #F68690; }
span { border-color: rgb(246,134,144); }
td.TdClassName
{
border-color: #F68690;
}
.TagClassName
{
border-color: #F68690;
}
</style>