Shades of Wewak #F0868F
Tints of Wewak #F0868F
RGB
CMYK
RGB Variations
Color information
#F0868F (or 0xF0868F) is known color: Wewak. HEX triplet: F0, 86 and 8F. RGB value is (240,134,143). Sum of RGB (Red+Green+Blue) = 240+134+143=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0868F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0868F is #0F7970. Grayscale: #A6A6A6. Windows color (decimal): -1014129 or 9406192. OLE color: 9406192.
HSL color Cylindrical-coordinate representation of color #F0868F: hue angle of 354.91º 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 #F0868F is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 143 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.06 |
| HSL | 354.91º | 0.78% | 0.73% | - |
| HSV(B) | 354.91º | 0.44% | 0.94% | - |
| XYZ | 49.42 | 37.56 | 30.63 | - |
| YUV | 166.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 143 | 0 | 0.44 | 0.40 | 0.06 | 354.91 | 0.78 | 0.73 |
| Hex | F0 | 86 | 8F | 0 | 2C | 28 | 6 | 163 | 4E | 49 |
| Octal | 360 | 206 | 217 | 0 | 54 | 50 | 6 | 543 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10001111 | 0 | 101100 | 101000 | 110 | 101100011 | 1001110 | 1001001 |
Color Harmonies of #F0868F
Complementary color
Monochromatic Colors of #F0868F
Black with #F0868F
Text Example
Text Example
White with #F0868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0868F; }
p { color: rgb(240,134,143); }
H1.HeaderClassName
{
color: #F0868F;
}
.AnyTagClassName
{
color: #F0868F;
}
</style>
background-color css
<style>
a { background-color: #F0868F; }
a { background-color: rgb(240,134,143); }
div.DivClassName
{
background-color: #F0868F;
}
.BgClassName
{
background-color: #F0868F;
}
</style>
border-color css
<style>
span { border-color: #F0868F; }
span { border-color: rgb(240,134,143); }
td.TdClassName
{
border-color: #F0868F;
}
.TagClassName
{
border-color: #F0868F;
}
</style>