Shades of Wewak #F08A8D
Tints of Wewak #F08A8D
RGB
CMYK
RGB Variations
Color information
#F08A8D (or 0xF08A8D) is known color: Wewak. HEX triplet: F0, 8A and 8D. RGB value is (240,138,141). Sum of RGB (Red+Green+Blue) = 240+138+141=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A8D is #0F7572. Grayscale: #A8A8A8. Windows color (decimal): -1013107 or 9276144. OLE color: 9276144.
HSL color Cylindrical-coordinate representation of color #F08A8D: hue angle of 358.24º 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 #F08A8D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 141 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.06 |
| HSL | 358.24º | 0.77% | 0.74% | - |
| HSV(B) | 358.24º | 0.43% | 0.94% | - |
| XYZ | 49.83 | 38.63 | 30.03 | - |
| YUV | 168.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 141 | 0 | 0.42 | 0.41 | 0.06 | 358.24 | 0.77 | 0.74 |
| Hex | F0 | 8A | 8D | 0 | 2A | 29 | 6 | 166 | 4D | 4A |
| Octal | 360 | 212 | 215 | 0 | 52 | 51 | 6 | 546 | 115 | 112 |
| Binary | 11110000 | 10001010 | 10001101 | 0 | 101010 | 101001 | 110 | 101100110 | 1001101 | 1001010 |
Color Harmonies of #F08A8D
Complementary color
Monochromatic Colors of #F08A8D
Black with #F08A8D
Text Example
Text Example
White with #F08A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A8D; }
p { color: rgb(240,138,141); }
H1.HeaderClassName
{
color: #F08A8D;
}
.AnyTagClassName
{
color: #F08A8D;
}
</style>
background-color css
<style>
a { background-color: #F08A8D; }
a { background-color: rgb(240,138,141); }
div.DivClassName
{
background-color: #F08A8D;
}
.BgClassName
{
background-color: #F08A8D;
}
</style>
border-color css
<style>
span { border-color: #F08A8D; }
span { border-color: rgb(240,138,141); }
td.TdClassName
{
border-color: #F08A8D;
}
.TagClassName
{
border-color: #F08A8D;
}
</style>