Shades of Wewak #F5959B
Tints of Wewak #F5959B
RGB
CMYK
RGB Variations
Color information
#F5959B (or 0xF5959B) is known color: Wewak. HEX triplet: F5, 95 and 9B. RGB value is (245,149,155). Sum of RGB (Red+Green+Blue) = 245+149+155=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5959B is #0A6A64. Grayscale: #B2B2B2. Windows color (decimal): -682597 or 10196469. OLE color: 10196469.
HSL color Cylindrical-coordinate representation of color #F5959B: hue angle of 356.25º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5959B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 155 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.04 |
| HSL | 356.25º | 0.83% | 0.77% | - |
| HSV(B) | 356.25º | 0.39% | 0.96% | - |
| XYZ | 54.32 | 43.27 | 36.5 | - |
| YUV | 178.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 155 | 0 | 0.39 | 0.37 | 0.04 | 356.25 | 0.83 | 0.77 |
| Hex | F5 | 95 | 9B | 0 | 27 | 25 | 4 | 164 | 53 | 4D |
| Octal | 365 | 225 | 233 | 0 | 47 | 45 | 4 | 544 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10011011 | 0 | 100111 | 100101 | 100 | 101100100 | 1010011 | 1001101 |
Color Harmonies of #F5959B
Complementary color
Monochromatic Colors of #F5959B
Black with #F5959B
Text Example
Text Example
White with #F5959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5959B; }
p { color: rgb(245,149,155); }
H1.HeaderClassName
{
color: #F5959B;
}
.AnyTagClassName
{
color: #F5959B;
}
</style>
background-color css
<style>
a { background-color: #F5959B; }
a { background-color: rgb(245,149,155); }
div.DivClassName
{
background-color: #F5959B;
}
.BgClassName
{
background-color: #F5959B;
}
</style>
border-color css
<style>
span { border-color: #F5959B; }
span { border-color: rgb(245,149,155); }
td.TdClassName
{
border-color: #F5959B;
}
.TagClassName
{
border-color: #F5959B;
}
</style>