Shades of Wewak #F2889D
Tints of Wewak #F2889D
RGB
CMYK
RGB Variations
Color information
#F2889D (or 0xF2889D) is known color: Wewak. HEX triplet: F2, 88 and 9D. RGB value is (242,136,157). Sum of RGB (Red+Green+Blue) = 242+136+157=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2889D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2889D is #0D7762. Grayscale: #AAAAAA. Windows color (decimal): -882531 or 10324210. OLE color: 10324210.
HSL color Cylindrical-coordinate representation of color #F2889D: hue angle of 348.11º 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 #F2889D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 157 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.05 |
| HSL | 348.11º | 0.8% | 0.74% | - |
| HSV(B) | 348.11º | 0.44% | 0.95% | - |
| XYZ | 51.51 | 38.92 | 36.7 | - |
| YUV | 170.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 157 | 0 | 0.44 | 0.35 | 0.05 | 348.11 | 0.8 | 0.74 |
| Hex | F2 | 88 | 9D | 0 | 2C | 23 | 5 | 15C | 50 | 4A |
| Octal | 362 | 210 | 235 | 0 | 54 | 43 | 5 | 534 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10011101 | 0 | 101100 | 100011 | 101 | 101011100 | 1010000 | 1001010 |
Color Harmonies of #F2889D
Complementary color
Monochromatic Colors of #F2889D
Black with #F2889D
Text Example
Text Example
White with #F2889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2889D; }
p { color: rgb(242,136,157); }
H1.HeaderClassName
{
color: #F2889D;
}
.AnyTagClassName
{
color: #F2889D;
}
</style>
background-color css
<style>
a { background-color: #F2889D; }
a { background-color: rgb(242,136,157); }
div.DivClassName
{
background-color: #F2889D;
}
.BgClassName
{
background-color: #F2889D;
}
</style>
border-color css
<style>
span { border-color: #F2889D; }
span { border-color: rgb(242,136,157); }
td.TdClassName
{
border-color: #F2889D;
}
.TagClassName
{
border-color: #F2889D;
}
</style>