Shades of Wewak #F2959D
Tints of Wewak #F2959D
RGB
CMYK
RGB Variations
Color information
#F2959D (or 0xF2959D) is known color: Wewak. HEX triplet: F2, 95 and 9D. RGB value is (242,149,157). Sum of RGB (Red+Green+Blue) = 242+149+157=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2959D is #0D6A62. Grayscale: #B1B1B1. Windows color (decimal): -879203 or 10327538. OLE color: 10327538.
HSL color Cylindrical-coordinate representation of color #F2959D: hue angle of 354.84º 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 #F2959D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 157 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.05 |
| HSL | 354.84º | 0.78% | 0.77% | - |
| HSV(B) | 354.84º | 0.38% | 0.95% | - |
| XYZ | 53.45 | 42.81 | 37.34 | - |
| YUV | 177.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 157 | 0 | 0.38 | 0.35 | 0.05 | 354.84 | 0.78 | 0.77 |
| Hex | F2 | 95 | 9D | 0 | 26 | 23 | 5 | 163 | 4E | 4D |
| Octal | 362 | 225 | 235 | 0 | 46 | 43 | 5 | 543 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10011101 | 0 | 100110 | 100011 | 101 | 101100011 | 1001110 | 1001101 |
Color Harmonies of #F2959D
Complementary color
Monochromatic Colors of #F2959D
Black with #F2959D
Text Example
Text Example
White with #F2959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2959D; }
p { color: rgb(242,149,157); }
H1.HeaderClassName
{
color: #F2959D;
}
.AnyTagClassName
{
color: #F2959D;
}
</style>
background-color css
<style>
a { background-color: #F2959D; }
a { background-color: rgb(242,149,157); }
div.DivClassName
{
background-color: #F2959D;
}
.BgClassName
{
background-color: #F2959D;
}
</style>
border-color css
<style>
span { border-color: #F2959D; }
span { border-color: rgb(242,149,157); }
td.TdClassName
{
border-color: #F2959D;
}
.TagClassName
{
border-color: #F2959D;
}
</style>