Shades of Wewak #F2959F
Tints of Wewak #F2959F
RGB
CMYK
RGB Variations
Color information
#F2959F (or 0xF2959F) is known color: Wewak. HEX triplet: F2, 95 and 9F. RGB value is (242,149,159). Sum of RGB (Red+Green+Blue) = 242+149+159=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2959F is #0D6A60. Grayscale: #B2B2B2. Windows color (decimal): -879201 or 10458610. OLE color: 10458610.
HSL color Cylindrical-coordinate representation of color #F2959F: hue angle of 353.55º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2959F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 159 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.05 |
| HSL | 353.55º | 0.78% | 0.77% | - |
| HSV(B) | 353.55º | 0.38% | 0.95% | - |
| XYZ | 53.62 | 42.88 | 38.25 | - |
| YUV | 177.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 159 | 0 | 0.38 | 0.34 | 0.05 | 353.55 | 0.78 | 0.77 |
| Hex | F2 | 95 | 9F | 0 | 26 | 22 | 5 | 162 | 4E | 4D |
| Octal | 362 | 225 | 237 | 0 | 46 | 42 | 5 | 542 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10011111 | 0 | 100110 | 100010 | 101 | 101100010 | 1001110 | 1001101 |
Color Harmonies of #F2959F
Complementary color
Monochromatic Colors of #F2959F
Black with #F2959F
Text Example
Text Example
White with #F2959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2959F; }
p { color: rgb(242,149,159); }
H1.HeaderClassName
{
color: #F2959F;
}
.AnyTagClassName
{
color: #F2959F;
}
</style>
background-color css
<style>
a { background-color: #F2959F; }
a { background-color: rgb(242,149,159); }
div.DivClassName
{
background-color: #F2959F;
}
.BgClassName
{
background-color: #F2959F;
}
</style>
border-color css
<style>
span { border-color: #F2959F; }
span { border-color: rgb(242,149,159); }
td.TdClassName
{
border-color: #F2959F;
}
.TagClassName
{
border-color: #F2959F;
}
</style>