Shades of Wewak #F09CA0
Tints of Wewak #F09CA0
RGB
CMYK
RGB Variations
Color information
#F09CA0 (or 0xF09CA0) is known color: Wewak. HEX triplet: F0, 9C and A0. RGB value is (240,156,160). Sum of RGB (Red+Green+Blue) = 240+156+160=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09CA0 is #0F635F. Grayscale: #B5B5B5. Windows color (decimal): -1008480 or 10525936. OLE color: 10525936.
HSL color Cylindrical-coordinate representation of color #F09CA0: hue angle of 357.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CA0 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 160 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.06 |
| HSL | 357.14º | 0.74% | 0.78% | - |
| HSV(B) | 357.14º | 0.35% | 0.94% | - |
| XYZ | 54.17 | 44.84 | 39.06 | - |
| YUV | 181.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 160 | 0 | 0.35 | 0.33 | 0.06 | 357.14 | 0.74 | 0.78 |
| Hex | F0 | 9C | A0 | 0 | 23 | 21 | 6 | 165 | 4A | 4E |
| Octal | 360 | 234 | 240 | 0 | 43 | 41 | 6 | 545 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10100000 | 0 | 100011 | 100001 | 110 | 101100101 | 1001010 | 1001110 |
Color Harmonies of #F09CA0
Complementary color
Monochromatic Colors of #F09CA0
Black with #F09CA0
Text Example
Text Example
White with #F09CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CA0; }
p { color: rgb(240,156,160); }
H1.HeaderClassName
{
color: #F09CA0;
}
.AnyTagClassName
{
color: #F09CA0;
}
</style>
background-color css
<style>
a { background-color: #F09CA0; }
a { background-color: rgb(240,156,160); }
div.DivClassName
{
background-color: #F09CA0;
}
.BgClassName
{
background-color: #F09CA0;
}
</style>
border-color css
<style>
span { border-color: #F09CA0; }
span { border-color: rgb(240,156,160); }
td.TdClassName
{
border-color: #F09CA0;
}
.TagClassName
{
border-color: #F09CA0;
}
</style>