Shades of Wewak #F88F9D
Tints of Wewak #F88F9D
RGB
CMYK
RGB Variations
Color information
#F88F9D (or 0xF88F9D) is known color: Wewak. HEX triplet: F8, 8F and 9D. RGB value is (248,143,157). Sum of RGB (Red+Green+Blue) = 248+143+157=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88F9D is #077062. Grayscale: #B0B0B0. Windows color (decimal): -487523 or 10326008. OLE color: 10326008.
HSL color Cylindrical-coordinate representation of color #F88F9D: hue angle of 352º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88F9D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 157 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.03 |
| HSL | 352º | 0.88% | 0.77% | - |
| HSV(B) | 352º | 0.42% | 0.97% | - |
| XYZ | 54.62 | 42.04 | 37.13 | - |
| YUV | 175.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 157 | 0 | 0.42 | 0.37 | 0.03 | 352 | 0.88 | 0.77 |
| Hex | F8 | 8F | 9D | 0 | 2A | 25 | 3 | 160 | 58 | 4D |
| Octal | 370 | 217 | 235 | 0 | 52 | 45 | 3 | 540 | 130 | 115 |
| Binary | 11111000 | 10001111 | 10011101 | 0 | 101010 | 100101 | 11 | 101100000 | 1011000 | 1001101 |
Color Harmonies of #F88F9D
Complementary color
Monochromatic Colors of #F88F9D
Black with #F88F9D
Text Example
Text Example
White with #F88F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88F9D; }
p { color: rgb(248,143,157); }
H1.HeaderClassName
{
color: #F88F9D;
}
.AnyTagClassName
{
color: #F88F9D;
}
</style>
background-color css
<style>
a { background-color: #F88F9D; }
a { background-color: rgb(248,143,157); }
div.DivClassName
{
background-color: #F88F9D;
}
.BgClassName
{
background-color: #F88F9D;
}
</style>
border-color css
<style>
span { border-color: #F88F9D; }
span { border-color: rgb(248,143,157); }
td.TdClassName
{
border-color: #F88F9D;
}
.TagClassName
{
border-color: #F88F9D;
}
</style>