Shades of Wewak #F08A8E
Tints of Wewak #F08A8E
RGB
CMYK
RGB Variations
Color information
#F08A8E (or 0xF08A8E) is known color: Wewak. HEX triplet: F0, 8A and 8E. RGB value is (240,138,142). Sum of RGB (Red+Green+Blue) = 240+138+142=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A8E is #0F7571. Grayscale: #A9A9A9. Windows color (decimal): -1013106 or 9341680. OLE color: 9341680.
HSL color Cylindrical-coordinate representation of color #F08A8E: hue angle of 357.65º degrees, saturation: 0.77, 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 #F08A8E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 142 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.06 |
| HSL | 357.65º | 0.77% | 0.74% | - |
| HSV(B) | 357.65º | 0.43% | 0.94% | - |
| XYZ | 49.91 | 38.66 | 30.42 | - |
| YUV | 168.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 142 | 0 | 0.42 | 0.41 | 0.06 | 357.65 | 0.77 | 0.74 |
| Hex | F0 | 8A | 8E | 0 | 2A | 29 | 6 | 166 | 4D | 4A |
| Octal | 360 | 212 | 216 | 0 | 52 | 51 | 6 | 546 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10001110 | 0 | 101010 | 101001 | 110 | 101100110 | 1001101 | 1001010 |
Color Harmonies of #F08A8E
Complementary color
Monochromatic Colors of #F08A8E
Black with #F08A8E
Text Example
Text Example
White with #F08A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A8E; }
p { color: rgb(240,138,142); }
H1.HeaderClassName
{
color: #F08A8E;
}
.AnyTagClassName
{
color: #F08A8E;
}
</style>
background-color css
<style>
a { background-color: #F08A8E; }
a { background-color: rgb(240,138,142); }
div.DivClassName
{
background-color: #F08A8E;
}
.BgClassName
{
background-color: #F08A8E;
}
</style>
border-color css
<style>
span { border-color: #F08A8E; }
span { border-color: rgb(240,138,142); }
td.TdClassName
{
border-color: #F08A8E;
}
.TagClassName
{
border-color: #F08A8E;
}
</style>