Shades of Wewak #F18F9C
Tints of Wewak #F18F9C
RGB
CMYK
RGB Variations
Color information
#F18F9C (or 0xF18F9C) is known color: Wewak. HEX triplet: F1, 8F and 9C. RGB value is (241,143,156). Sum of RGB (Red+Green+Blue) = 241+143+156=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F9C is #0E7063. Grayscale: #ADADAD. Windows color (decimal): -946276 or 10260465. OLE color: 10260465.
HSL color Cylindrical-coordinate representation of color #F18F9C: hue angle of 352.04º 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 #F18F9C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 156 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.05 |
| HSL | 352.04º | 0.78% | 0.75% | - |
| HSV(B) | 352.04º | 0.41% | 0.95% | - |
| XYZ | 52.1 | 40.75 | 36.57 | - |
| YUV | 173.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 156 | 0 | 0.41 | 0.35 | 0.05 | 352.04 | 0.78 | 0.75 |
| Hex | F1 | 8F | 9C | 0 | 29 | 23 | 5 | 160 | 4E | 4B |
| Octal | 361 | 217 | 234 | 0 | 51 | 43 | 5 | 540 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10011100 | 0 | 101001 | 100011 | 101 | 101100000 | 1001110 | 1001011 |
Color Harmonies of #F18F9C
Complementary color
Monochromatic Colors of #F18F9C
Black with #F18F9C
Text Example
Text Example
White with #F18F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F9C; }
p { color: rgb(241,143,156); }
H1.HeaderClassName
{
color: #F18F9C;
}
.AnyTagClassName
{
color: #F18F9C;
}
</style>
background-color css
<style>
a { background-color: #F18F9C; }
a { background-color: rgb(241,143,156); }
div.DivClassName
{
background-color: #F18F9C;
}
.BgClassName
{
background-color: #F18F9C;
}
</style>
border-color css
<style>
span { border-color: #F18F9C; }
span { border-color: rgb(241,143,156); }
td.TdClassName
{
border-color: #F18F9C;
}
.TagClassName
{
border-color: #F18F9C;
}
</style>