Shades of Tonys Pink #F09C86
Tints of Tonys Pink #F09C86
RGB
CMYK
RGB Variations
Color information
#F09C86 (or 0xF09C86) is known color: Tonys Pink. HEX triplet: F0, 9C and 86. RGB value is (240,156,134). Sum of RGB (Red+Green+Blue) = 240+156+134=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C86 is #0F6379. Grayscale: #B2B2B2. Windows color (decimal): -1008506 or 8822000. OLE color: 8822000.
HSL color Cylindrical-coordinate representation of color #F09C86: hue angle of 12.45º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F09C86 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 134 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.06 |
| HSL | 12.45º | 0.78% | 0.73% | - |
| HSV(B) | 12.45º | 0.44% | 0.94% | - |
| XYZ | 52.13 | 44.02 | 28.3 | - |
| YUV | 178.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 134 | 0 | 0.35 | 0.44 | 0.06 | 12.45 | 0.78 | 0.73 |
| Hex | F0 | 9C | 86 | 0 | 23 | 2C | 6 | C | 4E | 49 |
| Octal | 360 | 234 | 206 | 0 | 43 | 54 | 6 | 14 | 116 | 111 |
| Binary | 11110000 | 10011100 | 10000110 | 0 | 100011 | 101100 | 110 | 1100 | 1001110 | 1001001 |
Color Harmonies of #F09C86
Complementary color
Monochromatic Colors of #F09C86
Black with #F09C86
Text Example
Text Example
White with #F09C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C86; }
p { color: rgb(240,156,134); }
H1.HeaderClassName
{
color: #F09C86;
}
.AnyTagClassName
{
color: #F09C86;
}
</style>
background-color css
<style>
a { background-color: #F09C86; }
a { background-color: rgb(240,156,134); }
div.DivClassName
{
background-color: #F09C86;
}
.BgClassName
{
background-color: #F09C86;
}
</style>
border-color css
<style>
span { border-color: #F09C86; }
span { border-color: rgb(240,156,134); }
td.TdClassName
{
border-color: #F09C86;
}
.TagClassName
{
border-color: #F09C86;
}
</style>