Shades of Wewak #F0868E
Tints of Wewak #F0868E
RGB
CMYK
RGB Variations
Color information
#F0868E (or 0xF0868E) is known color: Wewak. HEX triplet: F0, 86 and 8E. RGB value is (240,134,142). Sum of RGB (Red+Green+Blue) = 240+134+142=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0868E is #0F7971. Grayscale: #A6A6A6. Windows color (decimal): -1014130 or 9340656. OLE color: 9340656.
HSL color Cylindrical-coordinate representation of color #F0868E: hue angle of 355.47º 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 #F0868E is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 142 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.06 |
| HSL | 355.47º | 0.78% | 0.73% | - |
| HSV(B) | 355.47º | 0.44% | 0.94% | - |
| XYZ | 49.34 | 37.53 | 30.23 | - |
| YUV | 166.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 142 | 0 | 0.44 | 0.41 | 0.06 | 355.47 | 0.78 | 0.73 |
| Hex | F0 | 86 | 8E | 0 | 2C | 29 | 6 | 163 | 4E | 49 |
| Octal | 360 | 206 | 216 | 0 | 54 | 51 | 6 | 543 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10001110 | 0 | 101100 | 101001 | 110 | 101100011 | 1001110 | 1001001 |
Color Harmonies of #F0868E
Complementary color
Monochromatic Colors of #F0868E
Black with #F0868E
Text Example
Text Example
White with #F0868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0868E; }
p { color: rgb(240,134,142); }
H1.HeaderClassName
{
color: #F0868E;
}
.AnyTagClassName
{
color: #F0868E;
}
</style>
background-color css
<style>
a { background-color: #F0868E; }
a { background-color: rgb(240,134,142); }
div.DivClassName
{
background-color: #F0868E;
}
.BgClassName
{
background-color: #F0868E;
}
</style>
border-color css
<style>
span { border-color: #F0868E; }
span { border-color: rgb(240,134,142); }
td.TdClassName
{
border-color: #F0868E;
}
.TagClassName
{
border-color: #F0868E;
}
</style>