Shades of Wewak #F68D93
Tints of Wewak #F68D93
RGB
CMYK
RGB Variations
Color information
#F68D93 (or 0xF68D93) is known color: Wewak. HEX triplet: F6, 8D and 93. RGB value is (246,141,147). Sum of RGB (Red+Green+Blue) = 246+141+147=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D93 is #09726C. Grayscale: #ADADAD. Windows color (decimal): -619117 or 9670134. OLE color: 9670134.
HSL color Cylindrical-coordinate representation of color #F68D93: hue angle of 356.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68D93 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 147 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.04 |
| HSL | 356.57º | 0.85% | 0.76% | - |
| HSV(B) | 356.57º | 0.43% | 0.96% | - |
| XYZ | 52.8 | 40.75 | 32.69 | - |
| YUV | 173.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 147 | 0 | 0.43 | 0.40 | 0.04 | 356.57 | 0.85 | 0.76 |
| Hex | F6 | 8D | 93 | 0 | 2B | 28 | 4 | 165 | 55 | 4C |
| Octal | 366 | 215 | 223 | 0 | 53 | 50 | 4 | 545 | 125 | 114 |
| Binary | 11110110 | 10001101 | 10010011 | 0 | 101011 | 101000 | 100 | 101100101 | 1010101 | 1001100 |
Color Harmonies of #F68D93
Complementary color
Monochromatic Colors of #F68D93
Black with #F68D93
Text Example
Text Example
White with #F68D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D93; }
p { color: rgb(246,141,147); }
H1.HeaderClassName
{
color: #F68D93;
}
.AnyTagClassName
{
color: #F68D93;
}
</style>
background-color css
<style>
a { background-color: #F68D93; }
a { background-color: rgb(246,141,147); }
div.DivClassName
{
background-color: #F68D93;
}
.BgClassName
{
background-color: #F68D93;
}
</style>
border-color css
<style>
span { border-color: #F68D93; }
span { border-color: rgb(246,141,147); }
td.TdClassName
{
border-color: #F68D93;
}
.TagClassName
{
border-color: #F68D93;
}
</style>