Shades of Wewak #F8949F
Tints of Wewak #F8949F
RGB
CMYK
RGB Variations
Color information
#F8949F (or 0xF8949F) is known color: Wewak. HEX triplet: F8, 94 and 9F. RGB value is (248,148,159). Sum of RGB (Red+Green+Blue) = 248+148+159=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8949F is #076B60. Grayscale: #B3B3B3. Windows color (decimal): -486241 or 10458360. OLE color: 10458360.
HSL color Cylindrical-coordinate representation of color #F8949F: hue angle of 353.4º 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 #F8949F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 159 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.03 |
| HSL | 353.4º | 0.88% | 0.78% | - |
| HSV(B) | 353.4º | 0.4% | 0.97% | - |
| XYZ | 55.56 | 43.64 | 38.3 | - |
| YUV | 179.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 159 | 0 | 0.40 | 0.36 | 0.03 | 353.4 | 0.88 | 0.78 |
| Hex | F8 | 94 | 9F | 0 | 28 | 24 | 3 | 161 | 58 | 4E |
| Octal | 370 | 224 | 237 | 0 | 50 | 44 | 3 | 541 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10011111 | 0 | 101000 | 100100 | 11 | 101100001 | 1011000 | 1001110 |
Color Harmonies of #F8949F
Complementary color
Monochromatic Colors of #F8949F
Black with #F8949F
Text Example
Text Example
White with #F8949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8949F; }
p { color: rgb(248,148,159); }
H1.HeaderClassName
{
color: #F8949F;
}
.AnyTagClassName
{
color: #F8949F;
}
</style>
background-color css
<style>
a { background-color: #F8949F; }
a { background-color: rgb(248,148,159); }
div.DivClassName
{
background-color: #F8949F;
}
.BgClassName
{
background-color: #F8949F;
}
</style>
border-color css
<style>
span { border-color: #F8949F; }
span { border-color: rgb(248,148,159); }
td.TdClassName
{
border-color: #F8949F;
}
.TagClassName
{
border-color: #F8949F;
}
</style>