Shades of Wewak #F88D8F
Tints of Wewak #F88D8F
RGB
CMYK
RGB Variations
Color information
#F88D8F (or 0xF88D8F) is known color: Wewak. HEX triplet: F8, 8D and 8F. RGB value is (248,141,143). Sum of RGB (Red+Green+Blue) = 248+141+143=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88D8F is #077270. Grayscale: #ADADAD. Windows color (decimal): -488049 or 9407992. OLE color: 9407992.
HSL color Cylindrical-coordinate representation of color #F88D8F: hue angle of 358.88º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88D8F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 143 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.03 |
| HSL | 358.88º | 0.88% | 0.76% | - |
| HSV(B) | 358.88º | 0.43% | 0.97% | - |
| XYZ | 53.19 | 40.99 | 31.09 | - |
| YUV | 173.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 143 | 0 | 0.43 | 0.42 | 0.03 | 358.88 | 0.88 | 0.76 |
| Hex | F8 | 8D | 8F | 0 | 2B | 2A | 3 | 167 | 58 | 4C |
| Octal | 370 | 215 | 217 | 0 | 53 | 52 | 3 | 547 | 130 | 114 |
| Binary | 11111000 | 10001101 | 10001111 | 0 | 101011 | 101010 | 11 | 101100111 | 1011000 | 1001100 |
Color Harmonies of #F88D8F
Complementary color
Monochromatic Colors of #F88D8F
Black with #F88D8F
Text Example
Text Example
White with #F88D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88D8F; }
p { color: rgb(248,141,143); }
H1.HeaderClassName
{
color: #F88D8F;
}
.AnyTagClassName
{
color: #F88D8F;
}
</style>
background-color css
<style>
a { background-color: #F88D8F; }
a { background-color: rgb(248,141,143); }
div.DivClassName
{
background-color: #F88D8F;
}
.BgClassName
{
background-color: #F88D8F;
}
</style>
border-color css
<style>
span { border-color: #F88D8F; }
span { border-color: rgb(248,141,143); }
td.TdClassName
{
border-color: #F88D8F;
}
.TagClassName
{
border-color: #F88D8F;
}
</style>