Shades of Wewak #F18A8B
Tints of Wewak #F18A8B
RGB
CMYK
RGB Variations
Color information
#F18A8B (or 0xF18A8B) is known color: Wewak. HEX triplet: F1, 8A and 8B. RGB value is (241,138,139). Sum of RGB (Red+Green+Blue) = 241+138+139=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A8B is #0E7574. Grayscale: #A9A9A9. Windows color (decimal): -947573 or 9145073. OLE color: 9145073.
HSL color Cylindrical-coordinate representation of color #F18A8B: hue angle of 359.42º 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 #F18A8B is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 139 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.05 |
| HSL | 359.42º | 0.79% | 0.74% | - |
| HSV(B) | 359.42º | 0.43% | 0.95% | - |
| XYZ | 50.02 | 38.74 | 29.27 | - |
| YUV | 168.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 139 | 0 | 0.43 | 0.42 | 0.05 | 359.42 | 0.79 | 0.74 |
| Hex | F1 | 8A | 8B | 0 | 2B | 2A | 5 | 167 | 4F | 4A |
| Octal | 361 | 212 | 213 | 0 | 53 | 52 | 5 | 547 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10001011 | 0 | 101011 | 101010 | 101 | 101100111 | 1001111 | 1001010 |
Color Harmonies of #F18A8B
Complementary color
Monochromatic Colors of #F18A8B
Black with #F18A8B
Text Example
Text Example
White with #F18A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A8B; }
p { color: rgb(241,138,139); }
H1.HeaderClassName
{
color: #F18A8B;
}
.AnyTagClassName
{
color: #F18A8B;
}
</style>
background-color css
<style>
a { background-color: #F18A8B; }
a { background-color: rgb(241,138,139); }
div.DivClassName
{
background-color: #F18A8B;
}
.BgClassName
{
background-color: #F18A8B;
}
</style>
border-color css
<style>
span { border-color: #F18A8B; }
span { border-color: rgb(241,138,139); }
td.TdClassName
{
border-color: #F18A8B;
}
.TagClassName
{
border-color: #F18A8B;
}
</style>