Shades of Wewak #F29CA0
Tints of Wewak #F29CA0
RGB
CMYK
RGB Variations
Color information
#F29CA0 (or 0xF29CA0) is known color: Wewak. HEX triplet: F2, 9C and A0. RGB value is (242,156,160). Sum of RGB (Red+Green+Blue) = 242+156+160=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29CA0 is #0D635F. Grayscale: #B6B6B6. Windows color (decimal): -877408 or 10525938. OLE color: 10525938.
HSL color Cylindrical-coordinate representation of color #F29CA0: hue angle of 357.21º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29CA0 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 160 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.05 |
| HSL | 357.21º | 0.77% | 0.78% | - |
| HSV(B) | 357.21º | 0.36% | 0.95% | - |
| XYZ | 54.85 | 45.19 | 39.09 | - |
| YUV | 182.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 160 | 0 | 0.36 | 0.34 | 0.05 | 357.21 | 0.77 | 0.78 |
| Hex | F2 | 9C | A0 | 0 | 24 | 22 | 5 | 165 | 4D | 4E |
| Octal | 362 | 234 | 240 | 0 | 44 | 42 | 5 | 545 | 115 | 116 |
| Binary | 11110010 | 10011100 | 10100000 | 0 | 100100 | 100010 | 101 | 101100101 | 1001101 | 1001110 |
Color Harmonies of #F29CA0
Complementary color
Monochromatic Colors of #F29CA0
Black with #F29CA0
Text Example
Text Example
White with #F29CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CA0; }
p { color: rgb(242,156,160); }
H1.HeaderClassName
{
color: #F29CA0;
}
.AnyTagClassName
{
color: #F29CA0;
}
</style>
background-color css
<style>
a { background-color: #F29CA0; }
a { background-color: rgb(242,156,160); }
div.DivClassName
{
background-color: #F29CA0;
}
.BgClassName
{
background-color: #F29CA0;
}
</style>
border-color css
<style>
span { border-color: #F29CA0; }
span { border-color: rgb(242,156,160); }
td.TdClassName
{
border-color: #F29CA0;
}
.TagClassName
{
border-color: #F29CA0;
}
</style>