Shades of Wewak #F8949D
Tints of Wewak #F8949D
RGB
CMYK
RGB Variations
Color information
#F8949D (or 0xF8949D) is known color: Wewak. HEX triplet: F8, 94 and 9D. RGB value is (248,148,157). Sum of RGB (Red+Green+Blue) = 248+148+157=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8949D is #076B62. Grayscale: #B2B2B2. Windows color (decimal): -486243 or 10327288. OLE color: 10327288.
HSL color Cylindrical-coordinate representation of color #F8949D: hue angle of 354.6º 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 #F8949D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 157 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.03 |
| HSL | 354.6º | 0.88% | 0.78% | - |
| HSV(B) | 354.6º | 0.4% | 0.97% | - |
| XYZ | 55.39 | 43.57 | 37.39 | - |
| YUV | 178.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 157 | 0 | 0.40 | 0.37 | 0.03 | 354.6 | 0.88 | 0.78 |
| Hex | F8 | 94 | 9D | 0 | 28 | 25 | 3 | 163 | 58 | 4E |
| Octal | 370 | 224 | 235 | 0 | 50 | 45 | 3 | 543 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10011101 | 0 | 101000 | 100101 | 11 | 101100011 | 1011000 | 1001110 |
Color Harmonies of #F8949D
Complementary color
Monochromatic Colors of #F8949D
Black with #F8949D
Text Example
Text Example
White with #F8949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8949D; }
p { color: rgb(248,148,157); }
H1.HeaderClassName
{
color: #F8949D;
}
.AnyTagClassName
{
color: #F8949D;
}
</style>
background-color css
<style>
a { background-color: #F8949D; }
a { background-color: rgb(248,148,157); }
div.DivClassName
{
background-color: #F8949D;
}
.BgClassName
{
background-color: #F8949D;
}
</style>
border-color css
<style>
span { border-color: #F8949D; }
span { border-color: rgb(248,148,157); }
td.TdClassName
{
border-color: #F8949D;
}
.TagClassName
{
border-color: #F8949D;
}
</style>