Shades of Wewak #F2979B
Tints of Wewak #F2979B
RGB
CMYK
RGB Variations
Color information
#F2979B (or 0xF2979B) is known color: Wewak. HEX triplet: F2, 97 and 9B. RGB value is (242,151,155). Sum of RGB (Red+Green+Blue) = 242+151+155=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2979B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2979B is #0D6864. Grayscale: #B2B2B2. Windows color (decimal): -878693 or 10196978. OLE color: 10196978.
HSL color Cylindrical-coordinate representation of color #F2979B: hue angle of 357.36º 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 #F2979B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 155 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.05 |
| HSL | 357.36º | 0.78% | 0.77% | - |
| HSV(B) | 357.36º | 0.38% | 0.95% | - |
| XYZ | 53.6 | 43.38 | 36.56 | - |
| YUV | 178.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 155 | 0 | 0.38 | 0.36 | 0.05 | 357.36 | 0.78 | 0.77 |
| Hex | F2 | 97 | 9B | 0 | 26 | 24 | 5 | 165 | 4E | 4D |
| Octal | 362 | 227 | 233 | 0 | 46 | 44 | 5 | 545 | 116 | 115 |
| Binary | 11110010 | 10010111 | 10011011 | 0 | 100110 | 100100 | 101 | 101100101 | 1001110 | 1001101 |
Color Harmonies of #F2979B
Complementary color
Monochromatic Colors of #F2979B
Black with #F2979B
Text Example
Text Example
White with #F2979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2979B; }
p { color: rgb(242,151,155); }
H1.HeaderClassName
{
color: #F2979B;
}
.AnyTagClassName
{
color: #F2979B;
}
</style>
background-color css
<style>
a { background-color: #F2979B; }
a { background-color: rgb(242,151,155); }
div.DivClassName
{
background-color: #F2979B;
}
.BgClassName
{
background-color: #F2979B;
}
</style>
border-color css
<style>
span { border-color: #F2979B; }
span { border-color: rgb(242,151,155); }
td.TdClassName
{
border-color: #F2979B;
}
.TagClassName
{
border-color: #F2979B;
}
</style>