Shades of Wewak #F58694
Tints of Wewak #F58694
RGB
CMYK
RGB Variations
Color information
#F58694 (or 0xF58694) is known color: Wewak. HEX triplet: F5, 86 and 94. RGB value is (245,134,148). Sum of RGB (Red+Green+Blue) = 245+134+148=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F58694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58694 is #0A796B. Grayscale: #A8A8A8. Windows color (decimal): -686444 or 9733877. OLE color: 9733877.
HSL color Cylindrical-coordinate representation of color #F58694: hue angle of 352.43º 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 #F58694 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 148 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.04 |
| HSL | 352.43º | 0.85% | 0.74% | - |
| HSV(B) | 352.43º | 0.45% | 0.96% | - |
| XYZ | 51.53 | 38.6 | 32.75 | - |
| YUV | 168.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 148 | 0 | 0.45 | 0.40 | 0.04 | 352.43 | 0.85 | 0.74 |
| Hex | F5 | 86 | 94 | 0 | 2D | 28 | 4 | 160 | 55 | 4A |
| Octal | 365 | 206 | 224 | 0 | 55 | 50 | 4 | 540 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10010100 | 0 | 101101 | 101000 | 100 | 101100000 | 1010101 | 1001010 |
Color Harmonies of #F58694
Complementary color
Monochromatic Colors of #F58694
Black with #F58694
Text Example
Text Example
White with #F58694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58694; }
p { color: rgb(245,134,148); }
H1.HeaderClassName
{
color: #F58694;
}
.AnyTagClassName
{
color: #F58694;
}
</style>
background-color css
<style>
a { background-color: #F58694; }
a { background-color: rgb(245,134,148); }
div.DivClassName
{
background-color: #F58694;
}
.BgClassName
{
background-color: #F58694;
}
</style>
border-color css
<style>
span { border-color: #F58694; }
span { border-color: rgb(245,134,148); }
td.TdClassName
{
border-color: #F58694;
}
.TagClassName
{
border-color: #F58694;
}
</style>