Shades of Tonys Pink #F2A082
Tints of Tonys Pink #F2A082
RGB
CMYK
RGB Variations
Color information
#F2A082 (or 0xF2A082) is known color: Tonys Pink. HEX triplet: F2, A0 and 82. RGB value is (242,160,130). Sum of RGB (Red+Green+Blue) = 242+160+130=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A082 is #0D5F7D. Grayscale: #B5B5B5. Windows color (decimal): -876414 or 8560882. OLE color: 8560882.
HSL color Cylindrical-coordinate representation of color #F2A082: hue angle of 16.07º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2A082 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 130 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.05 |
| HSL | 16.07º | 0.81% | 0.73% | - |
| HSV(B) | 16.07º | 0.46% | 0.95% | - |
| XYZ | 53.22 | 45.63 | 27.12 | - |
| YUV | 181.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 130 | 0 | 0.34 | 0.46 | 0.05 | 16.07 | 0.81 | 0.73 |
| Hex | F2 | A0 | 82 | 0 | 22 | 2E | 5 | 10 | 51 | 49 |
| Octal | 362 | 240 | 202 | 0 | 42 | 56 | 5 | 20 | 121 | 111 |
| Binary | 11110010 | 10100000 | 10000010 | 0 | 100010 | 101110 | 101 | 10000 | 1010001 | 1001001 |
Color Harmonies of #F2A082
Complementary color
Monochromatic Colors of #F2A082
Black with #F2A082
Text Example
Text Example
White with #F2A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A082; }
p { color: rgb(242,160,130); }
H1.HeaderClassName
{
color: #F2A082;
}
.AnyTagClassName
{
color: #F2A082;
}
</style>
background-color css
<style>
a { background-color: #F2A082; }
a { background-color: rgb(242,160,130); }
div.DivClassName
{
background-color: #F2A082;
}
.BgClassName
{
background-color: #F2A082;
}
</style>
border-color css
<style>
span { border-color: #F2A082; }
span { border-color: rgb(242,160,130); }
td.TdClassName
{
border-color: #F2A082;
}
.TagClassName
{
border-color: #F2A082;
}
</style>