Shades of Wewak #F1909D
Tints of Wewak #F1909D
RGB
CMYK
RGB Variations
Color information
#F1909D (or 0xF1909D) is known color: Wewak. HEX triplet: F1, 90 and 9D. RGB value is (241,144,157). Sum of RGB (Red+Green+Blue) = 241+144+157=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1909D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1909D is #0E6F62. Grayscale: #AEAEAE. Windows color (decimal): -946019 or 10326257. OLE color: 10326257.
HSL color Cylindrical-coordinate representation of color #F1909D: hue angle of 351.96º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1909D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 157 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.05 |
| HSL | 351.96º | 0.78% | 0.75% | - |
| HSV(B) | 351.96º | 0.4% | 0.95% | - |
| XYZ | 52.33 | 41.08 | 37.07 | - |
| YUV | 174.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 157 | 0 | 0.40 | 0.35 | 0.05 | 351.96 | 0.78 | 0.75 |
| Hex | F1 | 90 | 9D | 0 | 28 | 23 | 5 | 160 | 4E | 4B |
| Octal | 361 | 220 | 235 | 0 | 50 | 43 | 5 | 540 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10011101 | 0 | 101000 | 100011 | 101 | 101100000 | 1001110 | 1001011 |
Color Harmonies of #F1909D
Complementary color
Monochromatic Colors of #F1909D
Black with #F1909D
Text Example
Text Example
White with #F1909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1909D; }
p { color: rgb(241,144,157); }
H1.HeaderClassName
{
color: #F1909D;
}
.AnyTagClassName
{
color: #F1909D;
}
</style>
background-color css
<style>
a { background-color: #F1909D; }
a { background-color: rgb(241,144,157); }
div.DivClassName
{
background-color: #F1909D;
}
.BgClassName
{
background-color: #F1909D;
}
</style>
border-color css
<style>
span { border-color: #F1909D; }
span { border-color: rgb(241,144,157); }
td.TdClassName
{
border-color: #F1909D;
}
.TagClassName
{
border-color: #F1909D;
}
</style>