Shades of Tonys Pink #F1A78D
Tints of Tonys Pink #F1A78D
RGB
CMYK
RGB Variations
Color information
#F1A78D (or 0xF1A78D) is known color: Tonys Pink. HEX triplet: F1, A7 and 8D. RGB value is (241,167,141). Sum of RGB (Red+Green+Blue) = 241+167+141=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A78D is #0E5872. Grayscale: #BABABA. Windows color (decimal): -940147 or 9283569. OLE color: 9283569.
HSL color Cylindrical-coordinate representation of color #F1A78D: hue angle of 15.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1A78D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 167 | 141 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.05 |
| HSL | 15.6º | 0.78% | 0.75% | - |
| HSV(B) | 15.6º | 0.41% | 0.95% | - |
| XYZ | 54.9 | 48.26 | 31.62 | - |
| YUV | 186.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 141 | 0 | 0.31 | 0.41 | 0.05 | 15.6 | 0.78 | 0.75 |
| Hex | F1 | A7 | 8D | 0 | 1F | 29 | 5 | 10 | 4E | 4B |
| Octal | 361 | 247 | 215 | 0 | 37 | 51 | 5 | 20 | 116 | 113 |
| Binary | 11110001 | 10100111 | 10001101 | 0 | 11111 | 101001 | 101 | 10000 | 1001110 | 1001011 |
Color Harmonies of #F1A78D
Complementary color
Monochromatic Colors of #F1A78D
Black with #F1A78D
Text Example
Text Example
White with #F1A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A78D; }
p { color: rgb(241,167,141); }
H1.HeaderClassName
{
color: #F1A78D;
}
.AnyTagClassName
{
color: #F1A78D;
}
</style>
background-color css
<style>
a { background-color: #F1A78D; }
a { background-color: rgb(241,167,141); }
div.DivClassName
{
background-color: #F1A78D;
}
.BgClassName
{
background-color: #F1A78D;
}
</style>
border-color css
<style>
span { border-color: #F1A78D; }
span { border-color: rgb(241,167,141); }
td.TdClassName
{
border-color: #F1A78D;
}
.TagClassName
{
border-color: #F1A78D;
}
</style>