Shades of Wewak #F9929A
Tints of Wewak #F9929A
RGB
CMYK
RGB Variations
Color information
#F9929A (or 0xF9929A) is known color: Wewak. HEX triplet: F9, 92 and 9A. RGB value is (249,146,154). Sum of RGB (Red+Green+Blue) = 249+146+154=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9929A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9929A is #066D65. Grayscale: #B1B1B1. Windows color (decimal): -421222 or 10130169. OLE color: 10130169.
HSL color Cylindrical-coordinate representation of color #F9929A: hue angle of 355.34º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9929A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 154 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.02 |
| HSL | 355.34º | 0.9% | 0.77% | - |
| HSV(B) | 355.34º | 0.41% | 0.98% | - |
| XYZ | 55.18 | 43.03 | 35.97 | - |
| YUV | 177.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 154 | 0 | 0.41 | 0.38 | 0.02 | 355.34 | 0.9 | 0.77 |
| Hex | F9 | 92 | 9A | 0 | 29 | 26 | 2 | 163 | 5A | 4D |
| Octal | 371 | 222 | 232 | 0 | 51 | 46 | 2 | 543 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10011010 | 0 | 101001 | 100110 | 10 | 101100011 | 1011010 | 1001101 |
Color Harmonies of #F9929A
Complementary color
Monochromatic Colors of #F9929A
Black with #F9929A
Text Example
Text Example
White with #F9929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9929A; }
p { color: rgb(249,146,154); }
H1.HeaderClassName
{
color: #F9929A;
}
.AnyTagClassName
{
color: #F9929A;
}
</style>
background-color css
<style>
a { background-color: #F9929A; }
a { background-color: rgb(249,146,154); }
div.DivClassName
{
background-color: #F9929A;
}
.BgClassName
{
background-color: #F9929A;
}
</style>
border-color css
<style>
span { border-color: #F9929A; }
span { border-color: rgb(249,146,154); }
td.TdClassName
{
border-color: #F9929A;
}
.TagClassName
{
border-color: #F9929A;
}
</style>