Shades of Wewak #F19A9D
Tints of Wewak #F19A9D
RGB
CMYK
RGB Variations
Color information
#F19A9D (or 0xF19A9D) is known color: Wewak. HEX triplet: F1, 9A and 9D. RGB value is (241,154,157). Sum of RGB (Red+Green+Blue) = 241+154+157=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A9D is #0E6562. Grayscale: #B4B4B4. Windows color (decimal): -943459 or 10328817. OLE color: 10328817.
HSL color Cylindrical-coordinate representation of color #F19A9D: hue angle of 357.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19A9D is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 157 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.05 |
| HSL | 357.93º | 0.76% | 0.77% | - |
| HSV(B) | 357.93º | 0.36% | 0.95% | - |
| XYZ | 53.92 | 44.25 | 37.6 | - |
| YUV | 180.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 157 | 0 | 0.36 | 0.35 | 0.05 | 357.93 | 0.76 | 0.77 |
| Hex | F1 | 9A | 9D | 0 | 24 | 23 | 5 | 166 | 4C | 4D |
| Octal | 361 | 232 | 235 | 0 | 44 | 43 | 5 | 546 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10011101 | 0 | 100100 | 100011 | 101 | 101100110 | 1001100 | 1001101 |
Color Harmonies of #F19A9D
Complementary color
Monochromatic Colors of #F19A9D
Black with #F19A9D
Text Example
Text Example
White with #F19A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A9D; }
p { color: rgb(241,154,157); }
H1.HeaderClassName
{
color: #F19A9D;
}
.AnyTagClassName
{
color: #F19A9D;
}
</style>
background-color css
<style>
a { background-color: #F19A9D; }
a { background-color: rgb(241,154,157); }
div.DivClassName
{
background-color: #F19A9D;
}
.BgClassName
{
background-color: #F19A9D;
}
</style>
border-color css
<style>
span { border-color: #F19A9D; }
span { border-color: rgb(241,154,157); }
td.TdClassName
{
border-color: #F19A9D;
}
.TagClassName
{
border-color: #F19A9D;
}
</style>