Shades of Tacao #F1AA7A
Tints of Tacao #F1AA7A
RGB
CMYK
RGB Variations
Color information
#F1AA7A (or 0xF1AA7A) is known color: Tacao. HEX triplet: F1, AA and 7A. RGB value is (241,170,122). Sum of RGB (Red+Green+Blue) = 241+170+122=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AA7A is #0E5585. Grayscale: #BABABA. Windows color (decimal): -939398 or 8039153. OLE color: 8039153.
HSL color Cylindrical-coordinate representation of color #F1AA7A: hue angle of 24.2º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1AA7A is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 122 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.05 |
| HSL | 24.2º | 0.81% | 0.71% | - |
| HSV(B) | 24.2º | 0.49% | 0.95% | - |
| XYZ | 54.16 | 48.86 | 24.99 | - |
| YUV | 185.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 122 | 0 | 0.29 | 0.49 | 0.05 | 24.2 | 0.81 | 0.71 |
| Hex | F1 | AA | 7A | 0 | 1D | 31 | 5 | 18 | 51 | 47 |
| Octal | 361 | 252 | 172 | 0 | 35 | 61 | 5 | 30 | 121 | 107 |
| Binary | 11110001 | 10101010 | 1111010 | 0 | 11101 | 110001 | 101 | 11000 | 1010001 | 1000111 |
Color Harmonies of #F1AA7A
Complementary color
Monochromatic Colors of #F1AA7A
Black with #F1AA7A
Text Example
Text Example
White with #F1AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA7A; }
p { color: rgb(241,170,122); }
H1.HeaderClassName
{
color: #F1AA7A;
}
.AnyTagClassName
{
color: #F1AA7A;
}
</style>
background-color css
<style>
a { background-color: #F1AA7A; }
a { background-color: rgb(241,170,122); }
div.DivClassName
{
background-color: #F1AA7A;
}
.BgClassName
{
background-color: #F1AA7A;
}
</style>
border-color css
<style>
span { border-color: #F1AA7A; }
span { border-color: rgb(241,170,122); }
td.TdClassName
{
border-color: #F1AA7A;
}
.TagClassName
{
border-color: #F1AA7A;
}
</style>