Shades of Wewak #F5959D
Tints of Wewak #F5959D
RGB
CMYK
RGB Variations
Color information
#F5959D (or 0xF5959D) is known color: Wewak. HEX triplet: F5, 95 and 9D. RGB value is (245,149,157). Sum of RGB (Red+Green+Blue) = 245+149+157=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5959D is #0A6A62. Grayscale: #B2B2B2. Windows color (decimal): -682595 or 10327541. OLE color: 10327541.
HSL color Cylindrical-coordinate representation of color #F5959D: hue angle of 355º 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 #F5959D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 157 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.04 |
| HSL | 355º | 0.83% | 0.77% | - |
| HSV(B) | 355º | 0.39% | 0.96% | - |
| XYZ | 54.49 | 43.34 | 37.39 | - |
| YUV | 178.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 157 | 0 | 0.39 | 0.36 | 0.04 | 355 | 0.83 | 0.77 |
| Hex | F5 | 95 | 9D | 0 | 27 | 24 | 4 | 163 | 53 | 4D |
| Octal | 365 | 225 | 235 | 0 | 47 | 44 | 4 | 543 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10011101 | 0 | 100111 | 100100 | 100 | 101100011 | 1010011 | 1001101 |
Color Harmonies of #F5959D
Complementary color
Monochromatic Colors of #F5959D
Black with #F5959D
Text Example
Text Example
White with #F5959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5959D; }
p { color: rgb(245,149,157); }
H1.HeaderClassName
{
color: #F5959D;
}
.AnyTagClassName
{
color: #F5959D;
}
</style>
background-color css
<style>
a { background-color: #F5959D; }
a { background-color: rgb(245,149,157); }
div.DivClassName
{
background-color: #F5959D;
}
.BgClassName
{
background-color: #F5959D;
}
</style>
border-color css
<style>
span { border-color: #F5959D; }
span { border-color: rgb(245,149,157); }
td.TdClassName
{
border-color: #F5959D;
}
.TagClassName
{
border-color: #F5959D;
}
</style>