Shades of Wewak #F299A3
Tints of Wewak #F299A3
RGB
CMYK
RGB Variations
Color information
#F299A3 (or 0xF299A3) is known color: Wewak. HEX triplet: F2, 99 and A3. RGB value is (242,153,163). Sum of RGB (Red+Green+Blue) = 242+153+163=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F299A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299A3 is #0D665C. Grayscale: #B4B4B4. Windows color (decimal): -878173 or 10721778. OLE color: 10721778.
HSL color Cylindrical-coordinate representation of color #F299A3: hue angle of 353.26º 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 #F299A3 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 163 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.05 |
| HSL | 353.26º | 0.77% | 0.77% | - |
| HSV(B) | 353.26º | 0.37% | 0.95% | - |
| XYZ | 54.62 | 44.3 | 40.32 | - |
| YUV | 180.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 163 | 0 | 0.37 | 0.33 | 0.05 | 353.26 | 0.77 | 0.77 |
| Hex | F2 | 99 | A3 | 0 | 25 | 21 | 5 | 161 | 4D | 4D |
| Octal | 362 | 231 | 243 | 0 | 45 | 41 | 5 | 541 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10100011 | 0 | 100101 | 100001 | 101 | 101100001 | 1001101 | 1001101 |
Color Harmonies of #F299A3
Complementary color
Monochromatic Colors of #F299A3
Black with #F299A3
Text Example
Text Example
White with #F299A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299A3; }
p { color: rgb(242,153,163); }
H1.HeaderClassName
{
color: #F299A3;
}
.AnyTagClassName
{
color: #F299A3;
}
</style>
background-color css
<style>
a { background-color: #F299A3; }
a { background-color: rgb(242,153,163); }
div.DivClassName
{
background-color: #F299A3;
}
.BgClassName
{
background-color: #F299A3;
}
</style>
border-color css
<style>
span { border-color: #F299A3; }
span { border-color: rgb(242,153,163); }
td.TdClassName
{
border-color: #F299A3;
}
.TagClassName
{
border-color: #F299A3;
}
</style>