Shades of Wewak #F8919B
Tints of Wewak #F8919B
RGB
CMYK
RGB Variations
Color information
#F8919B (or 0xF8919B) is known color: Wewak. HEX triplet: F8, 91 and 9B. RGB value is (248,145,155). Sum of RGB (Red+Green+Blue) = 248+145+155=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8919B is #076E64. Grayscale: #B1B1B1. Windows color (decimal): -487013 or 10195448. OLE color: 10195448.
HSL color Cylindrical-coordinate representation of color #F8919B: hue angle of 354.17º 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 #F8919B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 155 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.03 |
| HSL | 354.17º | 0.88% | 0.77% | - |
| HSV(B) | 354.17º | 0.42% | 0.97% | - |
| XYZ | 54.75 | 42.57 | 36.34 | - |
| YUV | 176.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 155 | 0 | 0.42 | 0.38 | 0.03 | 354.17 | 0.88 | 0.77 |
| Hex | F8 | 91 | 9B | 0 | 2A | 26 | 3 | 162 | 58 | 4D |
| Octal | 370 | 221 | 233 | 0 | 52 | 46 | 3 | 542 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10011011 | 0 | 101010 | 100110 | 11 | 101100010 | 1011000 | 1001101 |
Color Harmonies of #F8919B
Complementary color
Monochromatic Colors of #F8919B
Black with #F8919B
Text Example
Text Example
White with #F8919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8919B; }
p { color: rgb(248,145,155); }
H1.HeaderClassName
{
color: #F8919B;
}
.AnyTagClassName
{
color: #F8919B;
}
</style>
background-color css
<style>
a { background-color: #F8919B; }
a { background-color: rgb(248,145,155); }
div.DivClassName
{
background-color: #F8919B;
}
.BgClassName
{
background-color: #F8919B;
}
</style>
border-color css
<style>
span { border-color: #F8919B; }
span { border-color: rgb(248,145,155); }
td.TdClassName
{
border-color: #F8919B;
}
.TagClassName
{
border-color: #F8919B;
}
</style>