Shades of Wewak #F2899D
Tints of Wewak #F2899D
RGB
CMYK
RGB Variations
Color information
#F2899D (or 0xF2899D) is known color: Wewak. HEX triplet: F2, 89 and 9D. RGB value is (242,137,157). Sum of RGB (Red+Green+Blue) = 242+137+157=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2899D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2899D is #0D7662. Grayscale: #AAAAAA. Windows color (decimal): -882275 or 10324466. OLE color: 10324466.
HSL color Cylindrical-coordinate representation of color #F2899D: hue angle of 348.57º 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 #F2899D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 157 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.05 |
| HSL | 348.57º | 0.8% | 0.74% | - |
| HSV(B) | 348.57º | 0.43% | 0.95% | - |
| XYZ | 51.65 | 39.2 | 36.74 | - |
| YUV | 170.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 157 | 0 | 0.43 | 0.35 | 0.05 | 348.57 | 0.8 | 0.74 |
| Hex | F2 | 89 | 9D | 0 | 2B | 23 | 5 | 15D | 50 | 4A |
| Octal | 362 | 211 | 235 | 0 | 53 | 43 | 5 | 535 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10011101 | 0 | 101011 | 100011 | 101 | 101011101 | 1010000 | 1001010 |
Color Harmonies of #F2899D
Complementary color
Monochromatic Colors of #F2899D
Black with #F2899D
Text Example
Text Example
White with #F2899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2899D; }
p { color: rgb(242,137,157); }
H1.HeaderClassName
{
color: #F2899D;
}
.AnyTagClassName
{
color: #F2899D;
}
</style>
background-color css
<style>
a { background-color: #F2899D; }
a { background-color: rgb(242,137,157); }
div.DivClassName
{
background-color: #F2899D;
}
.BgClassName
{
background-color: #F2899D;
}
</style>
border-color css
<style>
span { border-color: #F2899D; }
span { border-color: rgb(242,137,157); }
td.TdClassName
{
border-color: #F2899D;
}
.TagClassName
{
border-color: #F2899D;
}
</style>