Shades of Wewak #F08C99
Tints of Wewak #F08C99
RGB
CMYK
RGB Variations
Color information
#F08C99 (or 0xF08C99) is known color: Wewak. HEX triplet: F0, 8C and 99. RGB value is (240,140,153). Sum of RGB (Red+Green+Blue) = 240+140+153=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C99 is #0F7366. Grayscale: #ABABAB. Windows color (decimal): -1012583 or 10063088. OLE color: 10063088.
HSL color Cylindrical-coordinate representation of color #F08C99: hue angle of 352.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08C99 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 153 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.06 |
| HSL | 352.2º | 0.77% | 0.75% | - |
| HSV(B) | 352.2º | 0.42% | 0.94% | - |
| XYZ | 51.06 | 39.58 | 35.09 | - |
| YUV | 171.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 153 | 0 | 0.42 | 0.36 | 0.06 | 352.2 | 0.77 | 0.75 |
| Hex | F0 | 8C | 99 | 0 | 2A | 24 | 6 | 160 | 4D | 4B |
| Octal | 360 | 214 | 231 | 0 | 52 | 44 | 6 | 540 | 115 | 113 |
| Binary | 11110000 | 10001100 | 10011001 | 0 | 101010 | 100100 | 110 | 101100000 | 1001101 | 1001011 |
Color Harmonies of #F08C99
Complementary color
Monochromatic Colors of #F08C99
Black with #F08C99
Text Example
Text Example
White with #F08C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C99; }
p { color: rgb(240,140,153); }
H1.HeaderClassName
{
color: #F08C99;
}
.AnyTagClassName
{
color: #F08C99;
}
</style>
background-color css
<style>
a { background-color: #F08C99; }
a { background-color: rgb(240,140,153); }
div.DivClassName
{
background-color: #F08C99;
}
.BgClassName
{
background-color: #F08C99;
}
</style>
border-color css
<style>
span { border-color: #F08C99; }
span { border-color: rgb(240,140,153); }
td.TdClassName
{
border-color: #F08C99;
}
.TagClassName
{
border-color: #F08C99;
}
</style>