Shades of Tonys Pink #F29C89
Tints of Tonys Pink #F29C89
RGB
CMYK
RGB Variations
Color information
#F29C89 (or 0xF29C89) is known color: Tonys Pink. HEX triplet: F2, 9C and 89. RGB value is (242,156,137). Sum of RGB (Red+Green+Blue) = 242+156+137=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29C89 is #0D6376. Grayscale: #B3B3B3. Windows color (decimal): -877431 or 9018610. OLE color: 9018610.
HSL color Cylindrical-coordinate representation of color #F29C89: hue angle of 10.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F29C89 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 137 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.05 |
| HSL | 10.86º | 0.8% | 0.74% | - |
| HSV(B) | 10.86º | 0.43% | 0.95% | - |
| XYZ | 53.02 | 44.46 | 29.45 | - |
| YUV | 179.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 137 | 0 | 0.36 | 0.43 | 0.05 | 10.86 | 0.8 | 0.74 |
| Hex | F2 | 9C | 89 | 0 | 24 | 2B | 5 | B | 50 | 4A |
| Octal | 362 | 234 | 211 | 0 | 44 | 53 | 5 | 13 | 120 | 112 |
| Binary | 11110010 | 10011100 | 10001001 | 0 | 100100 | 101011 | 101 | 1011 | 1010000 | 1001010 |
Color Harmonies of #F29C89
Complementary color
Monochromatic Colors of #F29C89
Black with #F29C89
Text Example
Text Example
White with #F29C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C89; }
p { color: rgb(242,156,137); }
H1.HeaderClassName
{
color: #F29C89;
}
.AnyTagClassName
{
color: #F29C89;
}
</style>
background-color css
<style>
a { background-color: #F29C89; }
a { background-color: rgb(242,156,137); }
div.DivClassName
{
background-color: #F29C89;
}
.BgClassName
{
background-color: #F29C89;
}
</style>
border-color css
<style>
span { border-color: #F29C89; }
span { border-color: rgb(242,156,137); }
td.TdClassName
{
border-color: #F29C89;
}
.TagClassName
{
border-color: #F29C89;
}
</style>