Shades of Tonys Pink #F1A391
Tints of Tonys Pink #F1A391
RGB
CMYK
RGB Variations
Color information
#F1A391 (or 0xF1A391) is known color: Tonys Pink. HEX triplet: F1, A3 and 91. RGB value is (241,163,145). Sum of RGB (Red+Green+Blue) = 241+163+145=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A391 is #0E5C6E. Grayscale: #B8B8B8. Windows color (decimal): -941167 or 9544689. OLE color: 9544689.
HSL color Cylindrical-coordinate representation of color #F1A391: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1A391 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 145 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.05 |
| HSL | 11.25º | 0.77% | 0.76% | - |
| HSV(B) | 11.25º | 0.4% | 0.95% | - |
| XYZ | 54.48 | 46.94 | 32.98 | - |
| YUV | 184.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 145 | 0 | 0.32 | 0.40 | 0.05 | 11.25 | 0.77 | 0.76 |
| Hex | F1 | A3 | 91 | 0 | 20 | 28 | 5 | B | 4D | 4C |
| Octal | 361 | 243 | 221 | 0 | 40 | 50 | 5 | 13 | 115 | 114 |
| Binary | 11110001 | 10100011 | 10010001 | 0 | 100000 | 101000 | 101 | 1011 | 1001101 | 1001100 |
Color Harmonies of #F1A391
Complementary color
Monochromatic Colors of #F1A391
Black with #F1A391
Text Example
Text Example
White with #F1A391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A391; }
p { color: rgb(241,163,145); }
H1.HeaderClassName
{
color: #F1A391;
}
.AnyTagClassName
{
color: #F1A391;
}
</style>
background-color css
<style>
a { background-color: #F1A391; }
a { background-color: rgb(241,163,145); }
div.DivClassName
{
background-color: #F1A391;
}
.BgClassName
{
background-color: #F1A391;
}
</style>
border-color css
<style>
span { border-color: #F1A391; }
span { border-color: rgb(241,163,145); }
td.TdClassName
{
border-color: #F1A391;
}
.TagClassName
{
border-color: #F1A391;
}
</style>