Shades of Wewak #F591A0
Tints of Wewak #F591A0
RGB
CMYK
RGB Variations
Color information
#F591A0 (or 0xF591A0) is known color: Wewak. HEX triplet: F5, 91 and A0. RGB value is (245,145,160). Sum of RGB (Red+Green+Blue) = 245+145+160=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F591A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F591A0 is #0A6E5F. Grayscale: #B0B0B0. Windows color (decimal): -683616 or 10523125. OLE color: 10523125.
HSL color Cylindrical-coordinate representation of color #F591A0: hue angle of 351º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591A0 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 160 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.04 |
| HSL | 351º | 0.83% | 0.76% | - |
| HSV(B) | 351º | 0.41% | 0.96% | - |
| XYZ | 54.13 | 42.2 | 38.55 | - |
| YUV | 176.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 160 | 0 | 0.41 | 0.35 | 0.04 | 351 | 0.83 | 0.76 |
| Hex | F5 | 91 | A0 | 0 | 29 | 23 | 4 | 15F | 53 | 4C |
| Octal | 365 | 221 | 240 | 0 | 51 | 43 | 4 | 537 | 123 | 114 |
| Binary | 11110101 | 10010001 | 10100000 | 0 | 101001 | 100011 | 100 | 101011111 | 1010011 | 1001100 |
Color Harmonies of #F591A0
Complementary color
Monochromatic Colors of #F591A0
Black with #F591A0
Text Example
Text Example
White with #F591A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591A0; }
p { color: rgb(245,145,160); }
H1.HeaderClassName
{
color: #F591A0;
}
.AnyTagClassName
{
color: #F591A0;
}
</style>
background-color css
<style>
a { background-color: #F591A0; }
a { background-color: rgb(245,145,160); }
div.DivClassName
{
background-color: #F591A0;
}
.BgClassName
{
background-color: #F591A0;
}
</style>
border-color css
<style>
span { border-color: #F591A0; }
span { border-color: rgb(245,145,160); }
td.TdClassName
{
border-color: #F591A0;
}
.TagClassName
{
border-color: #F591A0;
}
</style>