Shades of Wewak #F08D92
Tints of Wewak #F08D92
RGB
CMYK
RGB Variations
Color information
#F08D92 (or 0xF08D92) is known color: Wewak. HEX triplet: F0, 8D and 92. RGB value is (240,141,146). Sum of RGB (Red+Green+Blue) = 240+141+146=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D92 is #0F726D. Grayscale: #ABABAB. Windows color (decimal): -1012334 or 9604592. OLE color: 9604592.
HSL color Cylindrical-coordinate representation of color #F08D92: hue angle of 356.97º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08D92 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 146 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.06 |
| HSL | 356.97º | 0.77% | 0.75% | - |
| HSV(B) | 356.97º | 0.41% | 0.94% | - |
| XYZ | 50.65 | 39.65 | 32.18 | - |
| YUV | 171.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 146 | 0 | 0.41 | 0.39 | 0.06 | 356.97 | 0.77 | 0.75 |
| Hex | F0 | 8D | 92 | 0 | 29 | 27 | 6 | 165 | 4D | 4B |
| Octal | 360 | 215 | 222 | 0 | 51 | 47 | 6 | 545 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10010010 | 0 | 101001 | 100111 | 110 | 101100101 | 1001101 | 1001011 |
Color Harmonies of #F08D92
Complementary color
Monochromatic Colors of #F08D92
Black with #F08D92
Text Example
Text Example
White with #F08D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D92; }
p { color: rgb(240,141,146); }
H1.HeaderClassName
{
color: #F08D92;
}
.AnyTagClassName
{
color: #F08D92;
}
</style>
background-color css
<style>
a { background-color: #F08D92; }
a { background-color: rgb(240,141,146); }
div.DivClassName
{
background-color: #F08D92;
}
.BgClassName
{
background-color: #F08D92;
}
</style>
border-color css
<style>
span { border-color: #F08D92; }
span { border-color: rgb(240,141,146); }
td.TdClassName
{
border-color: #F08D92;
}
.TagClassName
{
border-color: #F08D92;
}
</style>