Shades of Wewak #F190A0
Tints of Wewak #F190A0
RGB
CMYK
RGB Variations
Color information
#F190A0 (or 0xF190A0) is known color: Wewak. HEX triplet: F1, 90 and A0. RGB value is (241,144,160). Sum of RGB (Red+Green+Blue) = 241+144+160=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F190A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190A0 is #0E6F5F. Grayscale: #AEAEAE. Windows color (decimal): -946016 or 10522865. OLE color: 10522865.
HSL color Cylindrical-coordinate representation of color #F190A0: hue angle of 350.1º 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 #F190A0 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 160 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.05 |
| HSL | 350.1º | 0.78% | 0.75% | - |
| HSV(B) | 350.1º | 0.4% | 0.95% | - |
| XYZ | 52.59 | 41.19 | 38.44 | - |
| YUV | 174.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 160 | 0 | 0.40 | 0.34 | 0.05 | 350.1 | 0.78 | 0.75 |
| Hex | F1 | 90 | A0 | 0 | 28 | 22 | 5 | 15E | 4E | 4B |
| Octal | 361 | 220 | 240 | 0 | 50 | 42 | 5 | 536 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10100000 | 0 | 101000 | 100010 | 101 | 101011110 | 1001110 | 1001011 |
Color Harmonies of #F190A0
Complementary color
Monochromatic Colors of #F190A0
Black with #F190A0
Text Example
Text Example
White with #F190A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190A0; }
p { color: rgb(241,144,160); }
H1.HeaderClassName
{
color: #F190A0;
}
.AnyTagClassName
{
color: #F190A0;
}
</style>
background-color css
<style>
a { background-color: #F190A0; }
a { background-color: rgb(241,144,160); }
div.DivClassName
{
background-color: #F190A0;
}
.BgClassName
{
background-color: #F190A0;
}
</style>
border-color css
<style>
span { border-color: #F190A0; }
span { border-color: rgb(241,144,160); }
td.TdClassName
{
border-color: #F190A0;
}
.TagClassName
{
border-color: #F190A0;
}
</style>