Shades of Wewak #F18694
Tints of Wewak #F18694
RGB
CMYK
RGB Variations
Color information
#F18694 (or 0xF18694) is known color: Wewak. HEX triplet: F1, 86 and 94. RGB value is (241,134,148). Sum of RGB (Red+Green+Blue) = 241+134+148=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F18694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18694 is #0E796B. Grayscale: #A7A7A7. Windows color (decimal): -948588 or 9733873. OLE color: 9733873.
HSL color Cylindrical-coordinate representation of color #F18694: hue angle of 352.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18694 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 148 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.05 |
| HSL | 352.15º | 0.79% | 0.74% | - |
| HSV(B) | 352.15º | 0.44% | 0.95% | - |
| XYZ | 50.15 | 37.89 | 32.69 | - |
| YUV | 167.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 148 | 0 | 0.44 | 0.39 | 0.05 | 352.15 | 0.79 | 0.74 |
| Hex | F1 | 86 | 94 | 0 | 2C | 27 | 5 | 160 | 4F | 4A |
| Octal | 361 | 206 | 224 | 0 | 54 | 47 | 5 | 540 | 117 | 112 |
| Binary | 11110001 | 10000110 | 10010100 | 0 | 101100 | 100111 | 101 | 101100000 | 1001111 | 1001010 |
Color Harmonies of #F18694
Complementary color
Monochromatic Colors of #F18694
Black with #F18694
Text Example
Text Example
White with #F18694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18694; }
p { color: rgb(241,134,148); }
H1.HeaderClassName
{
color: #F18694;
}
.AnyTagClassName
{
color: #F18694;
}
</style>
background-color css
<style>
a { background-color: #F18694; }
a { background-color: rgb(241,134,148); }
div.DivClassName
{
background-color: #F18694;
}
.BgClassName
{
background-color: #F18694;
}
</style>
border-color css
<style>
span { border-color: #F18694; }
span { border-color: rgb(241,134,148); }
td.TdClassName
{
border-color: #F18694;
}
.TagClassName
{
border-color: #F18694;
}
</style>