Shades of Wewak #F2969F
Tints of Wewak #F2969F
RGB
CMYK
RGB Variations
Color information
#F2969F (or 0xF2969F) is known color: Wewak. HEX triplet: F2, 96 and 9F. RGB value is (242,150,159). Sum of RGB (Red+Green+Blue) = 242+150+159=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2969F is #0D6960. Grayscale: #B2B2B2. Windows color (decimal): -878945 or 10458866. OLE color: 10458866.
HSL color Cylindrical-coordinate representation of color #F2969F: hue angle of 354.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 #F2969F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 159 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.05 |
| HSL | 354.13º | 0.78% | 0.77% | - |
| HSV(B) | 354.13º | 0.38% | 0.95% | - |
| XYZ | 53.78 | 43.19 | 38.3 | - |
| YUV | 178.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 159 | 0 | 0.38 | 0.34 | 0.05 | 354.13 | 0.78 | 0.77 |
| Hex | F2 | 96 | 9F | 0 | 26 | 22 | 5 | 162 | 4E | 4D |
| Octal | 362 | 226 | 237 | 0 | 46 | 42 | 5 | 542 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10011111 | 0 | 100110 | 100010 | 101 | 101100010 | 1001110 | 1001101 |
Color Harmonies of #F2969F
Complementary color
Monochromatic Colors of #F2969F
Black with #F2969F
Text Example
Text Example
White with #F2969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2969F; }
p { color: rgb(242,150,159); }
H1.HeaderClassName
{
color: #F2969F;
}
.AnyTagClassName
{
color: #F2969F;
}
</style>
background-color css
<style>
a { background-color: #F2969F; }
a { background-color: rgb(242,150,159); }
div.DivClassName
{
background-color: #F2969F;
}
.BgClassName
{
background-color: #F2969F;
}
</style>
border-color css
<style>
span { border-color: #F2969F; }
span { border-color: rgb(242,150,159); }
td.TdClassName
{
border-color: #F2969F;
}
.TagClassName
{
border-color: #F2969F;
}
</style>