Shades of Wewak #F4949D
Tints of Wewak #F4949D
RGB
CMYK
RGB Variations
Color information
#F4949D (or 0xF4949D) is known color: Wewak. HEX triplet: F4, 94 and 9D. RGB value is (244,148,157). Sum of RGB (Red+Green+Blue) = 244+148+157=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F4949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4949D is #0B6B62. Grayscale: #B1B1B1. Windows color (decimal): -748387 or 10327284. OLE color: 10327284.
HSL color Cylindrical-coordinate representation of color #F4949D: hue angle of 354.38º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4949D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 157 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.04 |
| HSL | 354.38º | 0.81% | 0.77% | - |
| HSV(B) | 354.38º | 0.39% | 0.96% | - |
| XYZ | 53.98 | 42.85 | 37.32 | - |
| YUV | 177.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 157 | 0 | 0.39 | 0.36 | 0.04 | 354.38 | 0.81 | 0.77 |
| Hex | F4 | 94 | 9D | 0 | 27 | 24 | 4 | 162 | 51 | 4D |
| Octal | 364 | 224 | 235 | 0 | 47 | 44 | 4 | 542 | 121 | 115 |
| Binary | 11110100 | 10010100 | 10011101 | 0 | 100111 | 100100 | 100 | 101100010 | 1010001 | 1001101 |
Color Harmonies of #F4949D
Complementary color
Monochromatic Colors of #F4949D
Black with #F4949D
Text Example
Text Example
White with #F4949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4949D; }
p { color: rgb(244,148,157); }
H1.HeaderClassName
{
color: #F4949D;
}
.AnyTagClassName
{
color: #F4949D;
}
</style>
background-color css
<style>
a { background-color: #F4949D; }
a { background-color: rgb(244,148,157); }
div.DivClassName
{
background-color: #F4949D;
}
.BgClassName
{
background-color: #F4949D;
}
</style>
border-color css
<style>
span { border-color: #F4949D; }
span { border-color: rgb(244,148,157); }
td.TdClassName
{
border-color: #F4949D;
}
.TagClassName
{
border-color: #F4949D;
}
</style>