Shades of Wewak #F297A1
Tints of Wewak #F297A1
RGB
CMYK
RGB Variations
Color information
#F297A1 (or 0xF297A1) is known color: Wewak. HEX triplet: F2, 97 and A1. RGB value is (242,151,161). Sum of RGB (Red+Green+Blue) = 242+151+161=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F297A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F297A1 is #0D685E. Grayscale: #B3B3B3. Windows color (decimal): -878687 or 10590194. OLE color: 10590194.
HSL color Cylindrical-coordinate representation of color #F297A1: hue angle of 353.41º 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 #F297A1 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 161 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.05 |
| HSL | 353.41º | 0.78% | 0.77% | - |
| HSV(B) | 353.41º | 0.38% | 0.95% | - |
| XYZ | 54.12 | 43.58 | 39.28 | - |
| YUV | 179.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 161 | 0 | 0.38 | 0.33 | 0.05 | 353.41 | 0.78 | 0.77 |
| Hex | F2 | 97 | A1 | 0 | 26 | 21 | 5 | 161 | 4E | 4D |
| Octal | 362 | 227 | 241 | 0 | 46 | 41 | 5 | 541 | 116 | 115 |
| Binary | 11110010 | 10010111 | 10100001 | 0 | 100110 | 100001 | 101 | 101100001 | 1001110 | 1001101 |
Color Harmonies of #F297A1
Complementary color
Monochromatic Colors of #F297A1
Black with #F297A1
Text Example
Text Example
White with #F297A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297A1; }
p { color: rgb(242,151,161); }
H1.HeaderClassName
{
color: #F297A1;
}
.AnyTagClassName
{
color: #F297A1;
}
</style>
background-color css
<style>
a { background-color: #F297A1; }
a { background-color: rgb(242,151,161); }
div.DivClassName
{
background-color: #F297A1;
}
.BgClassName
{
background-color: #F297A1;
}
</style>
border-color css
<style>
span { border-color: #F297A1; }
span { border-color: rgb(242,151,161); }
td.TdClassName
{
border-color: #F297A1;
}
.TagClassName
{
border-color: #F297A1;
}
</style>