Shades of Tonys Pink #F1A58D
Tints of Tonys Pink #F1A58D
RGB
CMYK
RGB Variations
Color information
#F1A58D (or 0xF1A58D) is known color: Tonys Pink. HEX triplet: F1, A5 and 8D. RGB value is (241,165,141). Sum of RGB (Red+Green+Blue) = 241+165+141=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A58D is #0E5A72. Grayscale: #B9B9B9. Windows color (decimal): -940659 or 9283057. OLE color: 9283057.
HSL color Cylindrical-coordinate representation of color #F1A58D: hue angle of 14.4º 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 #F1A58D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 141 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.05 |
| HSL | 14.4º | 0.78% | 0.75% | - |
| HSV(B) | 14.4º | 0.41% | 0.95% | - |
| XYZ | 54.54 | 47.53 | 31.5 | - |
| YUV | 184.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 141 | 0 | 0.32 | 0.41 | 0.05 | 14.4 | 0.78 | 0.75 |
| Hex | F1 | A5 | 8D | 0 | 20 | 29 | 5 | E | 4E | 4B |
| Octal | 361 | 245 | 215 | 0 | 40 | 51 | 5 | 16 | 116 | 113 |
| Binary | 11110001 | 10100101 | 10001101 | 0 | 100000 | 101001 | 101 | 1110 | 1001110 | 1001011 |
Color Harmonies of #F1A58D
Complementary color
Monochromatic Colors of #F1A58D
Black with #F1A58D
Text Example
Text Example
White with #F1A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A58D; }
p { color: rgb(241,165,141); }
H1.HeaderClassName
{
color: #F1A58D;
}
.AnyTagClassName
{
color: #F1A58D;
}
</style>
background-color css
<style>
a { background-color: #F1A58D; }
a { background-color: rgb(241,165,141); }
div.DivClassName
{
background-color: #F1A58D;
}
.BgClassName
{
background-color: #F1A58D;
}
</style>
border-color css
<style>
span { border-color: #F1A58D; }
span { border-color: rgb(241,165,141); }
td.TdClassName
{
border-color: #F1A58D;
}
.TagClassName
{
border-color: #F1A58D;
}
</style>