Shades of Wewak #F299A1
Tints of Wewak #F299A1
RGB
CMYK
RGB Variations
Color information
#F299A1 (or 0xF299A1) is known color: Wewak. HEX triplet: F2, 99 and A1. RGB value is (242,153,161). Sum of RGB (Red+Green+Blue) = 242+153+161=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F299A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299A1 is #0D665E. Grayscale: #B4B4B4. Windows color (decimal): -878175 or 10590706. OLE color: 10590706.
HSL color Cylindrical-coordinate representation of color #F299A1: hue angle of 354.61º 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 #F299A1 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 161 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.05 |
| HSL | 354.61º | 0.77% | 0.77% | - |
| HSV(B) | 354.61º | 0.37% | 0.95% | - |
| XYZ | 54.44 | 44.23 | 39.39 | - |
| YUV | 180.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 161 | 0 | 0.37 | 0.33 | 0.05 | 354.61 | 0.77 | 0.77 |
| Hex | F2 | 99 | A1 | 0 | 25 | 21 | 5 | 163 | 4D | 4D |
| Octal | 362 | 231 | 241 | 0 | 45 | 41 | 5 | 543 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10100001 | 0 | 100101 | 100001 | 101 | 101100011 | 1001101 | 1001101 |
Color Harmonies of #F299A1
Complementary color
Monochromatic Colors of #F299A1
Black with #F299A1
Text Example
Text Example
White with #F299A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299A1; }
p { color: rgb(242,153,161); }
H1.HeaderClassName
{
color: #F299A1;
}
.AnyTagClassName
{
color: #F299A1;
}
</style>
background-color css
<style>
a { background-color: #F299A1; }
a { background-color: rgb(242,153,161); }
div.DivClassName
{
background-color: #F299A1;
}
.BgClassName
{
background-color: #F299A1;
}
</style>
border-color css
<style>
span { border-color: #F299A1; }
span { border-color: rgb(242,153,161); }
td.TdClassName
{
border-color: #F299A1;
}
.TagClassName
{
border-color: #F299A1;
}
</style>