Shades of Wewak #F0868B
Tints of Wewak #F0868B
RGB
CMYK
RGB Variations
Color information
#F0868B (or 0xF0868B) is known color: Wewak. HEX triplet: F0, 86 and 8B. RGB value is (240,134,139). Sum of RGB (Red+Green+Blue) = 240+134+139=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0868B is #0F7974. Grayscale: #A6A6A6. Windows color (decimal): -1014133 or 9144048. OLE color: 9144048.
HSL color Cylindrical-coordinate representation of color #F0868B: hue angle of 357.17º 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 #F0868B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 139 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.06 |
| HSL | 357.17º | 0.78% | 0.73% | - |
| HSV(B) | 357.17º | 0.44% | 0.94% | - |
| XYZ | 49.12 | 37.44 | 29.06 | - |
| YUV | 166.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 139 | 0 | 0.44 | 0.42 | 0.06 | 357.17 | 0.78 | 0.73 |
| Hex | F0 | 86 | 8B | 0 | 2C | 2A | 6 | 165 | 4E | 49 |
| Octal | 360 | 206 | 213 | 0 | 54 | 52 | 6 | 545 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10001011 | 0 | 101100 | 101010 | 110 | 101100101 | 1001110 | 1001001 |
Color Harmonies of #F0868B
Complementary color
Monochromatic Colors of #F0868B
Black with #F0868B
Text Example
Text Example
White with #F0868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0868B; }
p { color: rgb(240,134,139); }
H1.HeaderClassName
{
color: #F0868B;
}
.AnyTagClassName
{
color: #F0868B;
}
</style>
background-color css
<style>
a { background-color: #F0868B; }
a { background-color: rgb(240,134,139); }
div.DivClassName
{
background-color: #F0868B;
}
.BgClassName
{
background-color: #F0868B;
}
</style>
border-color css
<style>
span { border-color: #F0868B; }
span { border-color: rgb(240,134,139); }
td.TdClassName
{
border-color: #F0868B;
}
.TagClassName
{
border-color: #F0868B;
}
</style>