Shades of Wewak #F18A8C
Tints of Wewak #F18A8C
RGB
CMYK
RGB Variations
Color information
#F18A8C (or 0xF18A8C) is known color: Wewak. HEX triplet: F1, 8A and 8C. RGB value is (241,138,140). Sum of RGB (Red+Green+Blue) = 241+138+140=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A8C is #0E7573. Grayscale: #A9A9A9. Windows color (decimal): -947572 or 9210609. OLE color: 9210609.
HSL color Cylindrical-coordinate representation of color #F18A8C: hue angle of 358.83º 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 #F18A8C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 140 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.05 |
| HSL | 358.84º | 0.79% | 0.74% | - |
| HSV(B) | 358.84º | 0.43% | 0.95% | - |
| XYZ | 50.1 | 38.77 | 29.65 | - |
| YUV | 169.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 140 | 0 | 0.43 | 0.42 | 0.05 | 358.84 | 0.79 | 0.74 |
| Hex | F1 | 8A | 8C | 0 | 2B | 2A | 5 | 167 | 4F | 4A |
| Octal | 361 | 212 | 214 | 0 | 53 | 52 | 5 | 547 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10001100 | 0 | 101011 | 101010 | 101 | 101100111 | 1001111 | 1001010 |
Color Harmonies of #F18A8C
Complementary color
Monochromatic Colors of #F18A8C
Black with #F18A8C
Text Example
Text Example
White with #F18A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A8C; }
p { color: rgb(241,138,140); }
H1.HeaderClassName
{
color: #F18A8C;
}
.AnyTagClassName
{
color: #F18A8C;
}
</style>
background-color css
<style>
a { background-color: #F18A8C; }
a { background-color: rgb(241,138,140); }
div.DivClassName
{
background-color: #F18A8C;
}
.BgClassName
{
background-color: #F18A8C;
}
</style>
border-color css
<style>
span { border-color: #F18A8C; }
span { border-color: rgb(241,138,140); }
td.TdClassName
{
border-color: #F18A8C;
}
.TagClassName
{
border-color: #F18A8C;
}
</style>