Shades of Wewak #F19CA0
Tints of Wewak #F19CA0
RGB
CMYK
RGB Variations
Color information
#F19CA0 (or 0xF19CA0) is known color: Wewak. HEX triplet: F1, 9C and A0. RGB value is (241,156,160). Sum of RGB (Red+Green+Blue) = 241+156+160=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CA0 is #0E635F. Grayscale: #B5B5B5. Windows color (decimal): -942944 or 10525937. OLE color: 10525937.
HSL color Cylindrical-coordinate representation of color #F19CA0: hue angle of 357.18º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CA0 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 160 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.05 |
| HSL | 357.18º | 0.75% | 0.78% | - |
| HSV(B) | 357.18º | 0.35% | 0.95% | - |
| XYZ | 54.51 | 45.02 | 39.07 | - |
| YUV | 181.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 160 | 0 | 0.35 | 0.34 | 0.05 | 357.18 | 0.75 | 0.78 |
| Hex | F1 | 9C | A0 | 0 | 23 | 22 | 5 | 165 | 4B | 4E |
| Octal | 361 | 234 | 240 | 0 | 43 | 42 | 5 | 545 | 113 | 116 |
| Binary | 11110001 | 10011100 | 10100000 | 0 | 100011 | 100010 | 101 | 101100101 | 1001011 | 1001110 |
Color Harmonies of #F19CA0
Complementary color
Monochromatic Colors of #F19CA0
Black with #F19CA0
Text Example
Text Example
White with #F19CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CA0; }
p { color: rgb(241,156,160); }
H1.HeaderClassName
{
color: #F19CA0;
}
.AnyTagClassName
{
color: #F19CA0;
}
</style>
background-color css
<style>
a { background-color: #F19CA0; }
a { background-color: rgb(241,156,160); }
div.DivClassName
{
background-color: #F19CA0;
}
.BgClassName
{
background-color: #F19CA0;
}
</style>
border-color css
<style>
span { border-color: #F19CA0; }
span { border-color: rgb(241,156,160); }
td.TdClassName
{
border-color: #F19CA0;
}
.TagClassName
{
border-color: #F19CA0;
}
</style>