Shades of Wewak #F08C92
Tints of Wewak #F08C92
RGB
CMYK
RGB Variations
Color information
#F08C92 (or 0xF08C92) is known color: Wewak. HEX triplet: F0, 8C and 92. RGB value is (240,140,146). Sum of RGB (Red+Green+Blue) = 240+140+146=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C92 is #0F736D. Grayscale: #AAAAAA. Windows color (decimal): -1012590 or 9604336. OLE color: 9604336.
HSL color Cylindrical-coordinate representation of color #F08C92: hue angle of 356.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08C92 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 146 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.06 |
| HSL | 356.4º | 0.77% | 0.75% | - |
| HSV(B) | 356.4º | 0.42% | 0.94% | - |
| XYZ | 50.5 | 39.36 | 32.13 | - |
| YUV | 170.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 146 | 0 | 0.42 | 0.39 | 0.06 | 356.4 | 0.77 | 0.75 |
| Hex | F0 | 8C | 92 | 0 | 2A | 27 | 6 | 164 | 4D | 4B |
| Octal | 360 | 214 | 222 | 0 | 52 | 47 | 6 | 544 | 115 | 113 |
| Binary | 11110000 | 10001100 | 10010010 | 0 | 101010 | 100111 | 110 | 101100100 | 1001101 | 1001011 |
Color Harmonies of #F08C92
Complementary color
Monochromatic Colors of #F08C92
Black with #F08C92
Text Example
Text Example
White with #F08C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C92; }
p { color: rgb(240,140,146); }
H1.HeaderClassName
{
color: #F08C92;
}
.AnyTagClassName
{
color: #F08C92;
}
</style>
background-color css
<style>
a { background-color: #F08C92; }
a { background-color: rgb(240,140,146); }
div.DivClassName
{
background-color: #F08C92;
}
.BgClassName
{
background-color: #F08C92;
}
</style>
border-color css
<style>
span { border-color: #F08C92; }
span { border-color: rgb(240,140,146); }
td.TdClassName
{
border-color: #F08C92;
}
.TagClassName
{
border-color: #F08C92;
}
</style>