Shades of Wewak #F08896
Tints of Wewak #F08896
RGB
CMYK
RGB Variations
Color information
#F08896 (or 0xF08896) is known color: Wewak. HEX triplet: F0, 88 and 96. RGB value is (240,136,150). Sum of RGB (Red+Green+Blue) = 240+136+150=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F08896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08896 is #0F7769. Grayscale: #A8A8A8. Windows color (decimal): -1013610 or 9865456. OLE color: 9865456.
HSL color Cylindrical-coordinate representation of color #F08896: hue angle of 351.92º 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 #F08896 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 150 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.06 |
| HSL | 351.92º | 0.78% | 0.74% | - |
| HSV(B) | 351.92º | 0.43% | 0.94% | - |
| XYZ | 50.24 | 38.34 | 33.61 | - |
| YUV | 168.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 150 | 0 | 0.43 | 0.37 | 0.06 | 351.92 | 0.78 | 0.74 |
| Hex | F0 | 88 | 96 | 0 | 2B | 25 | 6 | 160 | 4E | 4A |
| Octal | 360 | 210 | 226 | 0 | 53 | 45 | 6 | 540 | 116 | 112 |
| Binary | 11110000 | 10001000 | 10010110 | 0 | 101011 | 100101 | 110 | 101100000 | 1001110 | 1001010 |
Color Harmonies of #F08896
Complementary color
Monochromatic Colors of #F08896
Black with #F08896
Text Example
Text Example
White with #F08896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08896; }
p { color: rgb(240,136,150); }
H1.HeaderClassName
{
color: #F08896;
}
.AnyTagClassName
{
color: #F08896;
}
</style>
background-color css
<style>
a { background-color: #F08896; }
a { background-color: rgb(240,136,150); }
div.DivClassName
{
background-color: #F08896;
}
.BgClassName
{
background-color: #F08896;
}
</style>
border-color css
<style>
span { border-color: #F08896; }
span { border-color: rgb(240,136,150); }
td.TdClassName
{
border-color: #F08896;
}
.TagClassName
{
border-color: #F08896;
}
</style>