Shades of Tonys Pink #F0A192
Tints of Tonys Pink #F0A192
RGB
CMYK
RGB Variations
Color information
#F0A192 (or 0xF0A192) is known color: Tonys Pink. HEX triplet: F0, A1 and 92. RGB value is (240,161,146). Sum of RGB (Red+Green+Blue) = 240+161+146=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A192 is #0F5E6D. Grayscale: #B7B7B7. Windows color (decimal): -1007214 or 9609712. OLE color: 9609712.
HSL color Cylindrical-coordinate representation of color #F0A192: hue angle of 9.57º 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 #F0A192 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 146 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.06 |
| HSL | 9.57º | 0.76% | 0.76% | - |
| HSV(B) | 9.57º | 0.39% | 0.94% | - |
| XYZ | 53.87 | 46.09 | 33.25 | - |
| YUV | 182.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 146 | 0 | 0.33 | 0.39 | 0.06 | 9.57 | 0.76 | 0.76 |
| Hex | F0 | A1 | 92 | 0 | 21 | 27 | 6 | A | 4C | 4C |
| Octal | 360 | 241 | 222 | 0 | 41 | 47 | 6 | 12 | 114 | 114 |
| Binary | 11110000 | 10100001 | 10010010 | 0 | 100001 | 100111 | 110 | 1010 | 1001100 | 1001100 |
Color Harmonies of #F0A192
Complementary color
Monochromatic Colors of #F0A192
Black with #F0A192
Text Example
Text Example
White with #F0A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A192; }
p { color: rgb(240,161,146); }
H1.HeaderClassName
{
color: #F0A192;
}
.AnyTagClassName
{
color: #F0A192;
}
</style>
background-color css
<style>
a { background-color: #F0A192; }
a { background-color: rgb(240,161,146); }
div.DivClassName
{
background-color: #F0A192;
}
.BgClassName
{
background-color: #F0A192;
}
</style>
border-color css
<style>
span { border-color: #F0A192; }
span { border-color: rgb(240,161,146); }
td.TdClassName
{
border-color: #F0A192;
}
.TagClassName
{
border-color: #F0A192;
}
</style>