Shades of Wewak #F299A0
Tints of Wewak #F299A0
RGB
CMYK
RGB Variations
Color information
#F299A0 (or 0xF299A0) is known color: Wewak. HEX triplet: F2, 99 and A0. RGB value is (242,153,160). Sum of RGB (Red+Green+Blue) = 242+153+160=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F299A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299A0 is #0D665F. Grayscale: #B4B4B4. Windows color (decimal): -878176 or 10525170. OLE color: 10525170.
HSL color Cylindrical-coordinate representation of color #F299A0: hue angle of 355.28º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299A0 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 160 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.05 |
| HSL | 355.28º | 0.77% | 0.77% | - |
| HSV(B) | 355.28º | 0.37% | 0.95% | - |
| XYZ | 54.35 | 44.2 | 38.92 | - |
| YUV | 180.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 160 | 0 | 0.37 | 0.34 | 0.05 | 355.28 | 0.77 | 0.77 |
| Hex | F2 | 99 | A0 | 0 | 25 | 22 | 5 | 163 | 4D | 4D |
| Octal | 362 | 231 | 240 | 0 | 45 | 42 | 5 | 543 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10100000 | 0 | 100101 | 100010 | 101 | 101100011 | 1001101 | 1001101 |
Color Harmonies of #F299A0
Complementary color
Monochromatic Colors of #F299A0
Black with #F299A0
Text Example
Text Example
White with #F299A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299A0; }
p { color: rgb(242,153,160); }
H1.HeaderClassName
{
color: #F299A0;
}
.AnyTagClassName
{
color: #F299A0;
}
</style>
background-color css
<style>
a { background-color: #F299A0; }
a { background-color: rgb(242,153,160); }
div.DivClassName
{
background-color: #F299A0;
}
.BgClassName
{
background-color: #F299A0;
}
</style>
border-color css
<style>
span { border-color: #F299A0; }
span { border-color: rgb(242,153,160); }
td.TdClassName
{
border-color: #F299A0;
}
.TagClassName
{
border-color: #F299A0;
}
</style>