Shades of Wewak #F8919D
Tints of Wewak #F8919D
RGB
CMYK
RGB Variations
Color information
#F8919D (or 0xF8919D) is known color: Wewak. HEX triplet: F8, 91 and 9D. RGB value is (248,145,157). Sum of RGB (Red+Green+Blue) = 248+145+157=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F8919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8919D is #076E62. Grayscale: #B1B1B1. Windows color (decimal): -487011 or 10326520. OLE color: 10326520.
HSL color Cylindrical-coordinate representation of color #F8919D: hue angle of 353.01º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8919D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 157 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.03 |
| HSL | 353.01º | 0.88% | 0.77% | - |
| HSV(B) | 353.01º | 0.42% | 0.97% | - |
| XYZ | 54.92 | 42.64 | 37.23 | - |
| YUV | 177.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 157 | 0 | 0.42 | 0.37 | 0.03 | 353.01 | 0.88 | 0.77 |
| Hex | F8 | 91 | 9D | 0 | 2A | 25 | 3 | 161 | 58 | 4D |
| Octal | 370 | 221 | 235 | 0 | 52 | 45 | 3 | 541 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10011101 | 0 | 101010 | 100101 | 11 | 101100001 | 1011000 | 1001101 |
Color Harmonies of #F8919D
Complementary color
Monochromatic Colors of #F8919D
Black with #F8919D
Text Example
Text Example
White with #F8919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8919D; }
p { color: rgb(248,145,157); }
H1.HeaderClassName
{
color: #F8919D;
}
.AnyTagClassName
{
color: #F8919D;
}
</style>
background-color css
<style>
a { background-color: #F8919D; }
a { background-color: rgb(248,145,157); }
div.DivClassName
{
background-color: #F8919D;
}
.BgClassName
{
background-color: #F8919D;
}
</style>
border-color css
<style>
span { border-color: #F8919D; }
span { border-color: rgb(248,145,157); }
td.TdClassName
{
border-color: #F8919D;
}
.TagClassName
{
border-color: #F8919D;
}
</style>