Shades of Wewak #F2959B
Tints of Wewak #F2959B
RGB
CMYK
RGB Variations
Color information
#F2959B (or 0xF2959B) is known color: Wewak. HEX triplet: F2, 95 and 9B. RGB value is (242,149,155). Sum of RGB (Red+Green+Blue) = 242+149+155=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2959B is #0D6A64. Grayscale: #B1B1B1. Windows color (decimal): -879205 or 10196466. OLE color: 10196466.
HSL color Cylindrical-coordinate representation of color #F2959B: hue angle of 356.13º 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 #F2959B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 155 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.05 |
| HSL | 356.13º | 0.78% | 0.77% | - |
| HSV(B) | 356.13º | 0.38% | 0.95% | - |
| XYZ | 53.28 | 42.74 | 36.45 | - |
| YUV | 177.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 155 | 0 | 0.38 | 0.36 | 0.05 | 356.13 | 0.78 | 0.77 |
| Hex | F2 | 95 | 9B | 0 | 26 | 24 | 5 | 164 | 4E | 4D |
| Octal | 362 | 225 | 233 | 0 | 46 | 44 | 5 | 544 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10011011 | 0 | 100110 | 100100 | 101 | 101100100 | 1001110 | 1001101 |
Color Harmonies of #F2959B
Complementary color
Monochromatic Colors of #F2959B
Black with #F2959B
Text Example
Text Example
White with #F2959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2959B; }
p { color: rgb(242,149,155); }
H1.HeaderClassName
{
color: #F2959B;
}
.AnyTagClassName
{
color: #F2959B;
}
</style>
background-color css
<style>
a { background-color: #F2959B; }
a { background-color: rgb(242,149,155); }
div.DivClassName
{
background-color: #F2959B;
}
.BgClassName
{
background-color: #F2959B;
}
</style>
border-color css
<style>
span { border-color: #F2959B; }
span { border-color: rgb(242,149,155); }
td.TdClassName
{
border-color: #F2959B;
}
.TagClassName
{
border-color: #F2959B;
}
</style>