Shades of Wewak #F08892
Tints of Wewak #F08892
RGB
CMYK
RGB Variations
Color information
#F08892 (or 0xF08892) is known color: Wewak. HEX triplet: F0, 88 and 92. RGB value is (240,136,146). Sum of RGB (Red+Green+Blue) = 240+136+146=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F08892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08892 is #0F776D. Grayscale: #A8A8A8. Windows color (decimal): -1013614 or 9603312. OLE color: 9603312.
HSL color Cylindrical-coordinate representation of color #F08892: hue angle of 354.23º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08892 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 146 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.06 |
| HSL | 354.23º | 0.78% | 0.74% | - |
| HSV(B) | 354.23º | 0.43% | 0.94% | - |
| XYZ | 49.93 | 38.21 | 31.94 | - |
| YUV | 168.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 146 | 0 | 0.43 | 0.39 | 0.06 | 354.23 | 0.78 | 0.74 |
| Hex | F0 | 88 | 92 | 0 | 2B | 27 | 6 | 162 | 4E | 4A |
| Octal | 360 | 210 | 222 | 0 | 53 | 47 | 6 | 542 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10010010 | 0 | 101011 | 100111 | 110 | 101100010 | 1001110 | 1001010 |
Color Harmonies of #F08892
Complementary color
Monochromatic Colors of #F08892
Black with #F08892
Text Example
Text Example
White with #F08892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08892; }
p { color: rgb(240,136,146); }
H1.HeaderClassName
{
color: #F08892;
}
.AnyTagClassName
{
color: #F08892;
}
</style>
background-color css
<style>
a { background-color: #F08892; }
a { background-color: rgb(240,136,146); }
div.DivClassName
{
background-color: #F08892;
}
.BgClassName
{
background-color: #F08892;
}
</style>
border-color css
<style>
span { border-color: #F08892; }
span { border-color: rgb(240,136,146); }
td.TdClassName
{
border-color: #F08892;
}
.TagClassName
{
border-color: #F08892;
}
</style>