Shades of Wewak #F08F9D
Tints of Wewak #F08F9D
RGB
CMYK
RGB Variations
Color information
#F08F9D (or 0xF08F9D) is known color: Wewak. HEX triplet: F0, 8F and 9D. RGB value is (240,143,157). Sum of RGB (Red+Green+Blue) = 240+143+157=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F9D is #0F7062. Grayscale: #ADADAD. Windows color (decimal): -1011811 or 10326000. OLE color: 10326000.
HSL color Cylindrical-coordinate representation of color #F08F9D: hue angle of 351.34º 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 #F08F9D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 157 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.06 |
| HSL | 351.34º | 0.76% | 0.75% | - |
| HSV(B) | 351.34º | 0.4% | 0.94% | - |
| XYZ | 51.84 | 40.6 | 37 | - |
| YUV | 173.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 157 | 0 | 0.40 | 0.35 | 0.06 | 351.34 | 0.76 | 0.75 |
| Hex | F0 | 8F | 9D | 0 | 28 | 23 | 6 | 15F | 4C | 4B |
| Octal | 360 | 217 | 235 | 0 | 50 | 43 | 6 | 537 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10011101 | 0 | 101000 | 100011 | 110 | 101011111 | 1001100 | 1001011 |
Color Harmonies of #F08F9D
Complementary color
Monochromatic Colors of #F08F9D
Black with #F08F9D
Text Example
Text Example
White with #F08F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F9D; }
p { color: rgb(240,143,157); }
H1.HeaderClassName
{
color: #F08F9D;
}
.AnyTagClassName
{
color: #F08F9D;
}
</style>
background-color css
<style>
a { background-color: #F08F9D; }
a { background-color: rgb(240,143,157); }
div.DivClassName
{
background-color: #F08F9D;
}
.BgClassName
{
background-color: #F08F9D;
}
</style>
border-color css
<style>
span { border-color: #F08F9D; }
span { border-color: rgb(240,143,157); }
td.TdClassName
{
border-color: #F08F9D;
}
.TagClassName
{
border-color: #F08F9D;
}
</style>