Shades of Wewak #F58495
Tints of Wewak #F58495
RGB
CMYK
RGB Variations
Color information
#F58495 (or 0xF58495) is known color: Wewak. HEX triplet: F5, 84 and 95. RGB value is (245,132,149). Sum of RGB (Red+Green+Blue) = 245+132+149=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F58495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58495 is #0A7B6A. Grayscale: #A7A7A7. Windows color (decimal): -686955 or 9798901. OLE color: 9798901.
HSL color Cylindrical-coordinate representation of color #F58495: hue angle of 350.97º 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 #F58495 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 149 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.04 |
| HSL | 350.97º | 0.85% | 0.74% | - |
| HSV(B) | 350.97º | 0.46% | 0.96% | - |
| XYZ | 51.33 | 38.08 | 33.08 | - |
| YUV | 167.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 149 | 0 | 0.46 | 0.39 | 0.04 | 350.97 | 0.85 | 0.74 |
| Hex | F5 | 84 | 95 | 0 | 2E | 27 | 4 | 15F | 55 | 4A |
| Octal | 365 | 204 | 225 | 0 | 56 | 47 | 4 | 537 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10010101 | 0 | 101110 | 100111 | 100 | 101011111 | 1010101 | 1001010 |
Color Harmonies of #F58495
Complementary color
Monochromatic Colors of #F58495
Black with #F58495
Text Example
Text Example
White with #F58495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58495; }
p { color: rgb(245,132,149); }
H1.HeaderClassName
{
color: #F58495;
}
.AnyTagClassName
{
color: #F58495;
}
</style>
background-color css
<style>
a { background-color: #F58495; }
a { background-color: rgb(245,132,149); }
div.DivClassName
{
background-color: #F58495;
}
.BgClassName
{
background-color: #F58495;
}
</style>
border-color css
<style>
span { border-color: #F58495; }
span { border-color: rgb(245,132,149); }
td.TdClassName
{
border-color: #F58495;
}
.TagClassName
{
border-color: #F58495;
}
</style>