Shades of Wewak #F29199
Tints of Wewak #F29199
RGB
CMYK
RGB Variations
Color information
#F29199 (or 0xF29199) is known color: Wewak. HEX triplet: F2, 91 and 99. RGB value is (242,145,153). Sum of RGB (Red+Green+Blue) = 242+145+153=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F29199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29199 is #0D6E66. Grayscale: #AEAEAE. Windows color (decimal): -880231 or 10064370. OLE color: 10064370.
HSL color Cylindrical-coordinate representation of color #F29199: hue angle of 355.05º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F29199 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 153 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.05 |
| HSL | 355.05º | 0.79% | 0.76% | - |
| HSV(B) | 355.05º | 0.4% | 0.95% | - |
| XYZ | 52.49 | 41.43 | 35.37 | - |
| YUV | 174.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 153 | 0 | 0.40 | 0.37 | 0.05 | 355.05 | 0.79 | 0.76 |
| Hex | F2 | 91 | 99 | 0 | 28 | 25 | 5 | 163 | 4F | 4C |
| Octal | 362 | 221 | 231 | 0 | 50 | 45 | 5 | 543 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10011001 | 0 | 101000 | 100101 | 101 | 101100011 | 1001111 | 1001100 |
Color Harmonies of #F29199
Complementary color
Monochromatic Colors of #F29199
Black with #F29199
Text Example
Text Example
White with #F29199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29199; }
p { color: rgb(242,145,153); }
H1.HeaderClassName
{
color: #F29199;
}
.AnyTagClassName
{
color: #F29199;
}
</style>
background-color css
<style>
a { background-color: #F29199; }
a { background-color: rgb(242,145,153); }
div.DivClassName
{
background-color: #F29199;
}
.BgClassName
{
background-color: #F29199;
}
</style>
border-color css
<style>
span { border-color: #F29199; }
span { border-color: rgb(242,145,153); }
td.TdClassName
{
border-color: #F29199;
}
.TagClassName
{
border-color: #F29199;
}
</style>