Shades of Wewak #F0888A
Tints of Wewak #F0888A
RGB
CMYK
RGB Variations
Color information
#F0888A (or 0xF0888A) is known color: Wewak. HEX triplet: F0, 88 and 8A. RGB value is (240,136,138). Sum of RGB (Red+Green+Blue) = 240+136+138=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0888A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0888A is #0F7775. Grayscale: #A7A7A7. Windows color (decimal): -1013622 or 9079024. OLE color: 9079024.
HSL color Cylindrical-coordinate representation of color #F0888A: hue angle of 358.85º 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 #F0888A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 138 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.06 |
| HSL | 358.85º | 0.78% | 0.74% | - |
| HSV(B) | 358.85º | 0.43% | 0.94% | - |
| XYZ | 49.33 | 37.97 | 28.77 | - |
| YUV | 167.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 138 | 0 | 0.43 | 0.42 | 0.06 | 358.85 | 0.78 | 0.74 |
| Hex | F0 | 88 | 8A | 0 | 2B | 2A | 6 | 167 | 4E | 4A |
| Octal | 360 | 210 | 212 | 0 | 53 | 52 | 6 | 547 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10001010 | 0 | 101011 | 101010 | 110 | 101100111 | 1001110 | 1001010 |
Color Harmonies of #F0888A
Complementary color
Monochromatic Colors of #F0888A
Black with #F0888A
Text Example
Text Example
White with #F0888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0888A; }
p { color: rgb(240,136,138); }
H1.HeaderClassName
{
color: #F0888A;
}
.AnyTagClassName
{
color: #F0888A;
}
</style>
background-color css
<style>
a { background-color: #F0888A; }
a { background-color: rgb(240,136,138); }
div.DivClassName
{
background-color: #F0888A;
}
.BgClassName
{
background-color: #F0888A;
}
</style>
border-color css
<style>
span { border-color: #F0888A; }
span { border-color: rgb(240,136,138); }
td.TdClassName
{
border-color: #F0888A;
}
.TagClassName
{
border-color: #F0888A;
}
</style>