Shades of Tonys Pink #F2A184
Tints of Tonys Pink #F2A184
RGB
CMYK
RGB Variations
Color information
#F2A184 (or 0xF2A184) is known color: Tonys Pink. HEX triplet: F2, A1 and 84. RGB value is (242,161,132). Sum of RGB (Red+Green+Blue) = 242+161+132=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A184 is #0D5E7B. Grayscale: #B6B6B6. Windows color (decimal): -876156 or 8692210. OLE color: 8692210.
HSL color Cylindrical-coordinate representation of color #F2A184: hue angle of 15.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2A184 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 132 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.05 |
| HSL | 15.82º | 0.81% | 0.73% | - |
| HSV(B) | 15.82º | 0.45% | 0.95% | - |
| XYZ | 53.53 | 46.03 | 27.89 | - |
| YUV | 181.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 132 | 0 | 0.33 | 0.45 | 0.05 | 15.82 | 0.81 | 0.73 |
| Hex | F2 | A1 | 84 | 0 | 21 | 2D | 5 | 10 | 51 | 49 |
| Octal | 362 | 241 | 204 | 0 | 41 | 55 | 5 | 20 | 121 | 111 |
| Binary | 11110010 | 10100001 | 10000100 | 0 | 100001 | 101101 | 101 | 10000 | 1010001 | 1001001 |
Color Harmonies of #F2A184
Complementary color
Monochromatic Colors of #F2A184
Black with #F2A184
Text Example
Text Example
White with #F2A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A184; }
p { color: rgb(242,161,132); }
H1.HeaderClassName
{
color: #F2A184;
}
.AnyTagClassName
{
color: #F2A184;
}
</style>
background-color css
<style>
a { background-color: #F2A184; }
a { background-color: rgb(242,161,132); }
div.DivClassName
{
background-color: #F2A184;
}
.BgClassName
{
background-color: #F2A184;
}
</style>
border-color css
<style>
span { border-color: #F2A184; }
span { border-color: rgb(242,161,132); }
td.TdClassName
{
border-color: #F2A184;
}
.TagClassName
{
border-color: #F2A184;
}
</style>