Shades of Wewak #F89199
Tints of Wewak #F89199
RGB
CMYK
RGB Variations
Color information
#F89199 (or 0xF89199) is known color: Wewak. HEX triplet: F8, 91 and 99. RGB value is (248,145,153). Sum of RGB (Red+Green+Blue) = 248+145+153=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F89199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89199 is #076E66. Grayscale: #B0B0B0. Windows color (decimal): -487015 or 10064376. OLE color: 10064376.
HSL color Cylindrical-coordinate representation of color #F89199: hue angle of 355.34º 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 #F89199 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 153 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.03 |
| HSL | 355.34º | 0.88% | 0.77% | - |
| HSV(B) | 355.34º | 0.42% | 0.97% | - |
| XYZ | 54.59 | 42.51 | 35.46 | - |
| YUV | 176.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 153 | 0 | 0.42 | 0.38 | 0.03 | 355.34 | 0.88 | 0.77 |
| Hex | F8 | 91 | 99 | 0 | 2A | 26 | 3 | 163 | 58 | 4D |
| Octal | 370 | 221 | 231 | 0 | 52 | 46 | 3 | 543 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10011001 | 0 | 101010 | 100110 | 11 | 101100011 | 1011000 | 1001101 |
Color Harmonies of #F89199
Complementary color
Monochromatic Colors of #F89199
Black with #F89199
Text Example
Text Example
White with #F89199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89199; }
p { color: rgb(248,145,153); }
H1.HeaderClassName
{
color: #F89199;
}
.AnyTagClassName
{
color: #F89199;
}
</style>
background-color css
<style>
a { background-color: #F89199; }
a { background-color: rgb(248,145,153); }
div.DivClassName
{
background-color: #F89199;
}
.BgClassName
{
background-color: #F89199;
}
</style>
border-color css
<style>
span { border-color: #F89199; }
span { border-color: rgb(248,145,153); }
td.TdClassName
{
border-color: #F89199;
}
.TagClassName
{
border-color: #F89199;
}
</style>