Shades of Wewak #F9949B
Tints of Wewak #F9949B
RGB
CMYK
RGB Variations
Color information
#F9949B (or 0xF9949B) is known color: Wewak. HEX triplet: F9, 94 and 9B. RGB value is (249,148,155). Sum of RGB (Red+Green+Blue) = 249+148+155=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F9949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9949B is #066B64. Grayscale: #B3B3B3. Windows color (decimal): -420709 or 10196217. OLE color: 10196217.
HSL color Cylindrical-coordinate representation of color #F9949B: hue angle of 355.84º 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 #F9949B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 155 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.02 |
| HSL | 355.84º | 0.89% | 0.78% | - |
| HSV(B) | 355.84º | 0.41% | 0.98% | - |
| XYZ | 55.57 | 43.69 | 36.51 | - |
| YUV | 179 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 155 | 0 | 0.41 | 0.38 | 0.02 | 355.84 | 0.89 | 0.78 |
| Hex | F9 | 94 | 9B | 0 | 29 | 26 | 2 | 164 | 59 | 4E |
| Octal | 371 | 224 | 233 | 0 | 51 | 46 | 2 | 544 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10011011 | 0 | 101001 | 100110 | 10 | 101100100 | 1011001 | 1001110 |
Color Harmonies of #F9949B
Complementary color
Monochromatic Colors of #F9949B
Black with #F9949B
Text Example
Text Example
White with #F9949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9949B; }
p { color: rgb(249,148,155); }
H1.HeaderClassName
{
color: #F9949B;
}
.AnyTagClassName
{
color: #F9949B;
}
</style>
background-color css
<style>
a { background-color: #F9949B; }
a { background-color: rgb(249,148,155); }
div.DivClassName
{
background-color: #F9949B;
}
.BgClassName
{
background-color: #F9949B;
}
</style>
border-color css
<style>
span { border-color: #F9949B; }
span { border-color: rgb(249,148,155); }
td.TdClassName
{
border-color: #F9949B;
}
.TagClassName
{
border-color: #F9949B;
}
</style>