Shades of Wewak #F08F9F
Tints of Wewak #F08F9F
RGB
CMYK
RGB Variations
Color information
#F08F9F (or 0xF08F9F) is known color: Wewak. HEX triplet: F0, 8F and 9F. RGB value is (240,143,159). Sum of RGB (Red+Green+Blue) = 240+143+159=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F9F is #0F7060. Grayscale: #ADADAD. Windows color (decimal): -1011809 or 10457072. OLE color: 10457072.
HSL color Cylindrical-coordinate representation of color #F08F9F: hue angle of 350.1º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08F9F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 159 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.06 |
| HSL | 350.1º | 0.76% | 0.75% | - |
| HSV(B) | 350.1º | 0.4% | 0.94% | - |
| XYZ | 52.02 | 40.67 | 37.91 | - |
| YUV | 173.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 159 | 0 | 0.40 | 0.34 | 0.06 | 350.1 | 0.76 | 0.75 |
| Hex | F0 | 8F | 9F | 0 | 28 | 22 | 6 | 15E | 4C | 4B |
| Octal | 360 | 217 | 237 | 0 | 50 | 42 | 6 | 536 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10011111 | 0 | 101000 | 100010 | 110 | 101011110 | 1001100 | 1001011 |
Color Harmonies of #F08F9F
Complementary color
Monochromatic Colors of #F08F9F
Black with #F08F9F
Text Example
Text Example
White with #F08F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F9F; }
p { color: rgb(240,143,159); }
H1.HeaderClassName
{
color: #F08F9F;
}
.AnyTagClassName
{
color: #F08F9F;
}
</style>
background-color css
<style>
a { background-color: #F08F9F; }
a { background-color: rgb(240,143,159); }
div.DivClassName
{
background-color: #F08F9F;
}
.BgClassName
{
background-color: #F08F9F;
}
</style>
border-color css
<style>
span { border-color: #F08F9F; }
span { border-color: rgb(240,143,159); }
td.TdClassName
{
border-color: #F08F9F;
}
.TagClassName
{
border-color: #F08F9F;
}
</style>