Shades of Wewak #F19AA4
Tints of Wewak #F19AA4
RGB
CMYK
RGB Variations
Color information
#F19AA4 (or 0xF19AA4) is known color: Wewak. HEX triplet: F1, 9A and A4. RGB value is (241,154,164). Sum of RGB (Red+Green+Blue) = 241+154+164=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AA4 is #0E655B. Grayscale: #B5B5B5. Windows color (decimal): -943452 or 10787569. OLE color: 10787569.
HSL color Cylindrical-coordinate representation of color #F19AA4: hue angle of 353.1º 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 #F19AA4 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 164 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.05 |
| HSL | 353.1º | 0.76% | 0.77% | - |
| HSV(B) | 353.1º | 0.36% | 0.95% | - |
| XYZ | 54.53 | 44.49 | 40.84 | - |
| YUV | 181.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 164 | 0 | 0.36 | 0.32 | 0.05 | 353.1 | 0.76 | 0.77 |
| Hex | F1 | 9A | A4 | 0 | 24 | 20 | 5 | 161 | 4C | 4D |
| Octal | 361 | 232 | 244 | 0 | 44 | 40 | 5 | 541 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10100100 | 0 | 100100 | 100000 | 101 | 101100001 | 1001100 | 1001101 |
Color Harmonies of #F19AA4
Complementary color
Monochromatic Colors of #F19AA4
Black with #F19AA4
Text Example
Text Example
White with #F19AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AA4; }
p { color: rgb(241,154,164); }
H1.HeaderClassName
{
color: #F19AA4;
}
.AnyTagClassName
{
color: #F19AA4;
}
</style>
background-color css
<style>
a { background-color: #F19AA4; }
a { background-color: rgb(241,154,164); }
div.DivClassName
{
background-color: #F19AA4;
}
.BgClassName
{
background-color: #F19AA4;
}
</style>
border-color css
<style>
span { border-color: #F19AA4; }
span { border-color: rgb(241,154,164); }
td.TdClassName
{
border-color: #F19AA4;
}
.TagClassName
{
border-color: #F19AA4;
}
</style>