Shades of Wewak #F8868A
Tints of Wewak #F8868A
RGB
CMYK
RGB Variations
Color information
#F8868A (or 0xF8868A) is known color: Wewak. HEX triplet: F8, 86 and 8A. RGB value is (248,134,138). Sum of RGB (Red+Green+Blue) = 248+134+138=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8868A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8868A is #077975. Grayscale: #A8A8A8. Windows color (decimal): -489846 or 9078520. OLE color: 9078520.
HSL color Cylindrical-coordinate representation of color #F8868A: hue angle of 357.89º 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 #F8868A is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 138 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.03 |
| HSL | 357.89º | 0.89% | 0.75% | - |
| HSV(B) | 357.89º | 0.46% | 0.97% | - |
| XYZ | 51.82 | 38.84 | 28.81 | - |
| YUV | 168.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 138 | 0 | 0.46 | 0.44 | 0.03 | 357.89 | 0.89 | 0.75 |
| Hex | F8 | 86 | 8A | 0 | 2E | 2C | 3 | 166 | 59 | 4B |
| Octal | 370 | 206 | 212 | 0 | 56 | 54 | 3 | 546 | 131 | 113 |
| Binary | 11111000 | 10000110 | 10001010 | 0 | 101110 | 101100 | 11 | 101100110 | 1011001 | 1001011 |
Color Harmonies of #F8868A
Complementary color
Monochromatic Colors of #F8868A
Black with #F8868A
Text Example
Text Example
White with #F8868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8868A; }
p { color: rgb(248,134,138); }
H1.HeaderClassName
{
color: #F8868A;
}
.AnyTagClassName
{
color: #F8868A;
}
</style>
background-color css
<style>
a { background-color: #F8868A; }
a { background-color: rgb(248,134,138); }
div.DivClassName
{
background-color: #F8868A;
}
.BgClassName
{
background-color: #F8868A;
}
</style>
border-color css
<style>
span { border-color: #F8868A; }
span { border-color: rgb(248,134,138); }
td.TdClassName
{
border-color: #F8868A;
}
.TagClassName
{
border-color: #F8868A;
}
</style>