Shades of Wewak #F99698
Tints of Wewak #F99698
RGB
CMYK
RGB Variations
Color information
#F99698 (or 0xF99698) is known color: Wewak. HEX triplet: F9, 96 and 98. RGB value is (249,150,152). Sum of RGB (Red+Green+Blue) = 249+150+152=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F99698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99698 is #066967. Grayscale: #B3B3B3. Windows color (decimal): -420200 or 10000121. OLE color: 10000121.
HSL color Cylindrical-coordinate representation of color #F99698: hue angle of 358.79º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F99698 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 152 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.02 |
| HSL | 358.79º | 0.89% | 0.78% | - |
| HSV(B) | 358.79º | 0.4% | 0.98% | - |
| XYZ | 55.64 | 44.22 | 35.31 | - |
| YUV | 179.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 152 | 0 | 0.40 | 0.39 | 0.02 | 358.79 | 0.89 | 0.78 |
| Hex | F9 | 96 | 98 | 0 | 28 | 27 | 2 | 167 | 59 | 4E |
| Octal | 371 | 226 | 230 | 0 | 50 | 47 | 2 | 547 | 131 | 116 |
| Binary | 11111001 | 10010110 | 10011000 | 0 | 101000 | 100111 | 10 | 101100111 | 1011001 | 1001110 |
Color Harmonies of #F99698
Complementary color
Monochromatic Colors of #F99698
Black with #F99698
Text Example
Text Example
White with #F99698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99698; }
p { color: rgb(249,150,152); }
H1.HeaderClassName
{
color: #F99698;
}
.AnyTagClassName
{
color: #F99698;
}
</style>
background-color css
<style>
a { background-color: #F99698; }
a { background-color: rgb(249,150,152); }
div.DivClassName
{
background-color: #F99698;
}
.BgClassName
{
background-color: #F99698;
}
</style>
border-color css
<style>
span { border-color: #F99698; }
span { border-color: rgb(249,150,152); }
td.TdClassName
{
border-color: #F99698;
}
.TagClassName
{
border-color: #F99698;
}
</style>