Shades of Wewak #F191A1
Tints of Wewak #F191A1
RGB
CMYK
RGB Variations
Color information
#F191A1 (or 0xF191A1) is known color: Wewak. HEX triplet: F1, 91 and A1. RGB value is (241,145,161). Sum of RGB (Red+Green+Blue) = 241+145+161=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F191A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191A1 is #0E6E5E. Grayscale: #AFAFAF. Windows color (decimal): -945759 or 10588657. OLE color: 10588657.
HSL color Cylindrical-coordinate representation of color #F191A1: hue angle of 350º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191A1 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 161 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.05 |
| HSL | 350º | 0.77% | 0.76% | - |
| HSV(B) | 350º | 0.4% | 0.95% | - |
| XYZ | 52.83 | 41.52 | 38.95 | - |
| YUV | 175.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 161 | 0 | 0.40 | 0.33 | 0.05 | 350 | 0.77 | 0.76 |
| Hex | F1 | 91 | A1 | 0 | 28 | 21 | 5 | 15E | 4D | 4C |
| Octal | 361 | 221 | 241 | 0 | 50 | 41 | 5 | 536 | 115 | 114 |
| Binary | 11110001 | 10010001 | 10100001 | 0 | 101000 | 100001 | 101 | 101011110 | 1001101 | 1001100 |
Color Harmonies of #F191A1
Complementary color
Monochromatic Colors of #F191A1
Black with #F191A1
Text Example
Text Example
White with #F191A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191A1; }
p { color: rgb(241,145,161); }
H1.HeaderClassName
{
color: #F191A1;
}
.AnyTagClassName
{
color: #F191A1;
}
</style>
background-color css
<style>
a { background-color: #F191A1; }
a { background-color: rgb(241,145,161); }
div.DivClassName
{
background-color: #F191A1;
}
.BgClassName
{
background-color: #F191A1;
}
</style>
border-color css
<style>
span { border-color: #F191A1; }
span { border-color: rgb(241,145,161); }
td.TdClassName
{
border-color: #F191A1;
}
.TagClassName
{
border-color: #F191A1;
}
</style>