Shades of Wewak #F29CA1
Tints of Wewak #F29CA1
RGB
CMYK
RGB Variations
Color information
#F29CA1 (or 0xF29CA1) is known color: Wewak. HEX triplet: F2, 9C and A1. RGB value is (242,156,161). Sum of RGB (Red+Green+Blue) = 242+156+161=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29CA1 is #0D635E. Grayscale: #B6B6B6. Windows color (decimal): -877407 or 10591474. OLE color: 10591474.
HSL color Cylindrical-coordinate representation of color #F29CA1: hue angle of 356.51º 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 #F29CA1 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 161 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.05 |
| HSL | 356.51º | 0.77% | 0.78% | - |
| HSV(B) | 356.51º | 0.36% | 0.95% | - |
| XYZ | 54.94 | 45.23 | 39.55 | - |
| YUV | 182.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 161 | 0 | 0.36 | 0.33 | 0.05 | 356.51 | 0.77 | 0.78 |
| Hex | F2 | 9C | A1 | 0 | 24 | 21 | 5 | 165 | 4D | 4E |
| Octal | 362 | 234 | 241 | 0 | 44 | 41 | 5 | 545 | 115 | 116 |
| Binary | 11110010 | 10011100 | 10100001 | 0 | 100100 | 100001 | 101 | 101100101 | 1001101 | 1001110 |
Color Harmonies of #F29CA1
Complementary color
Monochromatic Colors of #F29CA1
Black with #F29CA1
Text Example
Text Example
White with #F29CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CA1; }
p { color: rgb(242,156,161); }
H1.HeaderClassName
{
color: #F29CA1;
}
.AnyTagClassName
{
color: #F29CA1;
}
</style>
background-color css
<style>
a { background-color: #F29CA1; }
a { background-color: rgb(242,156,161); }
div.DivClassName
{
background-color: #F29CA1;
}
.BgClassName
{
background-color: #F29CA1;
}
</style>
border-color css
<style>
span { border-color: #F29CA1; }
span { border-color: rgb(242,156,161); }
td.TdClassName
{
border-color: #F29CA1;
}
.TagClassName
{
border-color: #F29CA1;
}
</style>