Shades of Wewak #F1858B
Tints of Wewak #F1858B
RGB
CMYK
RGB Variations
Color information
#F1858B (or 0xF1858B) is known color: Wewak. HEX triplet: F1, 85 and 8B. RGB value is (241,133,139). Sum of RGB (Red+Green+Blue) = 241+133+139=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1858B is #0E7A74. Grayscale: #A6A6A6. Windows color (decimal): -948853 or 9143793. OLE color: 9143793.
HSL color Cylindrical-coordinate representation of color #F1858B: hue angle of 356.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1858B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 139 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.05 |
| HSL | 356.67º | 0.79% | 0.73% | - |
| HSV(B) | 356.67º | 0.45% | 0.95% | - |
| XYZ | 49.32 | 37.34 | 29.03 | - |
| YUV | 165.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 139 | 0 | 0.45 | 0.42 | 0.05 | 356.67 | 0.79 | 0.73 |
| Hex | F1 | 85 | 8B | 0 | 2D | 2A | 5 | 165 | 4F | 49 |
| Octal | 361 | 205 | 213 | 0 | 55 | 52 | 5 | 545 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10001011 | 0 | 101101 | 101010 | 101 | 101100101 | 1001111 | 1001001 |
Color Harmonies of #F1858B
Complementary color
Monochromatic Colors of #F1858B
Black with #F1858B
Text Example
Text Example
White with #F1858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1858B; }
p { color: rgb(241,133,139); }
H1.HeaderClassName
{
color: #F1858B;
}
.AnyTagClassName
{
color: #F1858B;
}
</style>
background-color css
<style>
a { background-color: #F1858B; }
a { background-color: rgb(241,133,139); }
div.DivClassName
{
background-color: #F1858B;
}
.BgClassName
{
background-color: #F1858B;
}
</style>
border-color css
<style>
span { border-color: #F1858B; }
span { border-color: rgb(241,133,139); }
td.TdClassName
{
border-color: #F1858B;
}
.TagClassName
{
border-color: #F1858B;
}
</style>