Shades of Wewak #F1898D
Tints of Wewak #F1898D
RGB
CMYK
RGB Variations
Color information
#F1898D (or 0xF1898D) is known color: Wewak. HEX triplet: F1, 89 and 8D. RGB value is (241,137,141). Sum of RGB (Red+Green+Blue) = 241+137+141=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1898D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1898D is #0E7672. Grayscale: #A8A8A8. Windows color (decimal): -947827 or 9275889. OLE color: 9275889.
HSL color Cylindrical-coordinate representation of color #F1898D: hue angle of 357.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1898D is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 141 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.05 |
| HSL | 357.69º | 0.79% | 0.74% | - |
| HSV(B) | 357.69º | 0.43% | 0.95% | - |
| XYZ | 50.03 | 38.52 | 30 | - |
| YUV | 168.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 141 | 0 | 0.43 | 0.41 | 0.05 | 357.69 | 0.79 | 0.74 |
| Hex | F1 | 89 | 8D | 0 | 2B | 29 | 5 | 166 | 4F | 4A |
| Octal | 361 | 211 | 215 | 0 | 53 | 51 | 5 | 546 | 117 | 112 |
| Binary | 11110001 | 10001001 | 10001101 | 0 | 101011 | 101001 | 101 | 101100110 | 1001111 | 1001010 |
Color Harmonies of #F1898D
Complementary color
Monochromatic Colors of #F1898D
Black with #F1898D
Text Example
Text Example
White with #F1898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1898D; }
p { color: rgb(241,137,141); }
H1.HeaderClassName
{
color: #F1898D;
}
.AnyTagClassName
{
color: #F1898D;
}
</style>
background-color css
<style>
a { background-color: #F1898D; }
a { background-color: rgb(241,137,141); }
div.DivClassName
{
background-color: #F1898D;
}
.BgClassName
{
background-color: #F1898D;
}
</style>
border-color css
<style>
span { border-color: #F1898D; }
span { border-color: rgb(241,137,141); }
td.TdClassName
{
border-color: #F1898D;
}
.TagClassName
{
border-color: #F1898D;
}
</style>