Shades of Wewak #F29099
Tints of Wewak #F29099
RGB
CMYK
RGB Variations
Color information
#F29099 (or 0xF29099) is known color: Wewak. HEX triplet: F2, 90 and 99. RGB value is (242,144,153). Sum of RGB (Red+Green+Blue) = 242+144+153=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F29099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29099 is #0D6F66. Grayscale: #AEAEAE. Windows color (decimal): -880487 or 10064114. OLE color: 10064114.
HSL color Cylindrical-coordinate representation of color #F29099: hue angle of 354.49º 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 #F29099 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 153 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.05 |
| HSL | 354.49º | 0.79% | 0.76% | - |
| HSV(B) | 354.49º | 0.4% | 0.95% | - |
| XYZ | 52.34 | 41.12 | 35.32 | - |
| YUV | 174.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 153 | 0 | 0.40 | 0.37 | 0.05 | 354.49 | 0.79 | 0.76 |
| Hex | F2 | 90 | 99 | 0 | 28 | 25 | 5 | 162 | 4F | 4C |
| Octal | 362 | 220 | 231 | 0 | 50 | 45 | 5 | 542 | 117 | 114 |
| Binary | 11110010 | 10010000 | 10011001 | 0 | 101000 | 100101 | 101 | 101100010 | 1001111 | 1001100 |
Color Harmonies of #F29099
Complementary color
Monochromatic Colors of #F29099
Black with #F29099
Text Example
Text Example
White with #F29099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29099; }
p { color: rgb(242,144,153); }
H1.HeaderClassName
{
color: #F29099;
}
.AnyTagClassName
{
color: #F29099;
}
</style>
background-color css
<style>
a { background-color: #F29099; }
a { background-color: rgb(242,144,153); }
div.DivClassName
{
background-color: #F29099;
}
.BgClassName
{
background-color: #F29099;
}
</style>
border-color css
<style>
span { border-color: #F29099; }
span { border-color: rgb(242,144,153); }
td.TdClassName
{
border-color: #F29099;
}
.TagClassName
{
border-color: #F29099;
}
</style>