Shades of Wewak #F1949B
Tints of Wewak #F1949B
RGB
CMYK
RGB Variations
Color information
#F1949B (or 0xF1949B) is known color: Wewak. HEX triplet: F1, 94 and 9B. RGB value is (241,148,155). Sum of RGB (Red+Green+Blue) = 241+148+155=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1949B is #0E6B64. Grayscale: #B0B0B0. Windows color (decimal): -944997 or 10196209. OLE color: 10196209.
HSL color Cylindrical-coordinate representation of color #F1949B: hue angle of 355.48º 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 #F1949B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 155 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.05 |
| HSL | 355.48º | 0.77% | 0.76% | - |
| HSV(B) | 355.48º | 0.39% | 0.95% | - |
| XYZ | 52.78 | 42.25 | 36.38 | - |
| YUV | 176.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 155 | 0 | 0.39 | 0.36 | 0.05 | 355.48 | 0.77 | 0.76 |
| Hex | F1 | 94 | 9B | 0 | 27 | 24 | 5 | 163 | 4D | 4C |
| Octal | 361 | 224 | 233 | 0 | 47 | 44 | 5 | 543 | 115 | 114 |
| Binary | 11110001 | 10010100 | 10011011 | 0 | 100111 | 100100 | 101 | 101100011 | 1001101 | 1001100 |
Color Harmonies of #F1949B
Complementary color
Monochromatic Colors of #F1949B
Black with #F1949B
Text Example
Text Example
White with #F1949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1949B; }
p { color: rgb(241,148,155); }
H1.HeaderClassName
{
color: #F1949B;
}
.AnyTagClassName
{
color: #F1949B;
}
</style>
background-color css
<style>
a { background-color: #F1949B; }
a { background-color: rgb(241,148,155); }
div.DivClassName
{
background-color: #F1949B;
}
.BgClassName
{
background-color: #F1949B;
}
</style>
border-color css
<style>
span { border-color: #F1949B; }
span { border-color: rgb(241,148,155); }
td.TdClassName
{
border-color: #F1949B;
}
.TagClassName
{
border-color: #F1949B;
}
</style>