Shades of Wewak #F58696
Tints of Wewak #F58696
RGB
CMYK
RGB Variations
Color information
#F58696 (or 0xF58696) is known color: Wewak. HEX triplet: F5, 86 and 96. RGB value is (245,134,150). Sum of RGB (Red+Green+Blue) = 245+134+150=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F58696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58696 is #0A7969. Grayscale: #A9A9A9. Windows color (decimal): -686442 or 9864949. OLE color: 9864949.
HSL color Cylindrical-coordinate representation of color #F58696: hue angle of 351.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58696 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 150 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.04 |
| HSL | 351.35º | 0.85% | 0.74% | - |
| HSV(B) | 351.35º | 0.45% | 0.96% | - |
| XYZ | 51.69 | 38.66 | 33.59 | - |
| YUV | 169.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 150 | 0 | 0.45 | 0.39 | 0.04 | 351.35 | 0.85 | 0.74 |
| Hex | F5 | 86 | 96 | 0 | 2D | 27 | 4 | 15F | 55 | 4A |
| Octal | 365 | 206 | 226 | 0 | 55 | 47 | 4 | 537 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10010110 | 0 | 101101 | 100111 | 100 | 101011111 | 1010101 | 1001010 |
Color Harmonies of #F58696
Complementary color
Monochromatic Colors of #F58696
Black with #F58696
Text Example
Text Example
White with #F58696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58696; }
p { color: rgb(245,134,150); }
H1.HeaderClassName
{
color: #F58696;
}
.AnyTagClassName
{
color: #F58696;
}
</style>
background-color css
<style>
a { background-color: #F58696; }
a { background-color: rgb(245,134,150); }
div.DivClassName
{
background-color: #F58696;
}
.BgClassName
{
background-color: #F58696;
}
</style>
border-color css
<style>
span { border-color: #F58696; }
span { border-color: rgb(245,134,150); }
td.TdClassName
{
border-color: #F58696;
}
.TagClassName
{
border-color: #F58696;
}
</style>