Shades of Wewak #F88C8F
Tints of Wewak #F88C8F
RGB
CMYK
RGB Variations
Color information
#F88C8F (or 0xF88C8F) is known color: Wewak. HEX triplet: F8, 8C and 8F. RGB value is (248,140,143). Sum of RGB (Red+Green+Blue) = 248+140+143=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88C8F is #077370. Grayscale: #ACACAC. Windows color (decimal): -488305 or 9407736. OLE color: 9407736.
HSL color Cylindrical-coordinate representation of color #F88C8F: hue angle of 358.33º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88C8F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 143 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.03 |
| HSL | 358.33º | 0.89% | 0.76% | - |
| HSV(B) | 358.33º | 0.44% | 0.97% | - |
| XYZ | 53.05 | 40.7 | 31.05 | - |
| YUV | 172.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 143 | 0 | 0.44 | 0.42 | 0.03 | 358.33 | 0.89 | 0.76 |
| Hex | F8 | 8C | 8F | 0 | 2C | 2A | 3 | 166 | 59 | 4C |
| Octal | 370 | 214 | 217 | 0 | 54 | 52 | 3 | 546 | 131 | 114 |
| Binary | 11111000 | 10001100 | 10001111 | 0 | 101100 | 101010 | 11 | 101100110 | 1011001 | 1001100 |
Color Harmonies of #F88C8F
Complementary color
Monochromatic Colors of #F88C8F
Black with #F88C8F
Text Example
Text Example
White with #F88C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88C8F; }
p { color: rgb(248,140,143); }
H1.HeaderClassName
{
color: #F88C8F;
}
.AnyTagClassName
{
color: #F88C8F;
}
</style>
background-color css
<style>
a { background-color: #F88C8F; }
a { background-color: rgb(248,140,143); }
div.DivClassName
{
background-color: #F88C8F;
}
.BgClassName
{
background-color: #F88C8F;
}
</style>
border-color css
<style>
span { border-color: #F88C8F; }
span { border-color: rgb(248,140,143); }
td.TdClassName
{
border-color: #F88C8F;
}
.TagClassName
{
border-color: #F88C8F;
}
</style>