Shades of Tonys Pink #F29F80
Tints of Tonys Pink #F29F80
RGB
CMYK
RGB Variations
Color information
#F29F80 (or 0xF29F80) is known color: Tonys Pink. HEX triplet: F2, 9F and 80. RGB value is (242,159,128). Sum of RGB (Red+Green+Blue) = 242+159+128=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F80 is #0D607F. Grayscale: #B4B4B4. Windows color (decimal): -876672 or 8429554. OLE color: 8429554.
HSL color Cylindrical-coordinate representation of color #F29F80: hue angle of 16.32º 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 #F29F80 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 128 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.05 |
| HSL | 16.32º | 0.81% | 0.73% | - |
| HSV(B) | 16.32º | 0.47% | 0.95% | - |
| XYZ | 52.91 | 45.23 | 26.36 | - |
| YUV | 180.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 128 | 0 | 0.34 | 0.47 | 0.05 | 16.32 | 0.81 | 0.73 |
| Hex | F2 | 9F | 80 | 0 | 22 | 2F | 5 | 10 | 51 | 49 |
| Octal | 362 | 237 | 200 | 0 | 42 | 57 | 5 | 20 | 121 | 111 |
| Binary | 11110010 | 10011111 | 10000000 | 0 | 100010 | 101111 | 101 | 10000 | 1010001 | 1001001 |
Color Harmonies of #F29F80
Complementary color
Monochromatic Colors of #F29F80
Black with #F29F80
Text Example
Text Example
White with #F29F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F80; }
p { color: rgb(242,159,128); }
H1.HeaderClassName
{
color: #F29F80;
}
.AnyTagClassName
{
color: #F29F80;
}
</style>
background-color css
<style>
a { background-color: #F29F80; }
a { background-color: rgb(242,159,128); }
div.DivClassName
{
background-color: #F29F80;
}
.BgClassName
{
background-color: #F29F80;
}
</style>
border-color css
<style>
span { border-color: #F29F80; }
span { border-color: rgb(242,159,128); }
td.TdClassName
{
border-color: #F29F80;
}
.TagClassName
{
border-color: #F29F80;
}
</style>