Shades of Tonys Pink #F0A092
Tints of Tonys Pink #F0A092
RGB
CMYK
RGB Variations
Color information
#F0A092 (or 0xF0A092) is known color: Tonys Pink. HEX triplet: F0, A0 and 92. RGB value is (240,160,146). Sum of RGB (Red+Green+Blue) = 240+160+146=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A092 is #0F5F6D. Grayscale: #B6B6B6. Windows color (decimal): -1007470 or 9609456. OLE color: 9609456.
HSL color Cylindrical-coordinate representation of color #F0A092: hue angle of 8.94º 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 #F0A092 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 146 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.06 |
| HSL | 8.94º | 0.76% | 0.76% | - |
| HSV(B) | 8.94º | 0.39% | 0.94% | - |
| XYZ | 53.69 | 45.74 | 33.19 | - |
| YUV | 182.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 146 | 0 | 0.33 | 0.39 | 0.06 | 8.94 | 0.76 | 0.76 |
| Hex | F0 | A0 | 92 | 0 | 21 | 27 | 6 | 9 | 4C | 4C |
| Octal | 360 | 240 | 222 | 0 | 41 | 47 | 6 | 11 | 114 | 114 |
| Binary | 11110000 | 10100000 | 10010010 | 0 | 100001 | 100111 | 110 | 1001 | 1001100 | 1001100 |
Color Harmonies of #F0A092
Complementary color
Monochromatic Colors of #F0A092
Black with #F0A092
Text Example
Text Example
White with #F0A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A092; }
p { color: rgb(240,160,146); }
H1.HeaderClassName
{
color: #F0A092;
}
.AnyTagClassName
{
color: #F0A092;
}
</style>
background-color css
<style>
a { background-color: #F0A092; }
a { background-color: rgb(240,160,146); }
div.DivClassName
{
background-color: #F0A092;
}
.BgClassName
{
background-color: #F0A092;
}
</style>
border-color css
<style>
span { border-color: #F0A092; }
span { border-color: rgb(240,160,146); }
td.TdClassName
{
border-color: #F0A092;
}
.TagClassName
{
border-color: #F0A092;
}
</style>