Shades of Wewak #F295A1
Tints of Wewak #F295A1
RGB
CMYK
RGB Variations
Color information
#F295A1 (or 0xF295A1) is known color: Wewak. HEX triplet: F2, 95 and A1. RGB value is (242,149,161). Sum of RGB (Red+Green+Blue) = 242+149+161=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F295A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295A1 is #0D6A5E. Grayscale: #B2B2B2. Windows color (decimal): -879199 or 10589682. OLE color: 10589682.
HSL color Cylindrical-coordinate representation of color #F295A1: hue angle of 352.26º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295A1 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 161 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.05 |
| HSL | 352.26º | 0.78% | 0.77% | - |
| HSV(B) | 352.26º | 0.38% | 0.95% | - |
| XYZ | 53.8 | 42.95 | 39.17 | - |
| YUV | 178.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 161 | 0 | 0.38 | 0.33 | 0.05 | 352.26 | 0.78 | 0.77 |
| Hex | F2 | 95 | A1 | 0 | 26 | 21 | 5 | 160 | 4E | 4D |
| Octal | 362 | 225 | 241 | 0 | 46 | 41 | 5 | 540 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10100001 | 0 | 100110 | 100001 | 101 | 101100000 | 1001110 | 1001101 |
Color Harmonies of #F295A1
Complementary color
Monochromatic Colors of #F295A1
Black with #F295A1
Text Example
Text Example
White with #F295A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295A1; }
p { color: rgb(242,149,161); }
H1.HeaderClassName
{
color: #F295A1;
}
.AnyTagClassName
{
color: #F295A1;
}
</style>
background-color css
<style>
a { background-color: #F295A1; }
a { background-color: rgb(242,149,161); }
div.DivClassName
{
background-color: #F295A1;
}
.BgClassName
{
background-color: #F295A1;
}
</style>
border-color css
<style>
span { border-color: #F295A1; }
span { border-color: rgb(242,149,161); }
td.TdClassName
{
border-color: #F295A1;
}
.TagClassName
{
border-color: #F295A1;
}
</style>