Shades of Wewak #F8848F
Tints of Wewak #F8848F
RGB
CMYK
RGB Variations
Color information
#F8848F (or 0xF8848F) is known color: Wewak. HEX triplet: F8, 84 and 8F. RGB value is (248,132,143). Sum of RGB (Red+Green+Blue) = 248+132+143=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8848F is #077B70. Grayscale: #A8A8A8. Windows color (decimal): -490353 or 9405688. OLE color: 9405688.
HSL color Cylindrical-coordinate representation of color #F8848F: hue angle of 354.31º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8848F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 143 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.03 |
| HSL | 354.31º | 0.89% | 0.75% | - |
| HSV(B) | 354.31º | 0.47% | 0.97% | - |
| XYZ | 51.92 | 38.44 | 30.67 | - |
| YUV | 167.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 143 | 0 | 0.47 | 0.42 | 0.03 | 354.31 | 0.89 | 0.75 |
| Hex | F8 | 84 | 8F | 0 | 2F | 2A | 3 | 162 | 59 | 4B |
| Octal | 370 | 204 | 217 | 0 | 57 | 52 | 3 | 542 | 131 | 113 |
| Binary | 11111000 | 10000100 | 10001111 | 0 | 101111 | 101010 | 11 | 101100010 | 1011001 | 1001011 |
Color Harmonies of #F8848F
Complementary color
Monochromatic Colors of #F8848F
Black with #F8848F
Text Example
Text Example
White with #F8848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8848F; }
p { color: rgb(248,132,143); }
H1.HeaderClassName
{
color: #F8848F;
}
.AnyTagClassName
{
color: #F8848F;
}
</style>
background-color css
<style>
a { background-color: #F8848F; }
a { background-color: rgb(248,132,143); }
div.DivClassName
{
background-color: #F8848F;
}
.BgClassName
{
background-color: #F8848F;
}
</style>
border-color css
<style>
span { border-color: #F8848F; }
span { border-color: rgb(248,132,143); }
td.TdClassName
{
border-color: #F8848F;
}
.TagClassName
{
border-color: #F8848F;
}
</style>