Shades of Wewak #F1949D
Tints of Wewak #F1949D
RGB
CMYK
RGB Variations
Color information
#F1949D (or 0xF1949D) is known color: Wewak. HEX triplet: F1, 94 and 9D. RGB value is (241,148,157). Sum of RGB (Red+Green+Blue) = 241+148+157=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1949D is #0E6B62. Grayscale: #B0B0B0. Windows color (decimal): -944995 or 10327281. OLE color: 10327281.
HSL color Cylindrical-coordinate representation of color #F1949D: hue angle of 354.19º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1949D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 157 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.05 |
| HSL | 354.19º | 0.77% | 0.76% | - |
| HSV(B) | 354.19º | 0.39% | 0.95% | - |
| XYZ | 52.95 | 42.31 | 37.28 | - |
| YUV | 176.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 157 | 0 | 0.39 | 0.35 | 0.05 | 354.19 | 0.77 | 0.76 |
| Hex | F1 | 94 | 9D | 0 | 27 | 23 | 5 | 162 | 4D | 4C |
| Octal | 361 | 224 | 235 | 0 | 47 | 43 | 5 | 542 | 115 | 114 |
| Binary | 11110001 | 10010100 | 10011101 | 0 | 100111 | 100011 | 101 | 101100010 | 1001101 | 1001100 |
Color Harmonies of #F1949D
Complementary color
Monochromatic Colors of #F1949D
Black with #F1949D
Text Example
Text Example
White with #F1949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1949D; }
p { color: rgb(241,148,157); }
H1.HeaderClassName
{
color: #F1949D;
}
.AnyTagClassName
{
color: #F1949D;
}
</style>
background-color css
<style>
a { background-color: #F1949D; }
a { background-color: rgb(241,148,157); }
div.DivClassName
{
background-color: #F1949D;
}
.BgClassName
{
background-color: #F1949D;
}
</style>
border-color css
<style>
span { border-color: #F1949D; }
span { border-color: rgb(241,148,157); }
td.TdClassName
{
border-color: #F1949D;
}
.TagClassName
{
border-color: #F1949D;
}
</style>