Shades of Wewak #F0868C
Tints of Wewak #F0868C
RGB
CMYK
RGB Variations
Color information
#F0868C (or 0xF0868C) is known color: Wewak. HEX triplet: F0, 86 and 8C. RGB value is (240,134,140). Sum of RGB (Red+Green+Blue) = 240+134+140=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0868C is #0F7973. Grayscale: #A6A6A6. Windows color (decimal): -1014132 or 9209584. OLE color: 9209584.
HSL color Cylindrical-coordinate representation of color #F0868C: hue angle of 356.6º 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 #F0868C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 140 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.06 |
| HSL | 356.6º | 0.78% | 0.73% | - |
| HSV(B) | 356.6º | 0.44% | 0.94% | - |
| XYZ | 49.19 | 37.47 | 29.45 | - |
| YUV | 166.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 140 | 0 | 0.44 | 0.42 | 0.06 | 356.6 | 0.78 | 0.73 |
| Hex | F0 | 86 | 8C | 0 | 2C | 2A | 6 | 165 | 4E | 49 |
| Octal | 360 | 206 | 214 | 0 | 54 | 52 | 6 | 545 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10001100 | 0 | 101100 | 101010 | 110 | 101100101 | 1001110 | 1001001 |
Color Harmonies of #F0868C
Complementary color
Monochromatic Colors of #F0868C
Black with #F0868C
Text Example
Text Example
White with #F0868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0868C; }
p { color: rgb(240,134,140); }
H1.HeaderClassName
{
color: #F0868C;
}
.AnyTagClassName
{
color: #F0868C;
}
</style>
background-color css
<style>
a { background-color: #F0868C; }
a { background-color: rgb(240,134,140); }
div.DivClassName
{
background-color: #F0868C;
}
.BgClassName
{
background-color: #F0868C;
}
</style>
border-color css
<style>
span { border-color: #F0868C; }
span { border-color: rgb(240,134,140); }
td.TdClassName
{
border-color: #F0868C;
}
.TagClassName
{
border-color: #F0868C;
}
</style>