Shades of Wewak #F2989F
Tints of Wewak #F2989F
RGB
CMYK
RGB Variations
Color information
#F2989F (or 0xF2989F) is known color: Wewak. HEX triplet: F2, 98 and 9F. RGB value is (242,152,159). Sum of RGB (Red+Green+Blue) = 242+152+159=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2989F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2989F is #0D6760. Grayscale: #B3B3B3. Windows color (decimal): -878433 or 10459378. OLE color: 10459378.
HSL color Cylindrical-coordinate representation of color #F2989F: hue angle of 355.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2989F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 159 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.05 |
| HSL | 355.33º | 0.78% | 0.77% | - |
| HSV(B) | 355.33º | 0.37% | 0.95% | - |
| XYZ | 54.1 | 43.84 | 38.41 | - |
| YUV | 179.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 159 | 0 | 0.37 | 0.34 | 0.05 | 355.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | 9F | 0 | 25 | 22 | 5 | 163 | 4E | 4D |
| Octal | 362 | 230 | 237 | 0 | 45 | 42 | 5 | 543 | 116 | 115 |
| Binary | 11110010 | 10011000 | 10011111 | 0 | 100101 | 100010 | 101 | 101100011 | 1001110 | 1001101 |
Color Harmonies of #F2989F
Complementary color
Monochromatic Colors of #F2989F
Black with #F2989F
Text Example
Text Example
White with #F2989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2989F; }
p { color: rgb(242,152,159); }
H1.HeaderClassName
{
color: #F2989F;
}
.AnyTagClassName
{
color: #F2989F;
}
</style>
background-color css
<style>
a { background-color: #F2989F; }
a { background-color: rgb(242,152,159); }
div.DivClassName
{
background-color: #F2989F;
}
.BgClassName
{
background-color: #F2989F;
}
</style>
border-color css
<style>
span { border-color: #F2989F; }
span { border-color: rgb(242,152,159); }
td.TdClassName
{
border-color: #F2989F;
}
.TagClassName
{
border-color: #F2989F;
}
</style>