Shades of Wewak #F396A0
Tints of Wewak #F396A0
RGB
CMYK
RGB Variations
Color information
#F396A0 (or 0xF396A0) is known color: Wewak. HEX triplet: F3, 96 and A0. RGB value is (243,150,160). Sum of RGB (Red+Green+Blue) = 243+150+160=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F396A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F396A0 is #0C695F. Grayscale: #B2B2B2. Windows color (decimal): -813408 or 10524403. OLE color: 10524403.
HSL color Cylindrical-coordinate representation of color #F396A0: hue angle of 353.55º degrees, saturation: 0.79, 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 #F396A0 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 160 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.05 |
| HSL | 353.55º | 0.79% | 0.77% | - |
| HSV(B) | 353.55º | 0.38% | 0.95% | - |
| XYZ | 54.21 | 43.41 | 38.78 | - |
| YUV | 178.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 160 | 0 | 0.38 | 0.34 | 0.05 | 353.55 | 0.79 | 0.77 |
| Hex | F3 | 96 | A0 | 0 | 26 | 22 | 5 | 162 | 4F | 4D |
| Octal | 363 | 226 | 240 | 0 | 46 | 42 | 5 | 542 | 117 | 115 |
| Binary | 11110011 | 10010110 | 10100000 | 0 | 100110 | 100010 | 101 | 101100010 | 1001111 | 1001101 |
Color Harmonies of #F396A0
Complementary color
Monochromatic Colors of #F396A0
Black with #F396A0
Text Example
Text Example
White with #F396A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F396A0; }
p { color: rgb(243,150,160); }
H1.HeaderClassName
{
color: #F396A0;
}
.AnyTagClassName
{
color: #F396A0;
}
</style>
background-color css
<style>
a { background-color: #F396A0; }
a { background-color: rgb(243,150,160); }
div.DivClassName
{
background-color: #F396A0;
}
.BgClassName
{
background-color: #F396A0;
}
</style>
border-color css
<style>
span { border-color: #F396A0; }
span { border-color: rgb(243,150,160); }
td.TdClassName
{
border-color: #F396A0;
}
.TagClassName
{
border-color: #F396A0;
}
</style>