Shades of Tonys Pink #F2A081
Tints of Tonys Pink #F2A081
RGB
CMYK
RGB Variations
Color information
#F2A081 (or 0xF2A081) is known color: Tonys Pink. HEX triplet: F2, A0 and 81. RGB value is (242,160,129). Sum of RGB (Red+Green+Blue) = 242+160+129=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A081 is #0D5F7E. Grayscale: #B5B5B5. Windows color (decimal): -876415 or 8495346. OLE color: 8495346.
HSL color Cylindrical-coordinate representation of color #F2A081: hue angle of 16.46º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2A081 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 129 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.05 |
| HSL | 16.46º | 0.81% | 0.73% | - |
| HSV(B) | 16.46º | 0.47% | 0.95% | - |
| XYZ | 53.15 | 45.6 | 26.77 | - |
| YUV | 180.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 129 | 0 | 0.34 | 0.47 | 0.05 | 16.46 | 0.81 | 0.73 |
| Hex | F2 | A0 | 81 | 0 | 22 | 2F | 5 | 10 | 51 | 49 |
| Octal | 362 | 240 | 201 | 0 | 42 | 57 | 5 | 20 | 121 | 111 |
| Binary | 11110010 | 10100000 | 10000001 | 0 | 100010 | 101111 | 101 | 10000 | 1010001 | 1001001 |
Color Harmonies of #F2A081
Complementary color
Monochromatic Colors of #F2A081
Black with #F2A081
Text Example
Text Example
White with #F2A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A081; }
p { color: rgb(242,160,129); }
H1.HeaderClassName
{
color: #F2A081;
}
.AnyTagClassName
{
color: #F2A081;
}
</style>
background-color css
<style>
a { background-color: #F2A081; }
a { background-color: rgb(242,160,129); }
div.DivClassName
{
background-color: #F2A081;
}
.BgClassName
{
background-color: #F2A081;
}
</style>
border-color css
<style>
span { border-color: #F2A081; }
span { border-color: rgb(242,160,129); }
td.TdClassName
{
border-color: #F2A081;
}
.TagClassName
{
border-color: #F2A081;
}
</style>