Shades of Wewak #F8868C
Tints of Wewak #F8868C
RGB
CMYK
RGB Variations
Color information
#F8868C (or 0xF8868C) is known color: Wewak. HEX triplet: F8, 86 and 8C. RGB value is (248,134,140). Sum of RGB (Red+Green+Blue) = 248+134+140=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8868C is #077973. Grayscale: #A8A8A8. Windows color (decimal): -489844 or 9209592. OLE color: 9209592.
HSL color Cylindrical-coordinate representation of color #F8868C: hue angle of 356.84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8868C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 140 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.03 |
| HSL | 356.84º | 0.89% | 0.75% | - |
| HSV(B) | 356.84º | 0.46% | 0.97% | - |
| XYZ | 51.97 | 38.9 | 29.58 | - |
| YUV | 168.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 140 | 0 | 0.46 | 0.44 | 0.03 | 356.84 | 0.89 | 0.75 |
| Hex | F8 | 86 | 8C | 0 | 2E | 2C | 3 | 165 | 59 | 4B |
| Octal | 370 | 206 | 214 | 0 | 56 | 54 | 3 | 545 | 131 | 113 |
| Binary | 11111000 | 10000110 | 10001100 | 0 | 101110 | 101100 | 11 | 101100101 | 1011001 | 1001011 |
Color Harmonies of #F8868C
Complementary color
Monochromatic Colors of #F8868C
Black with #F8868C
Text Example
Text Example
White with #F8868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8868C; }
p { color: rgb(248,134,140); }
H1.HeaderClassName
{
color: #F8868C;
}
.AnyTagClassName
{
color: #F8868C;
}
</style>
background-color css
<style>
a { background-color: #F8868C; }
a { background-color: rgb(248,134,140); }
div.DivClassName
{
background-color: #F8868C;
}
.BgClassName
{
background-color: #F8868C;
}
</style>
border-color css
<style>
span { border-color: #F8868C; }
span { border-color: rgb(248,134,140); }
td.TdClassName
{
border-color: #F8868C;
}
.TagClassName
{
border-color: #F8868C;
}
</style>