Shades of Wewak #F1888B
Tints of Wewak #F1888B
RGB
CMYK
RGB Variations
Color information
#F1888B (or 0xF1888B) is known color: Wewak. HEX triplet: F1, 88 and 8B. RGB value is (241,136,139). Sum of RGB (Red+Green+Blue) = 241+136+139=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1888B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1888B is #0E7774. Grayscale: #A7A7A7. Windows color (decimal): -948085 or 9144561. OLE color: 9144561.
HSL color Cylindrical-coordinate representation of color #F1888B: hue angle of 358.29º 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 #F1888B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 139 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.05 |
| HSL | 358.29º | 0.79% | 0.74% | - |
| HSV(B) | 358.29º | 0.44% | 0.95% | - |
| XYZ | 49.74 | 38.17 | 29.17 | - |
| YUV | 167.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 139 | 0 | 0.44 | 0.42 | 0.05 | 358.29 | 0.79 | 0.74 |
| Hex | F1 | 88 | 8B | 0 | 2C | 2A | 5 | 166 | 4F | 4A |
| Octal | 361 | 210 | 213 | 0 | 54 | 52 | 5 | 546 | 117 | 112 |
| Binary | 11110001 | 10001000 | 10001011 | 0 | 101100 | 101010 | 101 | 101100110 | 1001111 | 1001010 |
Color Harmonies of #F1888B
Complementary color
Monochromatic Colors of #F1888B
Black with #F1888B
Text Example
Text Example
White with #F1888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1888B; }
p { color: rgb(241,136,139); }
H1.HeaderClassName
{
color: #F1888B;
}
.AnyTagClassName
{
color: #F1888B;
}
</style>
background-color css
<style>
a { background-color: #F1888B; }
a { background-color: rgb(241,136,139); }
div.DivClassName
{
background-color: #F1888B;
}
.BgClassName
{
background-color: #F1888B;
}
</style>
border-color css
<style>
span { border-color: #F1888B; }
span { border-color: rgb(241,136,139); }
td.TdClassName
{
border-color: #F1888B;
}
.TagClassName
{
border-color: #F1888B;
}
</style>