Shades of Wewak #F0949D
Tints of Wewak #F0949D
RGB
CMYK
RGB Variations
Color information
#F0949D (or 0xF0949D) is known color: Wewak. HEX triplet: F0, 94 and 9D. RGB value is (240,148,157). Sum of RGB (Red+Green+Blue) = 240+148+157=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0949D is #0F6B62. Grayscale: #B0B0B0. Windows color (decimal): -1010531 or 10327280. OLE color: 10327280.
HSL color Cylindrical-coordinate representation of color #F0949D: hue angle of 354.13º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0949D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 157 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.06 |
| HSL | 354.13º | 0.75% | 0.76% | - |
| HSV(B) | 354.13º | 0.38% | 0.94% | - |
| XYZ | 52.61 | 42.14 | 37.26 | - |
| YUV | 176.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 157 | 0 | 0.38 | 0.35 | 0.06 | 354.13 | 0.75 | 0.76 |
| Hex | F0 | 94 | 9D | 0 | 26 | 23 | 6 | 162 | 4B | 4C |
| Octal | 360 | 224 | 235 | 0 | 46 | 43 | 6 | 542 | 113 | 114 |
| Binary | 11110000 | 10010100 | 10011101 | 0 | 100110 | 100011 | 110 | 101100010 | 1001011 | 1001100 |
Color Harmonies of #F0949D
Complementary color
Monochromatic Colors of #F0949D
Black with #F0949D
Text Example
Text Example
White with #F0949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0949D; }
p { color: rgb(240,148,157); }
H1.HeaderClassName
{
color: #F0949D;
}
.AnyTagClassName
{
color: #F0949D;
}
</style>
background-color css
<style>
a { background-color: #F0949D; }
a { background-color: rgb(240,148,157); }
div.DivClassName
{
background-color: #F0949D;
}
.BgClassName
{
background-color: #F0949D;
}
</style>
border-color css
<style>
span { border-color: #F0949D; }
span { border-color: rgb(240,148,157); }
td.TdClassName
{
border-color: #F0949D;
}
.TagClassName
{
border-color: #F0949D;
}
</style>