Shades of Wewak #F193A1
Tints of Wewak #F193A1
RGB
CMYK
RGB Variations
Color information
#F193A1 (or 0xF193A1) is known color: Wewak. HEX triplet: F1, 93 and A1. RGB value is (241,147,161). Sum of RGB (Red+Green+Blue) = 241+147+161=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F193A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193A1 is #0E6C5E. Grayscale: #B0B0B0. Windows color (decimal): -945247 or 10589169. OLE color: 10589169.
HSL color Cylindrical-coordinate representation of color #F193A1: hue angle of 351.06º 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 #F193A1 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 161 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.05 |
| HSL | 351.06º | 0.77% | 0.76% | - |
| HSV(B) | 351.06º | 0.39% | 0.95% | - |
| XYZ | 53.14 | 42.14 | 39.05 | - |
| YUV | 176.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 161 | 0 | 0.39 | 0.33 | 0.05 | 351.06 | 0.77 | 0.76 |
| Hex | F1 | 93 | A1 | 0 | 27 | 21 | 5 | 15F | 4D | 4C |
| Octal | 361 | 223 | 241 | 0 | 47 | 41 | 5 | 537 | 115 | 114 |
| Binary | 11110001 | 10010011 | 10100001 | 0 | 100111 | 100001 | 101 | 101011111 | 1001101 | 1001100 |
Color Harmonies of #F193A1
Complementary color
Monochromatic Colors of #F193A1
Black with #F193A1
Text Example
Text Example
White with #F193A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193A1; }
p { color: rgb(241,147,161); }
H1.HeaderClassName
{
color: #F193A1;
}
.AnyTagClassName
{
color: #F193A1;
}
</style>
background-color css
<style>
a { background-color: #F193A1; }
a { background-color: rgb(241,147,161); }
div.DivClassName
{
background-color: #F193A1;
}
.BgClassName
{
background-color: #F193A1;
}
</style>
border-color css
<style>
span { border-color: #F193A1; }
span { border-color: rgb(241,147,161); }
td.TdClassName
{
border-color: #F193A1;
}
.TagClassName
{
border-color: #F193A1;
}
</style>