Shades of Tonys Pink #F29E84
Tints of Tonys Pink #F29E84
RGB
CMYK
RGB Variations
Color information
#F29E84 (or 0xF29E84) is known color: Tonys Pink. HEX triplet: F2, 9E and 84. RGB value is (242,158,132). Sum of RGB (Red+Green+Blue) = 242+158+132=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E84 is #0D617B. Grayscale: #B4B4B4. Windows color (decimal): -876924 or 8691442. OLE color: 8691442.
HSL color Cylindrical-coordinate representation of color #F29E84: hue angle of 14.18º 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 #F29E84 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 132 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.05 |
| HSL | 14.18º | 0.81% | 0.73% | - |
| HSV(B) | 14.18º | 0.45% | 0.95% | - |
| XYZ | 53.01 | 45 | 27.72 | - |
| YUV | 180.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 132 | 0 | 0.35 | 0.45 | 0.05 | 14.18 | 0.81 | 0.73 |
| Hex | F2 | 9E | 84 | 0 | 23 | 2D | 5 | E | 51 | 49 |
| Octal | 362 | 236 | 204 | 0 | 43 | 55 | 5 | 16 | 121 | 111 |
| Binary | 11110010 | 10011110 | 10000100 | 0 | 100011 | 101101 | 101 | 1110 | 1010001 | 1001001 |
Color Harmonies of #F29E84
Complementary color
Monochromatic Colors of #F29E84
Black with #F29E84
Text Example
Text Example
White with #F29E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E84; }
p { color: rgb(242,158,132); }
H1.HeaderClassName
{
color: #F29E84;
}
.AnyTagClassName
{
color: #F29E84;
}
</style>
background-color css
<style>
a { background-color: #F29E84; }
a { background-color: rgb(242,158,132); }
div.DivClassName
{
background-color: #F29E84;
}
.BgClassName
{
background-color: #F29E84;
}
</style>
border-color css
<style>
span { border-color: #F29E84; }
span { border-color: rgb(242,158,132); }
td.TdClassName
{
border-color: #F29E84;
}
.TagClassName
{
border-color: #F29E84;
}
</style>