Shades of Wewak #F59199
Tints of Wewak #F59199
RGB
CMYK
RGB Variations
Color information
#F59199 (or 0xF59199) is known color: Wewak. HEX triplet: F5, 91 and 99. RGB value is (245,145,153). Sum of RGB (Red+Green+Blue) = 245+145+153=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F59199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59199 is #0A6E66. Grayscale: #AFAFAF. Windows color (decimal): -683623 or 10064373. OLE color: 10064373.
HSL color Cylindrical-coordinate representation of color #F59199: hue angle of 355.2º 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 #F59199 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 153 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.04 |
| HSL | 355.2º | 0.83% | 0.76% | - |
| HSV(B) | 355.2º | 0.41% | 0.96% | - |
| XYZ | 53.53 | 41.96 | 35.42 | - |
| YUV | 175.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 153 | 0 | 0.41 | 0.38 | 0.04 | 355.2 | 0.83 | 0.76 |
| Hex | F5 | 91 | 99 | 0 | 29 | 26 | 4 | 163 | 53 | 4C |
| Octal | 365 | 221 | 231 | 0 | 51 | 46 | 4 | 543 | 123 | 114 |
| Binary | 11110101 | 10010001 | 10011001 | 0 | 101001 | 100110 | 100 | 101100011 | 1010011 | 1001100 |
Color Harmonies of #F59199
Complementary color
Monochromatic Colors of #F59199
Black with #F59199
Text Example
Text Example
White with #F59199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59199; }
p { color: rgb(245,145,153); }
H1.HeaderClassName
{
color: #F59199;
}
.AnyTagClassName
{
color: #F59199;
}
</style>
background-color css
<style>
a { background-color: #F59199; }
a { background-color: rgb(245,145,153); }
div.DivClassName
{
background-color: #F59199;
}
.BgClassName
{
background-color: #F59199;
}
</style>
border-color css
<style>
span { border-color: #F59199; }
span { border-color: rgb(245,145,153); }
td.TdClassName
{
border-color: #F59199;
}
.TagClassName
{
border-color: #F59199;
}
</style>