Shades of Tonys Pink #F29F8E
Tints of Tonys Pink #F29F8E
RGB
CMYK
RGB Variations
Color information
#F29F8E (or 0xF29F8E) is known color: Tonys Pink. HEX triplet: F2, 9F and 8E. RGB value is (242,159,142). Sum of RGB (Red+Green+Blue) = 242+159+142=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29F8E is #0D6071. Grayscale: #B6B6B6. Windows color (decimal): -876658 or 9347058. OLE color: 9347058.
HSL color Cylindrical-coordinate representation of color #F29F8E: hue angle of 10.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F29F8E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 142 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.05 |
| HSL | 10.2º | 0.79% | 0.75% | - |
| HSV(B) | 10.2º | 0.41% | 0.95% | - |
| XYZ | 53.9 | 45.63 | 31.56 | - |
| YUV | 181.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 142 | 0 | 0.34 | 0.41 | 0.05 | 10.2 | 0.79 | 0.75 |
| Hex | F2 | 9F | 8E | 0 | 22 | 29 | 5 | A | 4F | 4B |
| Octal | 362 | 237 | 216 | 0 | 42 | 51 | 5 | 12 | 117 | 113 |
| Binary | 11110010 | 10011111 | 10001110 | 0 | 100010 | 101001 | 101 | 1010 | 1001111 | 1001011 |
Color Harmonies of #F29F8E
Complementary color
Monochromatic Colors of #F29F8E
Black with #F29F8E
Text Example
Text Example
White with #F29F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F8E; }
p { color: rgb(242,159,142); }
H1.HeaderClassName
{
color: #F29F8E;
}
.AnyTagClassName
{
color: #F29F8E;
}
</style>
background-color css
<style>
a { background-color: #F29F8E; }
a { background-color: rgb(242,159,142); }
div.DivClassName
{
background-color: #F29F8E;
}
.BgClassName
{
background-color: #F29F8E;
}
</style>
border-color css
<style>
span { border-color: #F29F8E; }
span { border-color: rgb(242,159,142); }
td.TdClassName
{
border-color: #F29F8E;
}
.TagClassName
{
border-color: #F29F8E;
}
</style>