Shades of Wewak #F2969D
Tints of Wewak #F2969D
RGB
CMYK
RGB Variations
Color information
#F2969D (or 0xF2969D) is known color: Wewak. HEX triplet: F2, 96 and 9D. RGB value is (242,150,157). Sum of RGB (Red+Green+Blue) = 242+150+157=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2969D is #0D6962. Grayscale: #B2B2B2. Windows color (decimal): -878947 or 10327794. OLE color: 10327794.
HSL color Cylindrical-coordinate representation of color #F2969D: hue angle of 355.43º 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 #F2969D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 157 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.05 |
| HSL | 355.43º | 0.78% | 0.77% | - |
| HSV(B) | 355.43º | 0.38% | 0.95% | - |
| XYZ | 53.61 | 43.12 | 37.4 | - |
| YUV | 178.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 157 | 0 | 0.38 | 0.35 | 0.05 | 355.43 | 0.78 | 0.77 |
| Hex | F2 | 96 | 9D | 0 | 26 | 23 | 5 | 163 | 4E | 4D |
| Octal | 362 | 226 | 235 | 0 | 46 | 43 | 5 | 543 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10011101 | 0 | 100110 | 100011 | 101 | 101100011 | 1001110 | 1001101 |
Color Harmonies of #F2969D
Complementary color
Monochromatic Colors of #F2969D
Black with #F2969D
Text Example
Text Example
White with #F2969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2969D; }
p { color: rgb(242,150,157); }
H1.HeaderClassName
{
color: #F2969D;
}
.AnyTagClassName
{
color: #F2969D;
}
</style>
background-color css
<style>
a { background-color: #F2969D; }
a { background-color: rgb(242,150,157); }
div.DivClassName
{
background-color: #F2969D;
}
.BgClassName
{
background-color: #F2969D;
}
</style>
border-color css
<style>
span { border-color: #F2969D; }
span { border-color: rgb(242,150,157); }
td.TdClassName
{
border-color: #F2969D;
}
.TagClassName
{
border-color: #F2969D;
}
</style>