Shades of Wewak #F1868D
Tints of Wewak #F1868D
RGB
CMYK
RGB Variations
Color information
#F1868D (or 0xF1868D) is known color: Wewak. HEX triplet: F1, 86 and 8D. RGB value is (241,134,141). Sum of RGB (Red+Green+Blue) = 241+134+141=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1868D is #0E7972. Grayscale: #A6A6A6. Windows color (decimal): -948595 or 9275121. OLE color: 9275121.
HSL color Cylindrical-coordinate representation of color #F1868D: hue angle of 356.07º 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 #F1868D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 141 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.05 |
| HSL | 356.07º | 0.79% | 0.74% | - |
| HSV(B) | 356.07º | 0.44% | 0.95% | - |
| XYZ | 49.61 | 37.67 | 29.86 | - |
| YUV | 166.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 141 | 0 | 0.44 | 0.41 | 0.05 | 356.07 | 0.79 | 0.74 |
| Hex | F1 | 86 | 8D | 0 | 2C | 29 | 5 | 164 | 4F | 4A |
| Octal | 361 | 206 | 215 | 0 | 54 | 51 | 5 | 544 | 117 | 112 |
| Binary | 11110001 | 10000110 | 10001101 | 0 | 101100 | 101001 | 101 | 101100100 | 1001111 | 1001010 |
Color Harmonies of #F1868D
Complementary color
Monochromatic Colors of #F1868D
Black with #F1868D
Text Example
Text Example
White with #F1868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1868D; }
p { color: rgb(241,134,141); }
H1.HeaderClassName
{
color: #F1868D;
}
.AnyTagClassName
{
color: #F1868D;
}
</style>
background-color css
<style>
a { background-color: #F1868D; }
a { background-color: rgb(241,134,141); }
div.DivClassName
{
background-color: #F1868D;
}
.BgClassName
{
background-color: #F1868D;
}
</style>
border-color css
<style>
span { border-color: #F1868D; }
span { border-color: rgb(241,134,141); }
td.TdClassName
{
border-color: #F1868D;
}
.TagClassName
{
border-color: #F1868D;
}
</style>