Shades of Tonys Pink #F3A391
Tints of Tonys Pink #F3A391
RGB
CMYK
RGB Variations
Color information
#F3A391 (or 0xF3A391) is known color: Tonys Pink. HEX triplet: F3, A3 and 91. RGB value is (243,163,145). Sum of RGB (Red+Green+Blue) = 243+163+145=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A391 is #0C5C6E. Grayscale: #B9B9B9. Windows color (decimal): -810095 or 9544691. OLE color: 9544691.
HSL color Cylindrical-coordinate representation of color #F3A391: hue angle of 11.02º degrees, saturation: 0.8, 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 #F3A391 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 145 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.05 |
| HSL | 11.02º | 0.8% | 0.76% | - |
| HSV(B) | 11.02º | 0.4% | 0.95% | - |
| XYZ | 55.17 | 47.29 | 33.01 | - |
| YUV | 184.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 145 | 0 | 0.33 | 0.40 | 0.05 | 11.02 | 0.8 | 0.76 |
| Hex | F3 | A3 | 91 | 0 | 21 | 28 | 5 | B | 50 | 4C |
| Octal | 363 | 243 | 221 | 0 | 41 | 50 | 5 | 13 | 120 | 114 |
| Binary | 11110011 | 10100011 | 10010001 | 0 | 100001 | 101000 | 101 | 1011 | 1010000 | 1001100 |
Color Harmonies of #F3A391
Complementary color
Monochromatic Colors of #F3A391
Black with #F3A391
Text Example
Text Example
White with #F3A391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A391; }
p { color: rgb(243,163,145); }
H1.HeaderClassName
{
color: #F3A391;
}
.AnyTagClassName
{
color: #F3A391;
}
</style>
background-color css
<style>
a { background-color: #F3A391; }
a { background-color: rgb(243,163,145); }
div.DivClassName
{
background-color: #F3A391;
}
.BgClassName
{
background-color: #F3A391;
}
</style>
border-color css
<style>
span { border-color: #F3A391; }
span { border-color: rgb(243,163,145); }
td.TdClassName
{
border-color: #F3A391;
}
.TagClassName
{
border-color: #F3A391;
}
</style>