Shades of Wewak #F2969C
Tints of Wewak #F2969C
RGB
CMYK
RGB Variations
Color information
#F2969C (or 0xF2969C) is known color: Wewak. HEX triplet: F2, 96 and 9C. RGB value is (242,150,156). Sum of RGB (Red+Green+Blue) = 242+150+156=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2969C is #0D6963. Grayscale: #B2B2B2. Windows color (decimal): -878948 or 10262258. OLE color: 10262258.
HSL color Cylindrical-coordinate representation of color #F2969C: hue angle of 356.09º 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 #F2969C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 156 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.05 |
| HSL | 356.09º | 0.78% | 0.77% | - |
| HSV(B) | 356.09º | 0.38% | 0.95% | - |
| XYZ | 53.53 | 43.09 | 36.95 | - |
| YUV | 178.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 156 | 0 | 0.38 | 0.36 | 0.05 | 356.09 | 0.78 | 0.77 |
| Hex | F2 | 96 | 9C | 0 | 26 | 24 | 5 | 164 | 4E | 4D |
| Octal | 362 | 226 | 234 | 0 | 46 | 44 | 5 | 544 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10011100 | 0 | 100110 | 100100 | 101 | 101100100 | 1001110 | 1001101 |
Color Harmonies of #F2969C
Complementary color
Monochromatic Colors of #F2969C
Black with #F2969C
Text Example
Text Example
White with #F2969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2969C; }
p { color: rgb(242,150,156); }
H1.HeaderClassName
{
color: #F2969C;
}
.AnyTagClassName
{
color: #F2969C;
}
</style>
background-color css
<style>
a { background-color: #F2969C; }
a { background-color: rgb(242,150,156); }
div.DivClassName
{
background-color: #F2969C;
}
.BgClassName
{
background-color: #F2969C;
}
</style>
border-color css
<style>
span { border-color: #F2969C; }
span { border-color: rgb(242,150,156); }
td.TdClassName
{
border-color: #F2969C;
}
.TagClassName
{
border-color: #F2969C;
}
</style>