Shades of Wewak #F58491
Tints of Wewak #F58491
RGB
CMYK
RGB Variations
Color information
#F58491 (or 0xF58491) is known color: Wewak. HEX triplet: F5, 84 and 91. RGB value is (245,132,145). Sum of RGB (Red+Green+Blue) = 245+132+145=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F58491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58491 is #0A7B6E. Grayscale: #A7A7A7. Windows color (decimal): -686959 or 9536757. OLE color: 9536757.
HSL color Cylindrical-coordinate representation of color #F58491: hue angle of 353.1º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F58491 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 145 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.04 |
| HSL | 353.1º | 0.85% | 0.74% | - |
| HSV(B) | 353.1º | 0.46% | 0.96% | - |
| XYZ | 51.02 | 37.96 | 31.43 | - |
| YUV | 167.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 145 | 0 | 0.46 | 0.41 | 0.04 | 353.1 | 0.85 | 0.74 |
| Hex | F5 | 84 | 91 | 0 | 2E | 29 | 4 | 161 | 55 | 4A |
| Octal | 365 | 204 | 221 | 0 | 56 | 51 | 4 | 541 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10010001 | 0 | 101110 | 101001 | 100 | 101100001 | 1010101 | 1001010 |
Color Harmonies of #F58491
Complementary color
Monochromatic Colors of #F58491
Black with #F58491
Text Example
Text Example
White with #F58491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58491; }
p { color: rgb(245,132,145); }
H1.HeaderClassName
{
color: #F58491;
}
.AnyTagClassName
{
color: #F58491;
}
</style>
background-color css
<style>
a { background-color: #F58491; }
a { background-color: rgb(245,132,145); }
div.DivClassName
{
background-color: #F58491;
}
.BgClassName
{
background-color: #F58491;
}
</style>
border-color css
<style>
span { border-color: #F58491; }
span { border-color: rgb(245,132,145); }
td.TdClassName
{
border-color: #F58491;
}
.TagClassName
{
border-color: #F58491;
}
</style>