Shades of Wewak #F2869C
Tints of Wewak #F2869C
RGB
CMYK
RGB Variations
Color information
#F2869C (or 0xF2869C) is known color: Wewak. HEX triplet: F2, 86 and 9C. RGB value is (242,134,156). Sum of RGB (Red+Green+Blue) = 242+134+156=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2869C is #0D7963. Grayscale: #A8A8A8. Windows color (decimal): -883044 or 10258162. OLE color: 10258162.
HSL color Cylindrical-coordinate representation of color #F2869C: hue angle of 347.78º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2869C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 156 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.05 |
| HSL | 347.78º | 0.81% | 0.74% | - |
| HSV(B) | 347.78º | 0.45% | 0.95% | - |
| XYZ | 51.14 | 38.33 | 36.15 | - |
| YUV | 168.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 156 | 0 | 0.45 | 0.36 | 0.05 | 347.78 | 0.81 | 0.74 |
| Hex | F2 | 86 | 9C | 0 | 2D | 24 | 5 | 15C | 51 | 4A |
| Octal | 362 | 206 | 234 | 0 | 55 | 44 | 5 | 534 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10011100 | 0 | 101101 | 100100 | 101 | 101011100 | 1010001 | 1001010 |
Color Harmonies of #F2869C
Complementary color
Monochromatic Colors of #F2869C
Black with #F2869C
Text Example
Text Example
White with #F2869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2869C; }
p { color: rgb(242,134,156); }
H1.HeaderClassName
{
color: #F2869C;
}
.AnyTagClassName
{
color: #F2869C;
}
</style>
background-color css
<style>
a { background-color: #F2869C; }
a { background-color: rgb(242,134,156); }
div.DivClassName
{
background-color: #F2869C;
}
.BgClassName
{
background-color: #F2869C;
}
</style>
border-color css
<style>
span { border-color: #F2869C; }
span { border-color: rgb(242,134,156); }
td.TdClassName
{
border-color: #F2869C;
}
.TagClassName
{
border-color: #F2869C;
}
</style>