Shades of Wewak #F5949D
Tints of Wewak #F5949D
RGB
CMYK
RGB Variations
Color information
#F5949D (or 0xF5949D) is known color: Wewak. HEX triplet: F5, 94 and 9D. RGB value is (245,148,157). Sum of RGB (Red+Green+Blue) = 245+148+157=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5949D is #0A6B62. Grayscale: #B2B2B2. Windows color (decimal): -682851 or 10327285. OLE color: 10327285.
HSL color Cylindrical-coordinate representation of color #F5949D: hue angle of 354.43º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5949D is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 157 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.04 |
| HSL | 354.43º | 0.83% | 0.77% | - |
| HSV(B) | 354.43º | 0.4% | 0.96% | - |
| XYZ | 54.33 | 43.03 | 37.34 | - |
| YUV | 178.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 157 | 0 | 0.40 | 0.36 | 0.04 | 354.43 | 0.83 | 0.77 |
| Hex | F5 | 94 | 9D | 0 | 28 | 24 | 4 | 162 | 53 | 4D |
| Octal | 365 | 224 | 235 | 0 | 50 | 44 | 4 | 542 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10011101 | 0 | 101000 | 100100 | 100 | 101100010 | 1010011 | 1001101 |
Color Harmonies of #F5949D
Complementary color
Monochromatic Colors of #F5949D
Black with #F5949D
Text Example
Text Example
White with #F5949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5949D; }
p { color: rgb(245,148,157); }
H1.HeaderClassName
{
color: #F5949D;
}
.AnyTagClassName
{
color: #F5949D;
}
</style>
background-color css
<style>
a { background-color: #F5949D; }
a { background-color: rgb(245,148,157); }
div.DivClassName
{
background-color: #F5949D;
}
.BgClassName
{
background-color: #F5949D;
}
</style>
border-color css
<style>
span { border-color: #F5949D; }
span { border-color: rgb(245,148,157); }
td.TdClassName
{
border-color: #F5949D;
}
.TagClassName
{
border-color: #F5949D;
}
</style>