Shades of Wewak #F2969B
Tints of Wewak #F2969B
RGB
CMYK
RGB Variations
Color information
#F2969B (or 0xF2969B) is known color: Wewak. HEX triplet: F2, 96 and 9B. RGB value is (242,150,155). Sum of RGB (Red+Green+Blue) = 242+150+155=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2969B is #0D6964. Grayscale: #B2B2B2. Windows color (decimal): -878949 or 10196722. OLE color: 10196722.
HSL color Cylindrical-coordinate representation of color #F2969B: hue angle of 356.74º 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 #F2969B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 155 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.05 |
| HSL | 356.74º | 0.78% | 0.77% | - |
| HSV(B) | 356.74º | 0.38% | 0.95% | - |
| XYZ | 53.44 | 43.06 | 36.5 | - |
| YUV | 178.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 155 | 0 | 0.38 | 0.36 | 0.05 | 356.74 | 0.78 | 0.77 |
| Hex | F2 | 96 | 9B | 0 | 26 | 24 | 5 | 165 | 4E | 4D |
| Octal | 362 | 226 | 233 | 0 | 46 | 44 | 5 | 545 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10011011 | 0 | 100110 | 100100 | 101 | 101100101 | 1001110 | 1001101 |
Color Harmonies of #F2969B
Complementary color
Monochromatic Colors of #F2969B
Black with #F2969B
Text Example
Text Example
White with #F2969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2969B; }
p { color: rgb(242,150,155); }
H1.HeaderClassName
{
color: #F2969B;
}
.AnyTagClassName
{
color: #F2969B;
}
</style>
background-color css
<style>
a { background-color: #F2969B; }
a { background-color: rgb(242,150,155); }
div.DivClassName
{
background-color: #F2969B;
}
.BgClassName
{
background-color: #F2969B;
}
</style>
border-color css
<style>
span { border-color: #F2969B; }
span { border-color: rgb(242,150,155); }
td.TdClassName
{
border-color: #F2969B;
}
.TagClassName
{
border-color: #F2969B;
}
</style>