Shades of Tonys Pink #F2A591
Tints of Tonys Pink #F2A591
RGB
CMYK
RGB Variations
Color information
#F2A591 (or 0xF2A591) is known color: Tonys Pink. HEX triplet: F2, A5 and 91. RGB value is (242,165,145). Sum of RGB (Red+Green+Blue) = 242+165+145=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A591 is #0D5A6E. Grayscale: #B9B9B9. Windows color (decimal): -875119 or 9545202. OLE color: 9545202.
HSL color Cylindrical-coordinate representation of color #F2A591: hue angle of 12.37º degrees, saturation: 0.79, 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 #F2A591 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 145 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.05 |
| HSL | 12.37º | 0.79% | 0.76% | - |
| HSV(B) | 12.37º | 0.4% | 0.95% | - |
| XYZ | 55.18 | 47.83 | 33.11 | - |
| YUV | 185.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 145 | 0 | 0.32 | 0.40 | 0.05 | 12.37 | 0.79 | 0.76 |
| Hex | F2 | A5 | 91 | 0 | 20 | 28 | 5 | C | 4F | 4C |
| Octal | 362 | 245 | 221 | 0 | 40 | 50 | 5 | 14 | 117 | 114 |
| Binary | 11110010 | 10100101 | 10010001 | 0 | 100000 | 101000 | 101 | 1100 | 1001111 | 1001100 |
Color Harmonies of #F2A591
Complementary color
Monochromatic Colors of #F2A591
Black with #F2A591
Text Example
Text Example
White with #F2A591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A591; }
p { color: rgb(242,165,145); }
H1.HeaderClassName
{
color: #F2A591;
}
.AnyTagClassName
{
color: #F2A591;
}
</style>
background-color css
<style>
a { background-color: #F2A591; }
a { background-color: rgb(242,165,145); }
div.DivClassName
{
background-color: #F2A591;
}
.BgClassName
{
background-color: #F2A591;
}
</style>
border-color css
<style>
span { border-color: #F2A591; }
span { border-color: rgb(242,165,145); }
td.TdClassName
{
border-color: #F2A591;
}
.TagClassName
{
border-color: #F2A591;
}
</style>