Shades of Wewak #F09FA1
Tints of Wewak #F09FA1
RGB
CMYK
RGB Variations
Color information
#F09FA1 (or 0xF09FA1) is known color: Wewak. HEX triplet: F0, 9F and A1. RGB value is (240,159,161). Sum of RGB (Red+Green+Blue) = 240+159+161=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09FA1 is #0F605E. Grayscale: #B7B7B7. Windows color (decimal): -1007711 or 10592240. OLE color: 10592240.
HSL color Cylindrical-coordinate representation of color #F09FA1: hue angle of 358.52º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FA1 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 161 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.06 |
| HSL | 358.52º | 0.73% | 0.78% | - |
| HSV(B) | 358.52º | 0.34% | 0.94% | - |
| XYZ | 54.77 | 45.89 | 39.69 | - |
| YUV | 183.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 161 | 0 | 0.34 | 0.33 | 0.06 | 358.52 | 0.73 | 0.78 |
| Hex | F0 | 9F | A1 | 0 | 22 | 21 | 6 | 167 | 49 | 4E |
| Octal | 360 | 237 | 241 | 0 | 42 | 41 | 6 | 547 | 111 | 116 |
| Binary | 11110000 | 10011111 | 10100001 | 0 | 100010 | 100001 | 110 | 101100111 | 1001001 | 1001110 |
Color Harmonies of #F09FA1
Complementary color
Monochromatic Colors of #F09FA1
Black with #F09FA1
Text Example
Text Example
White with #F09FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FA1; }
p { color: rgb(240,159,161); }
H1.HeaderClassName
{
color: #F09FA1;
}
.AnyTagClassName
{
color: #F09FA1;
}
</style>
background-color css
<style>
a { background-color: #F09FA1; }
a { background-color: rgb(240,159,161); }
div.DivClassName
{
background-color: #F09FA1;
}
.BgClassName
{
background-color: #F09FA1;
}
</style>
border-color css
<style>
span { border-color: #F09FA1; }
span { border-color: rgb(240,159,161); }
td.TdClassName
{
border-color: #F09FA1;
}
.TagClassName
{
border-color: #F09FA1;
}
</style>