Shades of Wewak #F2899C
Tints of Wewak #F2899C
RGB
CMYK
RGB Variations
Color information
#F2899C (or 0xF2899C) is known color: Wewak. HEX triplet: F2, 89 and 9C. RGB value is (242,137,156). Sum of RGB (Red+Green+Blue) = 242+137+156=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2899C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2899C is #0D7663. Grayscale: #AAAAAA. Windows color (decimal): -882276 or 10258930. OLE color: 10258930.
HSL color Cylindrical-coordinate representation of color #F2899C: hue angle of 349.14º 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 #F2899C is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 156 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.05 |
| HSL | 349.14º | 0.8% | 0.74% | - |
| HSV(B) | 349.14º | 0.43% | 0.95% | - |
| XYZ | 51.56 | 39.17 | 36.3 | - |
| YUV | 170.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 156 | 0 | 0.43 | 0.36 | 0.05 | 349.14 | 0.8 | 0.74 |
| Hex | F2 | 89 | 9C | 0 | 2B | 24 | 5 | 15D | 50 | 4A |
| Octal | 362 | 211 | 234 | 0 | 53 | 44 | 5 | 535 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10011100 | 0 | 101011 | 100100 | 101 | 101011101 | 1010000 | 1001010 |
Color Harmonies of #F2899C
Complementary color
Monochromatic Colors of #F2899C
Black with #F2899C
Text Example
Text Example
White with #F2899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2899C; }
p { color: rgb(242,137,156); }
H1.HeaderClassName
{
color: #F2899C;
}
.AnyTagClassName
{
color: #F2899C;
}
</style>
background-color css
<style>
a { background-color: #F2899C; }
a { background-color: rgb(242,137,156); }
div.DivClassName
{
background-color: #F2899C;
}
.BgClassName
{
background-color: #F2899C;
}
</style>
border-color css
<style>
span { border-color: #F2899C; }
span { border-color: rgb(242,137,156); }
td.TdClassName
{
border-color: #F2899C;
}
.TagClassName
{
border-color: #F2899C;
}
</style>