Shades of Wewak #F495A0
Tints of Wewak #F495A0
RGB
CMYK
RGB Variations
Color information
#F495A0 (or 0xF495A0) is known color: Wewak. HEX triplet: F4, 95 and A0. RGB value is (244,149,160). Sum of RGB (Red+Green+Blue) = 244+149+160=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F495A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F495A0 is #0B6A5F. Grayscale: #B2B2B2. Windows color (decimal): -748128 or 10524148. OLE color: 10524148.
HSL color Cylindrical-coordinate representation of color #F495A0: hue angle of 353.05º degrees, saturation: 0.81, 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 #F495A0 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 160 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.04 |
| HSL | 353.05º | 0.81% | 0.77% | - |
| HSV(B) | 353.05º | 0.39% | 0.96% | - |
| XYZ | 54.4 | 43.27 | 38.74 | - |
| YUV | 178.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 160 | 0 | 0.39 | 0.34 | 0.04 | 353.05 | 0.81 | 0.77 |
| Hex | F4 | 95 | A0 | 0 | 27 | 22 | 4 | 161 | 51 | 4D |
| Octal | 364 | 225 | 240 | 0 | 47 | 42 | 4 | 541 | 121 | 115 |
| Binary | 11110100 | 10010101 | 10100000 | 0 | 100111 | 100010 | 100 | 101100001 | 1010001 | 1001101 |
Color Harmonies of #F495A0
Complementary color
Monochromatic Colors of #F495A0
Black with #F495A0
Text Example
Text Example
White with #F495A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495A0; }
p { color: rgb(244,149,160); }
H1.HeaderClassName
{
color: #F495A0;
}
.AnyTagClassName
{
color: #F495A0;
}
</style>
background-color css
<style>
a { background-color: #F495A0; }
a { background-color: rgb(244,149,160); }
div.DivClassName
{
background-color: #F495A0;
}
.BgClassName
{
background-color: #F495A0;
}
</style>
border-color css
<style>
span { border-color: #F495A0; }
span { border-color: rgb(244,149,160); }
td.TdClassName
{
border-color: #F495A0;
}
.TagClassName
{
border-color: #F495A0;
}
</style>