Shades of Wewak #F2898D
Tints of Wewak #F2898D
RGB
CMYK
RGB Variations
Color information
#F2898D (or 0xF2898D) is known color: Wewak. HEX triplet: F2, 89 and 8D. RGB value is (242,137,141). Sum of RGB (Red+Green+Blue) = 242+137+141=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2898D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2898D is #0D7672. Grayscale: #A8A8A8. Windows color (decimal): -882291 or 9275890. OLE color: 9275890.
HSL color Cylindrical-coordinate representation of color #F2898D: hue angle of 357.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2898D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 141 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.05 |
| HSL | 357.71º | 0.8% | 0.74% | - |
| HSV(B) | 357.71º | 0.43% | 0.95% | - |
| XYZ | 50.37 | 38.69 | 30.01 | - |
| YUV | 168.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 141 | 0 | 0.43 | 0.42 | 0.05 | 357.71 | 0.8 | 0.74 |
| Hex | F2 | 89 | 8D | 0 | 2B | 2A | 5 | 166 | 50 | 4A |
| Octal | 362 | 211 | 215 | 0 | 53 | 52 | 5 | 546 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10001101 | 0 | 101011 | 101010 | 101 | 101100110 | 1010000 | 1001010 |
Color Harmonies of #F2898D
Complementary color
Monochromatic Colors of #F2898D
Black with #F2898D
Text Example
Text Example
White with #F2898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2898D; }
p { color: rgb(242,137,141); }
H1.HeaderClassName
{
color: #F2898D;
}
.AnyTagClassName
{
color: #F2898D;
}
</style>
background-color css
<style>
a { background-color: #F2898D; }
a { background-color: rgb(242,137,141); }
div.DivClassName
{
background-color: #F2898D;
}
.BgClassName
{
background-color: #F2898D;
}
</style>
border-color css
<style>
span { border-color: #F2898D; }
span { border-color: rgb(242,137,141); }
td.TdClassName
{
border-color: #F2898D;
}
.TagClassName
{
border-color: #F2898D;
}
</style>