Shades of Tonys Pink #F0A592
Tints of Tonys Pink #F0A592
RGB
CMYK
RGB Variations
Color information
#F0A592 (or 0xF0A592) is known color: Tonys Pink. HEX triplet: F0, A5 and 92. RGB value is (240,165,146). Sum of RGB (Red+Green+Blue) = 240+165+146=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A592 is #0F5A6D. Grayscale: #B9B9B9. Windows color (decimal): -1006190 or 9610736. OLE color: 9610736.
HSL color Cylindrical-coordinate representation of color #F0A592: hue angle of 12.13º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0A592 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 146 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.06 |
| HSL | 12.13º | 0.76% | 0.76% | - |
| HSV(B) | 12.13º | 0.39% | 0.94% | - |
| XYZ | 54.58 | 47.51 | 33.49 | - |
| YUV | 185.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 146 | 0 | 0.31 | 0.39 | 0.06 | 12.13 | 0.76 | 0.76 |
| Hex | F0 | A5 | 92 | 0 | 1F | 27 | 6 | C | 4C | 4C |
| Octal | 360 | 245 | 222 | 0 | 37 | 47 | 6 | 14 | 114 | 114 |
| Binary | 11110000 | 10100101 | 10010010 | 0 | 11111 | 100111 | 110 | 1100 | 1001100 | 1001100 |
Color Harmonies of #F0A592
Complementary color
Monochromatic Colors of #F0A592
Black with #F0A592
Text Example
Text Example
White with #F0A592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A592; }
p { color: rgb(240,165,146); }
H1.HeaderClassName
{
color: #F0A592;
}
.AnyTagClassName
{
color: #F0A592;
}
</style>
background-color css
<style>
a { background-color: #F0A592; }
a { background-color: rgb(240,165,146); }
div.DivClassName
{
background-color: #F0A592;
}
.BgClassName
{
background-color: #F0A592;
}
</style>
border-color css
<style>
span { border-color: #F0A592; }
span { border-color: rgb(240,165,146); }
td.TdClassName
{
border-color: #F0A592;
}
.TagClassName
{
border-color: #F0A592;
}
</style>