Shades of Tonys Pink #F29F83
Tints of Tonys Pink #F29F83
RGB
CMYK
RGB Variations
Color information
#F29F83 (or 0xF29F83) is known color: Tonys Pink. HEX triplet: F2, 9F and 83. RGB value is (242,159,131). Sum of RGB (Red+Green+Blue) = 242+159+131=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F83 is #0D607C. Grayscale: #B4B4B4. Windows color (decimal): -876669 or 8626162. OLE color: 8626162.
HSL color Cylindrical-coordinate representation of color #F29F83: hue angle of 15.14º 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 #F29F83 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 131 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.05 |
| HSL | 15.14º | 0.81% | 0.73% | - |
| HSV(B) | 15.14º | 0.46% | 0.95% | - |
| XYZ | 53.11 | 45.31 | 27.42 | - |
| YUV | 180.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 131 | 0 | 0.34 | 0.46 | 0.05 | 15.14 | 0.81 | 0.73 |
| Hex | F2 | 9F | 83 | 0 | 22 | 2E | 5 | F | 51 | 49 |
| Octal | 362 | 237 | 203 | 0 | 42 | 56 | 5 | 17 | 121 | 111 |
| Binary | 11110010 | 10011111 | 10000011 | 0 | 100010 | 101110 | 101 | 1111 | 1010001 | 1001001 |
Color Harmonies of #F29F83
Complementary color
Monochromatic Colors of #F29F83
Black with #F29F83
Text Example
Text Example
White with #F29F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F83; }
p { color: rgb(242,159,131); }
H1.HeaderClassName
{
color: #F29F83;
}
.AnyTagClassName
{
color: #F29F83;
}
</style>
background-color css
<style>
a { background-color: #F29F83; }
a { background-color: rgb(242,159,131); }
div.DivClassName
{
background-color: #F29F83;
}
.BgClassName
{
background-color: #F29F83;
}
</style>
border-color css
<style>
span { border-color: #F29F83; }
span { border-color: rgb(242,159,131); }
td.TdClassName
{
border-color: #F29F83;
}
.TagClassName
{
border-color: #F29F83;
}
</style>