Shades of Wewak #F099A1
Tints of Wewak #F099A1
RGB
CMYK
RGB Variations
Color information
#F099A1 (or 0xF099A1) is known color: Wewak. HEX triplet: F0, 99 and A1. RGB value is (240,153,161). Sum of RGB (Red+Green+Blue) = 240+153+161=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F099A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F099A1 is #0F665E. Grayscale: #B3B3B3. Windows color (decimal): -1009247 or 10590704. OLE color: 10590704.
HSL color Cylindrical-coordinate representation of color #F099A1: hue angle of 354.48º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099A1 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 161 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.06 |
| HSL | 354.48º | 0.74% | 0.77% | - |
| HSV(B) | 354.48º | 0.36% | 0.94% | - |
| XYZ | 53.76 | 43.88 | 39.35 | - |
| YUV | 179.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 161 | 0 | 0.36 | 0.33 | 0.06 | 354.48 | 0.74 | 0.77 |
| Hex | F0 | 99 | A1 | 0 | 24 | 21 | 6 | 162 | 4A | 4D |
| Octal | 360 | 231 | 241 | 0 | 44 | 41 | 6 | 542 | 112 | 115 |
| Binary | 11110000 | 10011001 | 10100001 | 0 | 100100 | 100001 | 110 | 101100010 | 1001010 | 1001101 |
Color Harmonies of #F099A1
Complementary color
Monochromatic Colors of #F099A1
Black with #F099A1
Text Example
Text Example
White with #F099A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099A1; }
p { color: rgb(240,153,161); }
H1.HeaderClassName
{
color: #F099A1;
}
.AnyTagClassName
{
color: #F099A1;
}
</style>
background-color css
<style>
a { background-color: #F099A1; }
a { background-color: rgb(240,153,161); }
div.DivClassName
{
background-color: #F099A1;
}
.BgClassName
{
background-color: #F099A1;
}
</style>
border-color css
<style>
span { border-color: #F099A1; }
span { border-color: rgb(240,153,161); }
td.TdClassName
{
border-color: #F099A1;
}
.TagClassName
{
border-color: #F099A1;
}
</style>