Shades of Wewak #F19AA5
Tints of Wewak #F19AA5
RGB
CMYK
RGB Variations
Color information
#F19AA5 (or 0xF19AA5) is known color: Wewak. HEX triplet: F1, 9A and A5. RGB value is (241,154,165). Sum of RGB (Red+Green+Blue) = 241+154+165=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AA5 is #0E655A. Grayscale: #B5B5B5. Windows color (decimal): -943451 or 10853105. OLE color: 10853105.
HSL color Cylindrical-coordinate representation of color #F19AA5: hue angle of 352.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AA5 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 165 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.05 |
| HSL | 352.41º | 0.76% | 0.77% | - |
| HSV(B) | 352.41º | 0.36% | 0.95% | - |
| XYZ | 54.62 | 44.53 | 41.31 | - |
| YUV | 181.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 165 | 0 | 0.36 | 0.32 | 0.05 | 352.41 | 0.76 | 0.77 |
| Hex | F1 | 9A | A5 | 0 | 24 | 20 | 5 | 160 | 4C | 4D |
| Octal | 361 | 232 | 245 | 0 | 44 | 40 | 5 | 540 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10100101 | 0 | 100100 | 100000 | 101 | 101100000 | 1001100 | 1001101 |
Color Harmonies of #F19AA5
Complementary color
Monochromatic Colors of #F19AA5
Black with #F19AA5
Text Example
Text Example
White with #F19AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AA5; }
p { color: rgb(241,154,165); }
H1.HeaderClassName
{
color: #F19AA5;
}
.AnyTagClassName
{
color: #F19AA5;
}
</style>
background-color css
<style>
a { background-color: #F19AA5; }
a { background-color: rgb(241,154,165); }
div.DivClassName
{
background-color: #F19AA5;
}
.BgClassName
{
background-color: #F19AA5;
}
</style>
border-color css
<style>
span { border-color: #F19AA5; }
span { border-color: rgb(241,154,165); }
td.TdClassName
{
border-color: #F19AA5;
}
.TagClassName
{
border-color: #F19AA5;
}
</style>