Shades of Wewak #F08D99
Tints of Wewak #F08D99
RGB
CMYK
RGB Variations
Color information
#F08D99 (or 0xF08D99) is known color: Wewak. HEX triplet: F0, 8D and 99. RGB value is (240,141,153). Sum of RGB (Red+Green+Blue) = 240+141+153=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D99 is #0F7266. Grayscale: #ACACAC. Windows color (decimal): -1012327 or 10063344. OLE color: 10063344.
HSL color Cylindrical-coordinate representation of color #F08D99: hue angle of 352.73º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08D99 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 153 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.06 |
| HSL | 352.73º | 0.77% | 0.75% | - |
| HSV(B) | 352.73º | 0.41% | 0.94% | - |
| XYZ | 51.21 | 39.87 | 35.13 | - |
| YUV | 171.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 153 | 0 | 0.41 | 0.36 | 0.06 | 352.73 | 0.77 | 0.75 |
| Hex | F0 | 8D | 99 | 0 | 29 | 24 | 6 | 161 | 4D | 4B |
| Octal | 360 | 215 | 231 | 0 | 51 | 44 | 6 | 541 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10011001 | 0 | 101001 | 100100 | 110 | 101100001 | 1001101 | 1001011 |
Color Harmonies of #F08D99
Complementary color
Monochromatic Colors of #F08D99
Black with #F08D99
Text Example
Text Example
White with #F08D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D99; }
p { color: rgb(240,141,153); }
H1.HeaderClassName
{
color: #F08D99;
}
.AnyTagClassName
{
color: #F08D99;
}
</style>
background-color css
<style>
a { background-color: #F08D99; }
a { background-color: rgb(240,141,153); }
div.DivClassName
{
background-color: #F08D99;
}
.BgClassName
{
background-color: #F08D99;
}
</style>
border-color css
<style>
span { border-color: #F08D99; }
span { border-color: rgb(240,141,153); }
td.TdClassName
{
border-color: #F08D99;
}
.TagClassName
{
border-color: #F08D99;
}
</style>