Shades of Wewak #F8959A
Tints of Wewak #F8959A
RGB
CMYK
RGB Variations
Color information
#F8959A (or 0xF8959A) is known color: Wewak. HEX triplet: F8, 95 and 9A. RGB value is (248,149,154). Sum of RGB (Red+Green+Blue) = 248+149+154=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8959A is #076A65. Grayscale: #B3B3B3. Windows color (decimal): -485990 or 10130936. OLE color: 10130936.
HSL color Cylindrical-coordinate representation of color #F8959A: hue angle of 356.97º 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 #F8959A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 154 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.03 |
| HSL | 356.97º | 0.88% | 0.78% | - |
| HSV(B) | 356.97º | 0.4% | 0.97% | - |
| XYZ | 55.29 | 43.78 | 36.11 | - |
| YUV | 179.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 154 | 0 | 0.40 | 0.38 | 0.03 | 356.97 | 0.88 | 0.78 |
| Hex | F8 | 95 | 9A | 0 | 28 | 26 | 3 | 165 | 58 | 4E |
| Octal | 370 | 225 | 232 | 0 | 50 | 46 | 3 | 545 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10011010 | 0 | 101000 | 100110 | 11 | 101100101 | 1011000 | 1001110 |
Color Harmonies of #F8959A
Complementary color
Monochromatic Colors of #F8959A
Black with #F8959A
Text Example
Text Example
White with #F8959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8959A; }
p { color: rgb(248,149,154); }
H1.HeaderClassName
{
color: #F8959A;
}
.AnyTagClassName
{
color: #F8959A;
}
</style>
background-color css
<style>
a { background-color: #F8959A; }
a { background-color: rgb(248,149,154); }
div.DivClassName
{
background-color: #F8959A;
}
.BgClassName
{
background-color: #F8959A;
}
</style>
border-color css
<style>
span { border-color: #F8959A; }
span { border-color: rgb(248,149,154); }
td.TdClassName
{
border-color: #F8959A;
}
.TagClassName
{
border-color: #F8959A;
}
</style>