Shades of Wewak #F08F98
Tints of Wewak #F08F98
RGB
CMYK
RGB Variations
Color information
#F08F98 (or 0xF08F98) is known color: Wewak. HEX triplet: F0, 8F and 98. RGB value is (240,143,152). Sum of RGB (Red+Green+Blue) = 240+143+152=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F98 is #0F7067. Grayscale: #ADADAD. Windows color (decimal): -1011816 or 9998320. OLE color: 9998320.
HSL color Cylindrical-coordinate representation of color #F08F98: hue angle of 354.43º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08F98 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 152 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.06 |
| HSL | 354.43º | 0.76% | 0.75% | - |
| HSV(B) | 354.43º | 0.4% | 0.94% | - |
| XYZ | 51.43 | 40.44 | 34.8 | - |
| YUV | 173.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 152 | 0 | 0.40 | 0.37 | 0.06 | 354.43 | 0.76 | 0.75 |
| Hex | F0 | 8F | 98 | 0 | 28 | 25 | 6 | 162 | 4C | 4B |
| Octal | 360 | 217 | 230 | 0 | 50 | 45 | 6 | 542 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10011000 | 0 | 101000 | 100101 | 110 | 101100010 | 1001100 | 1001011 |
Color Harmonies of #F08F98
Complementary color
Monochromatic Colors of #F08F98
Black with #F08F98
Text Example
Text Example
White with #F08F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F98; }
p { color: rgb(240,143,152); }
H1.HeaderClassName
{
color: #F08F98;
}
.AnyTagClassName
{
color: #F08F98;
}
</style>
background-color css
<style>
a { background-color: #F08F98; }
a { background-color: rgb(240,143,152); }
div.DivClassName
{
background-color: #F08F98;
}
.BgClassName
{
background-color: #F08F98;
}
</style>
border-color css
<style>
span { border-color: #F08F98; }
span { border-color: rgb(240,143,152); }
td.TdClassName
{
border-color: #F08F98;
}
.TagClassName
{
border-color: #F08F98;
}
</style>