Shades of Tonys Pink #F09C85
Tints of Tonys Pink #F09C85
RGB
CMYK
RGB Variations
Color information
#F09C85 (or 0xF09C85) is known color: Tonys Pink. HEX triplet: F0, 9C and 85. RGB value is (240,156,133). Sum of RGB (Red+Green+Blue) = 240+156+133=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C85 is #0F637A. Grayscale: #B2B2B2. Windows color (decimal): -1008507 or 8756464. OLE color: 8756464.
HSL color Cylindrical-coordinate representation of color #F09C85: hue angle of 12.9º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F09C85 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 133 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.06 |
| HSL | 12.9º | 0.78% | 0.73% | - |
| HSV(B) | 12.9º | 0.45% | 0.94% | - |
| XYZ | 52.06 | 44 | 27.94 | - |
| YUV | 178.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 133 | 0 | 0.35 | 0.45 | 0.06 | 12.9 | 0.78 | 0.73 |
| Hex | F0 | 9C | 85 | 0 | 23 | 2D | 6 | D | 4E | 49 |
| Octal | 360 | 234 | 205 | 0 | 43 | 55 | 6 | 15 | 116 | 111 |
| Binary | 11110000 | 10011100 | 10000101 | 0 | 100011 | 101101 | 110 | 1101 | 1001110 | 1001001 |
Color Harmonies of #F09C85
Complementary color
Monochromatic Colors of #F09C85
Black with #F09C85
Text Example
Text Example
White with #F09C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C85; }
p { color: rgb(240,156,133); }
H1.HeaderClassName
{
color: #F09C85;
}
.AnyTagClassName
{
color: #F09C85;
}
</style>
background-color css
<style>
a { background-color: #F09C85; }
a { background-color: rgb(240,156,133); }
div.DivClassName
{
background-color: #F09C85;
}
.BgClassName
{
background-color: #F09C85;
}
</style>
border-color css
<style>
span { border-color: #F09C85; }
span { border-color: rgb(240,156,133); }
td.TdClassName
{
border-color: #F09C85;
}
.TagClassName
{
border-color: #F09C85;
}
</style>