Shades of Wewak #F68EA0
Tints of Wewak #F68EA0
RGB
CMYK
RGB Variations
Color information
#F68EA0 (or 0xF68EA0) is known color: Wewak. HEX triplet: F6, 8E and A0. RGB value is (246,142,160). Sum of RGB (Red+Green+Blue) = 246+142+160=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68EA0 is #09715F. Grayscale: #AFAFAF. Windows color (decimal): -618848 or 10522358. OLE color: 10522358.
HSL color Cylindrical-coordinate representation of color #F68EA0: hue angle of 349.62º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EA0 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 160 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.04 |
| HSL | 349.62º | 0.85% | 0.76% | - |
| HSV(B) | 349.62º | 0.42% | 0.96% | - |
| XYZ | 54.02 | 41.48 | 38.42 | - |
| YUV | 175.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 160 | 0 | 0.42 | 0.35 | 0.04 | 349.62 | 0.85 | 0.76 |
| Hex | F6 | 8E | A0 | 0 | 2A | 23 | 4 | 15E | 55 | 4C |
| Octal | 366 | 216 | 240 | 0 | 52 | 43 | 4 | 536 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10100000 | 0 | 101010 | 100011 | 100 | 101011110 | 1010101 | 1001100 |
Color Harmonies of #F68EA0
Complementary color
Monochromatic Colors of #F68EA0
Black with #F68EA0
Text Example
Text Example
White with #F68EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EA0; }
p { color: rgb(246,142,160); }
H1.HeaderClassName
{
color: #F68EA0;
}
.AnyTagClassName
{
color: #F68EA0;
}
</style>
background-color css
<style>
a { background-color: #F68EA0; }
a { background-color: rgb(246,142,160); }
div.DivClassName
{
background-color: #F68EA0;
}
.BgClassName
{
background-color: #F68EA0;
}
</style>
border-color css
<style>
span { border-color: #F68EA0; }
span { border-color: rgb(246,142,160); }
td.TdClassName
{
border-color: #F68EA0;
}
.TagClassName
{
border-color: #F68EA0;
}
</style>