Shades of Wewak #F0868D
Tints of Wewak #F0868D
RGB
CMYK
RGB Variations
Color information
#F0868D (or 0xF0868D) is known color: Wewak. HEX triplet: F0, 86 and 8D. RGB value is (240,134,141). Sum of RGB (Red+Green+Blue) = 240+134+141=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0868D is #0F7972. Grayscale: #A6A6A6. Windows color (decimal): -1014131 or 9275120. OLE color: 9275120.
HSL color Cylindrical-coordinate representation of color #F0868D: hue angle of 356.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0868D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 141 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.06 |
| HSL | 356.04º | 0.78% | 0.73% | - |
| HSV(B) | 356.04º | 0.44% | 0.94% | - |
| XYZ | 49.27 | 37.5 | 29.84 | - |
| YUV | 166.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 141 | 0 | 0.44 | 0.41 | 0.06 | 356.04 | 0.78 | 0.73 |
| Hex | F0 | 86 | 8D | 0 | 2C | 29 | 6 | 164 | 4E | 49 |
| Octal | 360 | 206 | 215 | 0 | 54 | 51 | 6 | 544 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10001101 | 0 | 101100 | 101001 | 110 | 101100100 | 1001110 | 1001001 |
Color Harmonies of #F0868D
Complementary color
Monochromatic Colors of #F0868D
Black with #F0868D
Text Example
Text Example
White with #F0868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0868D; }
p { color: rgb(240,134,141); }
H1.HeaderClassName
{
color: #F0868D;
}
.AnyTagClassName
{
color: #F0868D;
}
</style>
background-color css
<style>
a { background-color: #F0868D; }
a { background-color: rgb(240,134,141); }
div.DivClassName
{
background-color: #F0868D;
}
.BgClassName
{
background-color: #F0868D;
}
</style>
border-color css
<style>
span { border-color: #F0868D; }
span { border-color: rgb(240,134,141); }
td.TdClassName
{
border-color: #F0868D;
}
.TagClassName
{
border-color: #F0868D;
}
</style>