Shades of Tacao #F2AB7A
Tints of Tacao #F2AB7A
RGB
CMYK
RGB Variations
Color information
#F2AB7A (or 0xF2AB7A) is known color: Tacao. HEX triplet: F2, AB and 7A. RGB value is (242,171,122). Sum of RGB (Red+Green+Blue) = 242+171+122=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB7A is #0D5485. Grayscale: #BABABA. Windows color (decimal): -873606 or 8039410. OLE color: 8039410.
HSL color Cylindrical-coordinate representation of color #F2AB7A: hue angle of 24.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2AB7A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 122 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.05 |
| HSL | 24.5º | 0.82% | 0.71% | - |
| HSV(B) | 24.5º | 0.5% | 0.95% | - |
| XYZ | 54.69 | 49.41 | 25.07 | - |
| YUV | 186.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 122 | 0 | 0.29 | 0.50 | 0.05 | 24.5 | 0.82 | 0.71 |
| Hex | F2 | AB | 7A | 0 | 1D | 32 | 5 | 18 | 52 | 47 |
| Octal | 362 | 253 | 172 | 0 | 35 | 62 | 5 | 30 | 122 | 107 |
| Binary | 11110010 | 10101011 | 1111010 | 0 | 11101 | 110010 | 101 | 11000 | 1010010 | 1000111 |
Color Harmonies of #F2AB7A
Complementary color
Monochromatic Colors of #F2AB7A
Black with #F2AB7A
Text Example
Text Example
White with #F2AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB7A; }
p { color: rgb(242,171,122); }
H1.HeaderClassName
{
color: #F2AB7A;
}
.AnyTagClassName
{
color: #F2AB7A;
}
</style>
background-color css
<style>
a { background-color: #F2AB7A; }
a { background-color: rgb(242,171,122); }
div.DivClassName
{
background-color: #F2AB7A;
}
.BgClassName
{
background-color: #F2AB7A;
}
</style>
border-color css
<style>
span { border-color: #F2AB7A; }
span { border-color: rgb(242,171,122); }
td.TdClassName
{
border-color: #F2AB7A;
}
.TagClassName
{
border-color: #F2AB7A;
}
</style>