Shades of Wewak #F9949D
Tints of Wewak #F9949D
RGB
CMYK
RGB Variations
Color information
#F9949D (or 0xF9949D) is known color: Wewak. HEX triplet: F9, 94 and 9D. RGB value is (249,148,157). Sum of RGB (Red+Green+Blue) = 249+148+157=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9949D is #066B62. Grayscale: #B3B3B3. Windows color (decimal): -420707 or 10327289. OLE color: 10327289.
HSL color Cylindrical-coordinate representation of color #F9949D: hue angle of 354.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9949D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 157 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.02 |
| HSL | 354.65º | 0.89% | 0.78% | - |
| HSV(B) | 354.65º | 0.41% | 0.98% | - |
| XYZ | 55.74 | 43.75 | 37.41 | - |
| YUV | 179.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 157 | 0 | 0.41 | 0.37 | 0.02 | 354.65 | 0.89 | 0.78 |
| Hex | F9 | 94 | 9D | 0 | 29 | 25 | 2 | 163 | 59 | 4E |
| Octal | 371 | 224 | 235 | 0 | 51 | 45 | 2 | 543 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10011101 | 0 | 101001 | 100101 | 10 | 101100011 | 1011001 | 1001110 |
Color Harmonies of #F9949D
Complementary color
Monochromatic Colors of #F9949D
Black with #F9949D
Text Example
Text Example
White with #F9949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9949D; }
p { color: rgb(249,148,157); }
H1.HeaderClassName
{
color: #F9949D;
}
.AnyTagClassName
{
color: #F9949D;
}
</style>
background-color css
<style>
a { background-color: #F9949D; }
a { background-color: rgb(249,148,157); }
div.DivClassName
{
background-color: #F9949D;
}
.BgClassName
{
background-color: #F9949D;
}
</style>
border-color css
<style>
span { border-color: #F9949D; }
span { border-color: rgb(249,148,157); }
td.TdClassName
{
border-color: #F9949D;
}
.TagClassName
{
border-color: #F9949D;
}
</style>