Shades of Wewak #F8949E
Tints of Wewak #F8949E
RGB
CMYK
RGB Variations
Color information
#F8949E (or 0xF8949E) is known color: Wewak. HEX triplet: F8, 94 and 9E. RGB value is (248,148,158). Sum of RGB (Red+Green+Blue) = 248+148+158=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8949E is #076B61. Grayscale: #B3B3B3. Windows color (decimal): -486242 or 10392824. OLE color: 10392824.
HSL color Cylindrical-coordinate representation of color #F8949E: hue angle of 354º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8949E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 158 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.03 |
| HSL | 354º | 0.88% | 0.78% | - |
| HSV(B) | 354º | 0.4% | 0.97% | - |
| XYZ | 55.47 | 43.6 | 37.84 | - |
| YUV | 179.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 158 | 0 | 0.40 | 0.36 | 0.03 | 354 | 0.88 | 0.78 |
| Hex | F8 | 94 | 9E | 0 | 28 | 24 | 3 | 162 | 58 | 4E |
| Octal | 370 | 224 | 236 | 0 | 50 | 44 | 3 | 542 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10011110 | 0 | 101000 | 100100 | 11 | 101100010 | 1011000 | 1001110 |
Color Harmonies of #F8949E
Complementary color
Monochromatic Colors of #F8949E
Black with #F8949E
Text Example
Text Example
White with #F8949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8949E; }
p { color: rgb(248,148,158); }
H1.HeaderClassName
{
color: #F8949E;
}
.AnyTagClassName
{
color: #F8949E;
}
</style>
background-color css
<style>
a { background-color: #F8949E; }
a { background-color: rgb(248,148,158); }
div.DivClassName
{
background-color: #F8949E;
}
.BgClassName
{
background-color: #F8949E;
}
</style>
border-color css
<style>
span { border-color: #F8949E; }
span { border-color: rgb(248,148,158); }
td.TdClassName
{
border-color: #F8949E;
}
.TagClassName
{
border-color: #F8949E;
}
</style>