Shades of Wewak #F2889B
Tints of Wewak #F2889B
RGB
CMYK
RGB Variations
Color information
#F2889B (or 0xF2889B) is known color: Wewak. HEX triplet: F2, 88 and 9B. RGB value is (242,136,155). Sum of RGB (Red+Green+Blue) = 242+136+155=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2889B is #0D7764. Grayscale: #A9A9A9. Windows color (decimal): -882533 or 10193138. OLE color: 10193138.
HSL color Cylindrical-coordinate representation of color #F2889B: hue angle of 349.25º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2889B is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 155 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.05 |
| HSL | 349.25º | 0.8% | 0.74% | - |
| HSV(B) | 349.25º | 0.44% | 0.95% | - |
| XYZ | 51.34 | 38.85 | 35.8 | - |
| YUV | 169.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 155 | 0 | 0.44 | 0.36 | 0.05 | 349.25 | 0.8 | 0.74 |
| Hex | F2 | 88 | 9B | 0 | 2C | 24 | 5 | 15D | 50 | 4A |
| Octal | 362 | 210 | 233 | 0 | 54 | 44 | 5 | 535 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10011011 | 0 | 101100 | 100100 | 101 | 101011101 | 1010000 | 1001010 |
Color Harmonies of #F2889B
Complementary color
Monochromatic Colors of #F2889B
Black with #F2889B
Text Example
Text Example
White with #F2889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2889B; }
p { color: rgb(242,136,155); }
H1.HeaderClassName
{
color: #F2889B;
}
.AnyTagClassName
{
color: #F2889B;
}
</style>
background-color css
<style>
a { background-color: #F2889B; }
a { background-color: rgb(242,136,155); }
div.DivClassName
{
background-color: #F2889B;
}
.BgClassName
{
background-color: #F2889B;
}
</style>
border-color css
<style>
span { border-color: #F2889B; }
span { border-color: rgb(242,136,155); }
td.TdClassName
{
border-color: #F2889B;
}
.TagClassName
{
border-color: #F2889B;
}
</style>