Shades of Wewak #F1959D
Tints of Wewak #F1959D
RGB
CMYK
RGB Variations
Color information
#F1959D (or 0xF1959D) is known color: Wewak. HEX triplet: F1, 95 and 9D. RGB value is (241,149,157). Sum of RGB (Red+Green+Blue) = 241+149+157=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1959D is #0E6A62. Grayscale: #B1B1B1. Windows color (decimal): -944739 or 10327537. OLE color: 10327537.
HSL color Cylindrical-coordinate representation of color #F1959D: hue angle of 354.78º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1959D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 157 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.05 |
| HSL | 354.78º | 0.77% | 0.76% | - |
| HSV(B) | 354.78º | 0.38% | 0.95% | - |
| XYZ | 53.11 | 42.63 | 37.33 | - |
| YUV | 177.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 157 | 0 | 0.38 | 0.35 | 0.05 | 354.78 | 0.77 | 0.76 |
| Hex | F1 | 95 | 9D | 0 | 26 | 23 | 5 | 163 | 4D | 4C |
| Octal | 361 | 225 | 235 | 0 | 46 | 43 | 5 | 543 | 115 | 114 |
| Binary | 11110001 | 10010101 | 10011101 | 0 | 100110 | 100011 | 101 | 101100011 | 1001101 | 1001100 |
Color Harmonies of #F1959D
Complementary color
Monochromatic Colors of #F1959D
Black with #F1959D
Text Example
Text Example
White with #F1959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1959D; }
p { color: rgb(241,149,157); }
H1.HeaderClassName
{
color: #F1959D;
}
.AnyTagClassName
{
color: #F1959D;
}
</style>
background-color css
<style>
a { background-color: #F1959D; }
a { background-color: rgb(241,149,157); }
div.DivClassName
{
background-color: #F1959D;
}
.BgClassName
{
background-color: #F1959D;
}
</style>
border-color css
<style>
span { border-color: #F1959D; }
span { border-color: rgb(241,149,157); }
td.TdClassName
{
border-color: #F1959D;
}
.TagClassName
{
border-color: #F1959D;
}
</style>