Shades of Wewak #F192A1
Tints of Wewak #F192A1
RGB
CMYK
RGB Variations
Color information
#F192A1 (or 0xF192A1) is known color: Wewak. HEX triplet: F1, 92 and A1. RGB value is (241,146,161). Sum of RGB (Red+Green+Blue) = 241+146+161=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F192A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F192A1 is #0E6D5E. Grayscale: #B0B0B0. Windows color (decimal): -945503 or 10588913. OLE color: 10588913.
HSL color Cylindrical-coordinate representation of color #F192A1: hue angle of 350.53º 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 #F192A1 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 161 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.05 |
| HSL | 350.53º | 0.77% | 0.76% | - |
| HSV(B) | 350.53º | 0.39% | 0.95% | - |
| XYZ | 52.99 | 41.83 | 39 | - |
| YUV | 176.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 161 | 0 | 0.39 | 0.33 | 0.05 | 350.53 | 0.77 | 0.76 |
| Hex | F1 | 92 | A1 | 0 | 27 | 21 | 5 | 15F | 4D | 4C |
| Octal | 361 | 222 | 241 | 0 | 47 | 41 | 5 | 537 | 115 | 114 |
| Binary | 11110001 | 10010010 | 10100001 | 0 | 100111 | 100001 | 101 | 101011111 | 1001101 | 1001100 |
Color Harmonies of #F192A1
Complementary color
Monochromatic Colors of #F192A1
Black with #F192A1
Text Example
Text Example
White with #F192A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192A1; }
p { color: rgb(241,146,161); }
H1.HeaderClassName
{
color: #F192A1;
}
.AnyTagClassName
{
color: #F192A1;
}
</style>
background-color css
<style>
a { background-color: #F192A1; }
a { background-color: rgb(241,146,161); }
div.DivClassName
{
background-color: #F192A1;
}
.BgClassName
{
background-color: #F192A1;
}
</style>
border-color css
<style>
span { border-color: #F192A1; }
span { border-color: rgb(241,146,161); }
td.TdClassName
{
border-color: #F192A1;
}
.TagClassName
{
border-color: #F192A1;
}
</style>