Shades of Tonys Pink #F29E8D
Tints of Tonys Pink #F29E8D
RGB
CMYK
RGB Variations
Color information
#F29E8D (or 0xF29E8D) is known color: Tonys Pink. HEX triplet: F2, 9E and 8D. RGB value is (242,158,141). Sum of RGB (Red+Green+Blue) = 242+158+141=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E8D is #0D6172. Grayscale: #B5B5B5. Windows color (decimal): -876915 or 9281266. OLE color: 9281266.
HSL color Cylindrical-coordinate representation of color #F29E8D: hue angle of 10.1º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F29E8D is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 141 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.05 |
| HSL | 10.1º | 0.8% | 0.75% | - |
| HSV(B) | 10.1º | 0.42% | 0.95% | - |
| XYZ | 53.65 | 45.25 | 31.11 | - |
| YUV | 181.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 141 | 0 | 0.35 | 0.42 | 0.05 | 10.1 | 0.8 | 0.75 |
| Hex | F2 | 9E | 8D | 0 | 23 | 2A | 5 | A | 50 | 4B |
| Octal | 362 | 236 | 215 | 0 | 43 | 52 | 5 | 12 | 120 | 113 |
| Binary | 11110010 | 10011110 | 10001101 | 0 | 100011 | 101010 | 101 | 1010 | 1010000 | 1001011 |
Color Harmonies of #F29E8D
Complementary color
Monochromatic Colors of #F29E8D
Black with #F29E8D
Text Example
Text Example
White with #F29E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E8D; }
p { color: rgb(242,158,141); }
H1.HeaderClassName
{
color: #F29E8D;
}
.AnyTagClassName
{
color: #F29E8D;
}
</style>
background-color css
<style>
a { background-color: #F29E8D; }
a { background-color: rgb(242,158,141); }
div.DivClassName
{
background-color: #F29E8D;
}
.BgClassName
{
background-color: #F29E8D;
}
</style>
border-color css
<style>
span { border-color: #F29E8D; }
span { border-color: rgb(242,158,141); }
td.TdClassName
{
border-color: #F29E8D;
}
.TagClassName
{
border-color: #F29E8D;
}
</style>