Shades of Wewak #F08B9D
Tints of Wewak #F08B9D
RGB
CMYK
RGB Variations
Color information
#F08B9D (or 0xF08B9D) is known color: Wewak. HEX triplet: F0, 8B and 9D. RGB value is (240,139,157). Sum of RGB (Red+Green+Blue) = 240+139+157=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B9D is #0F7462. Grayscale: #ABABAB. Windows color (decimal): -1012835 or 10324976. OLE color: 10324976.
HSL color Cylindrical-coordinate representation of color #F08B9D: hue angle of 349.31º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08B9D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 157 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.06 |
| HSL | 349.31º | 0.77% | 0.74% | - |
| HSV(B) | 349.31º | 0.42% | 0.94% | - |
| XYZ | 51.25 | 39.42 | 36.81 | - |
| YUV | 171.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 157 | 0 | 0.42 | 0.35 | 0.06 | 349.31 | 0.77 | 0.74 |
| Hex | F0 | 8B | 9D | 0 | 2A | 23 | 6 | 15D | 4D | 4A |
| Octal | 360 | 213 | 235 | 0 | 52 | 43 | 6 | 535 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10011101 | 0 | 101010 | 100011 | 110 | 101011101 | 1001101 | 1001010 |
Color Harmonies of #F08B9D
Complementary color
Monochromatic Colors of #F08B9D
Black with #F08B9D
Text Example
Text Example
White with #F08B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B9D; }
p { color: rgb(240,139,157); }
H1.HeaderClassName
{
color: #F08B9D;
}
.AnyTagClassName
{
color: #F08B9D;
}
</style>
background-color css
<style>
a { background-color: #F08B9D; }
a { background-color: rgb(240,139,157); }
div.DivClassName
{
background-color: #F08B9D;
}
.BgClassName
{
background-color: #F08B9D;
}
</style>
border-color css
<style>
span { border-color: #F08B9D; }
span { border-color: rgb(240,139,157); }
td.TdClassName
{
border-color: #F08B9D;
}
.TagClassName
{
border-color: #F08B9D;
}
</style>