Shades of Wewak #F1888A
Tints of Wewak #F1888A
RGB
CMYK
RGB Variations
Color information
#F1888A (or 0xF1888A) is known color: Wewak. HEX triplet: F1, 88 and 8A. RGB value is (241,136,138). Sum of RGB (Red+Green+Blue) = 241+136+138=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1888A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1888A is #0E7775. Grayscale: #A7A7A7. Windows color (decimal): -948086 or 9079025. OLE color: 9079025.
HSL color Cylindrical-coordinate representation of color #F1888A: hue angle of 358.86º 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 #F1888A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 138 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.05 |
| HSL | 358.86º | 0.79% | 0.74% | - |
| HSV(B) | 358.86º | 0.44% | 0.95% | - |
| XYZ | 49.67 | 38.14 | 28.79 | - |
| YUV | 167.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 138 | 0 | 0.44 | 0.43 | 0.05 | 358.86 | 0.79 | 0.74 |
| Hex | F1 | 88 | 8A | 0 | 2C | 2B | 5 | 167 | 4F | 4A |
| Octal | 361 | 210 | 212 | 0 | 54 | 53 | 5 | 547 | 117 | 112 |
| Binary | 11110001 | 10001000 | 10001010 | 0 | 101100 | 101011 | 101 | 101100111 | 1001111 | 1001010 |
Color Harmonies of #F1888A
Complementary color
Monochromatic Colors of #F1888A
Black with #F1888A
Text Example
Text Example
White with #F1888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1888A; }
p { color: rgb(241,136,138); }
H1.HeaderClassName
{
color: #F1888A;
}
.AnyTagClassName
{
color: #F1888A;
}
</style>
background-color css
<style>
a { background-color: #F1888A; }
a { background-color: rgb(241,136,138); }
div.DivClassName
{
background-color: #F1888A;
}
.BgClassName
{
background-color: #F1888A;
}
</style>
border-color css
<style>
span { border-color: #F1888A; }
span { border-color: rgb(241,136,138); }
td.TdClassName
{
border-color: #F1888A;
}
.TagClassName
{
border-color: #F1888A;
}
</style>