Shades of Wewak #F68E9D
Tints of Wewak #F68E9D
RGB
CMYK
RGB Variations
Color information
#F68E9D (or 0xF68E9D) is known color: Wewak. HEX triplet: F6, 8E and 9D. RGB value is (246,142,157). Sum of RGB (Red+Green+Blue) = 246+142+157=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68E9D is #097162. Grayscale: #AEAEAE. Windows color (decimal): -618851 or 10325750. OLE color: 10325750.
HSL color Cylindrical-coordinate representation of color #F68E9D: hue angle of 351.35º 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 #F68E9D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 157 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.04 |
| HSL | 351.35º | 0.85% | 0.76% | - |
| HSV(B) | 351.35º | 0.42% | 0.96% | - |
| XYZ | 53.76 | 41.37 | 37.05 | - |
| YUV | 174.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 157 | 0 | 0.42 | 0.36 | 0.04 | 351.35 | 0.85 | 0.76 |
| Hex | F6 | 8E | 9D | 0 | 2A | 24 | 4 | 15F | 55 | 4C |
| Octal | 366 | 216 | 235 | 0 | 52 | 44 | 4 | 537 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10011101 | 0 | 101010 | 100100 | 100 | 101011111 | 1010101 | 1001100 |
Color Harmonies of #F68E9D
Complementary color
Monochromatic Colors of #F68E9D
Black with #F68E9D
Text Example
Text Example
White with #F68E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E9D; }
p { color: rgb(246,142,157); }
H1.HeaderClassName
{
color: #F68E9D;
}
.AnyTagClassName
{
color: #F68E9D;
}
</style>
background-color css
<style>
a { background-color: #F68E9D; }
a { background-color: rgb(246,142,157); }
div.DivClassName
{
background-color: #F68E9D;
}
.BgClassName
{
background-color: #F68E9D;
}
</style>
border-color css
<style>
span { border-color: #F68E9D; }
span { border-color: rgb(246,142,157); }
td.TdClassName
{
border-color: #F68E9D;
}
.TagClassName
{
border-color: #F68E9D;
}
</style>