Shades of Wewak #F18F99
Tints of Wewak #F18F99
RGB
CMYK
RGB Variations
Color information
#F18F99 (or 0xF18F99) is known color: Wewak. HEX triplet: F1, 8F and 99. RGB value is (241,143,153). Sum of RGB (Red+Green+Blue) = 241+143+153=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F99 is #0E7066. Grayscale: #ADADAD. Windows color (decimal): -946279 or 10063857. OLE color: 10063857.
HSL color Cylindrical-coordinate representation of color #F18F99: hue angle of 353.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18F99 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 153 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.05 |
| HSL | 353.88º | 0.78% | 0.75% | - |
| HSV(B) | 353.88º | 0.41% | 0.95% | - |
| XYZ | 51.85 | 40.65 | 35.25 | - |
| YUV | 173.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 153 | 0 | 0.41 | 0.37 | 0.05 | 353.88 | 0.78 | 0.75 |
| Hex | F1 | 8F | 99 | 0 | 29 | 25 | 5 | 162 | 4E | 4B |
| Octal | 361 | 217 | 231 | 0 | 51 | 45 | 5 | 542 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10011001 | 0 | 101001 | 100101 | 101 | 101100010 | 1001110 | 1001011 |
Color Harmonies of #F18F99
Complementary color
Monochromatic Colors of #F18F99
Black with #F18F99
Text Example
Text Example
White with #F18F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F99; }
p { color: rgb(241,143,153); }
H1.HeaderClassName
{
color: #F18F99;
}
.AnyTagClassName
{
color: #F18F99;
}
</style>
background-color css
<style>
a { background-color: #F18F99; }
a { background-color: rgb(241,143,153); }
div.DivClassName
{
background-color: #F18F99;
}
.BgClassName
{
background-color: #F18F99;
}
</style>
border-color css
<style>
span { border-color: #F18F99; }
span { border-color: rgb(241,143,153); }
td.TdClassName
{
border-color: #F18F99;
}
.TagClassName
{
border-color: #F18F99;
}
</style>