Shades of Wewak #F299A2
Tints of Wewak #F299A2
RGB
CMYK
RGB Variations
Color information
#F299A2 (or 0xF299A2) is known color: Wewak. HEX triplet: F2, 99 and A2. RGB value is (242,153,162). Sum of RGB (Red+Green+Blue) = 242+153+162=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F299A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299A2 is #0D665D. Grayscale: #B4B4B4. Windows color (decimal): -878174 or 10656242. OLE color: 10656242.
HSL color Cylindrical-coordinate representation of color #F299A2: hue angle of 353.93º 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 #F299A2 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 162 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.05 |
| HSL | 353.93º | 0.77% | 0.77% | - |
| HSV(B) | 353.93º | 0.37% | 0.95% | - |
| XYZ | 54.53 | 44.27 | 39.85 | - |
| YUV | 180.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 162 | 0 | 0.37 | 0.33 | 0.05 | 353.93 | 0.77 | 0.77 |
| Hex | F2 | 99 | A2 | 0 | 25 | 21 | 5 | 162 | 4D | 4D |
| Octal | 362 | 231 | 242 | 0 | 45 | 41 | 5 | 542 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10100010 | 0 | 100101 | 100001 | 101 | 101100010 | 1001101 | 1001101 |
Color Harmonies of #F299A2
Complementary color
Monochromatic Colors of #F299A2
Black with #F299A2
Text Example
Text Example
White with #F299A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299A2; }
p { color: rgb(242,153,162); }
H1.HeaderClassName
{
color: #F299A2;
}
.AnyTagClassName
{
color: #F299A2;
}
</style>
background-color css
<style>
a { background-color: #F299A2; }
a { background-color: rgb(242,153,162); }
div.DivClassName
{
background-color: #F299A2;
}
.BgClassName
{
background-color: #F299A2;
}
</style>
border-color css
<style>
span { border-color: #F299A2; }
span { border-color: rgb(242,153,162); }
td.TdClassName
{
border-color: #F299A2;
}
.TagClassName
{
border-color: #F299A2;
}
</style>