Shades of Wewak #F88A95
Tints of Wewak #F88A95
RGB
CMYK
RGB Variations
Color information
#F88A95 (or 0xF88A95) is known color: Wewak. HEX triplet: F8, 8A and 95. RGB value is (248,138,149). Sum of RGB (Red+Green+Blue) = 248+138+149=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88A95 is #07756A. Grayscale: #ACACAC. Windows color (decimal): -488811 or 9800440. OLE color: 9800440.
HSL color Cylindrical-coordinate representation of color #F88A95: hue angle of 354º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88A95 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 149 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.03 |
| HSL | 354º | 0.89% | 0.76% | - |
| HSV(B) | 354º | 0.44% | 0.97% | - |
| XYZ | 53.22 | 40.3 | 33.41 | - |
| YUV | 172.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 149 | 0 | 0.44 | 0.40 | 0.03 | 354 | 0.89 | 0.76 |
| Hex | F8 | 8A | 95 | 0 | 2C | 28 | 3 | 162 | 59 | 4C |
| Octal | 370 | 212 | 225 | 0 | 54 | 50 | 3 | 542 | 131 | 114 |
| Binary | 11111000 | 10001010 | 10010101 | 0 | 101100 | 101000 | 11 | 101100010 | 1011001 | 1001100 |
Color Harmonies of #F88A95
Complementary color
Monochromatic Colors of #F88A95
Black with #F88A95
Text Example
Text Example
White with #F88A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88A95; }
p { color: rgb(248,138,149); }
H1.HeaderClassName
{
color: #F88A95;
}
.AnyTagClassName
{
color: #F88A95;
}
</style>
background-color css
<style>
a { background-color: #F88A95; }
a { background-color: rgb(248,138,149); }
div.DivClassName
{
background-color: #F88A95;
}
.BgClassName
{
background-color: #F88A95;
}
</style>
border-color css
<style>
span { border-color: #F88A95; }
span { border-color: rgb(248,138,149); }
td.TdClassName
{
border-color: #F88A95;
}
.TagClassName
{
border-color: #F88A95;
}
</style>