Shades of Wewak #F0888C
Tints of Wewak #F0888C
RGB
CMYK
RGB Variations
Color information
#F0888C (or 0xF0888C) is known color: Wewak. HEX triplet: F0, 88 and 8C. RGB value is (240,136,140). Sum of RGB (Red+Green+Blue) = 240+136+140=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0888C is #0F7773. Grayscale: #A7A7A7. Windows color (decimal): -1013620 or 9210096. OLE color: 9210096.
HSL color Cylindrical-coordinate representation of color #F0888C: hue angle of 357.69º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0888C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 140 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.06 |
| HSL | 357.69º | 0.78% | 0.74% | - |
| HSV(B) | 357.69º | 0.43% | 0.94% | - |
| XYZ | 49.47 | 38.03 | 29.54 | - |
| YUV | 167.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 140 | 0 | 0.43 | 0.42 | 0.06 | 357.69 | 0.78 | 0.74 |
| Hex | F0 | 88 | 8C | 0 | 2B | 2A | 6 | 166 | 4E | 4A |
| Octal | 360 | 210 | 214 | 0 | 53 | 52 | 6 | 546 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10001100 | 0 | 101011 | 101010 | 110 | 101100110 | 1001110 | 1001010 |
Color Harmonies of #F0888C
Complementary color
Monochromatic Colors of #F0888C
Black with #F0888C
Text Example
Text Example
White with #F0888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0888C; }
p { color: rgb(240,136,140); }
H1.HeaderClassName
{
color: #F0888C;
}
.AnyTagClassName
{
color: #F0888C;
}
</style>
background-color css
<style>
a { background-color: #F0888C; }
a { background-color: rgb(240,136,140); }
div.DivClassName
{
background-color: #F0888C;
}
.BgClassName
{
background-color: #F0888C;
}
</style>
border-color css
<style>
span { border-color: #F0888C; }
span { border-color: rgb(240,136,140); }
td.TdClassName
{
border-color: #F0888C;
}
.TagClassName
{
border-color: #F0888C;
}
</style>