Shades of Wewak #F18C92
Tints of Wewak #F18C92
RGB
CMYK
RGB Variations
Color information
#F18C92 (or 0xF18C92) is known color: Wewak. HEX triplet: F1, 8C and 92. RGB value is (241,140,146). Sum of RGB (Red+Green+Blue) = 241+140+146=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C92 is #0E736D. Grayscale: #AAAAAA. Windows color (decimal): -947054 or 9604337. OLE color: 9604337.
HSL color Cylindrical-coordinate representation of color #F18C92: hue angle of 356.44º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18C92 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 146 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.05 |
| HSL | 356.44º | 0.78% | 0.75% | - |
| HSV(B) | 356.44º | 0.42% | 0.95% | - |
| XYZ | 50.84 | 39.53 | 32.14 | - |
| YUV | 170.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 146 | 0 | 0.42 | 0.39 | 0.05 | 356.44 | 0.78 | 0.75 |
| Hex | F1 | 8C | 92 | 0 | 2A | 27 | 5 | 164 | 4E | 4B |
| Octal | 361 | 214 | 222 | 0 | 52 | 47 | 5 | 544 | 116 | 113 |
| Binary | 11110001 | 10001100 | 10010010 | 0 | 101010 | 100111 | 101 | 101100100 | 1001110 | 1001011 |
Color Harmonies of #F18C92
Complementary color
Monochromatic Colors of #F18C92
Black with #F18C92
Text Example
Text Example
White with #F18C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C92; }
p { color: rgb(241,140,146); }
H1.HeaderClassName
{
color: #F18C92;
}
.AnyTagClassName
{
color: #F18C92;
}
</style>
background-color css
<style>
a { background-color: #F18C92; }
a { background-color: rgb(241,140,146); }
div.DivClassName
{
background-color: #F18C92;
}
.BgClassName
{
background-color: #F18C92;
}
</style>
border-color css
<style>
span { border-color: #F18C92; }
span { border-color: rgb(241,140,146); }
td.TdClassName
{
border-color: #F18C92;
}
.TagClassName
{
border-color: #F18C92;
}
</style>