Shades of Wewak #F192A0
Tints of Wewak #F192A0
RGB
CMYK
RGB Variations
Color information
#F192A0 (or 0xF192A0) is known color: Wewak. HEX triplet: F1, 92 and A0. RGB value is (241,146,160). Sum of RGB (Red+Green+Blue) = 241+146+160=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A0 is #0E6D5F. Grayscale: #B0B0B0. Windows color (decimal): -945504 or 10523377. OLE color: 10523377.
HSL color Cylindrical-coordinate representation of color #F192A0: hue angle of 351.16º 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 #F192A0 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 160 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.05 |
| HSL | 351.16º | 0.77% | 0.76% | - |
| HSV(B) | 351.16º | 0.39% | 0.95% | - |
| XYZ | 52.9 | 41.8 | 38.54 | - |
| YUV | 176 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 160 | 0 | 0.39 | 0.34 | 0.05 | 351.16 | 0.77 | 0.76 |
| Hex | F1 | 92 | A0 | 0 | 27 | 22 | 5 | 15F | 4D | 4C |
| Octal | 361 | 222 | 240 | 0 | 47 | 42 | 5 | 537 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10100000 | 0 | 100111 | 100010 | 101 | 101011111 | 1001101 | 1001100 |
Color Harmonies of #F192A0
Complementary color
Monochromatic Colors of #F192A0
Black with #F192A0
Text Example
Text Example
White with #F192A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192A0; }
p { color: rgb(241,146,160); }
H1.HeaderClassName
{
color: #F192A0;
}
.AnyTagClassName
{
color: #F192A0;
}
</style>
background-color css
<style>
a { background-color: #F192A0; }
a { background-color: rgb(241,146,160); }
div.DivClassName
{
background-color: #F192A0;
}
.BgClassName
{
background-color: #F192A0;
}
</style>
border-color css
<style>
span { border-color: #F192A0; }
span { border-color: rgb(241,146,160); }
td.TdClassName
{
border-color: #F192A0;
}
.TagClassName
{
border-color: #F192A0;
}
</style>