Shades of Tonys Pink #F0A788
Tints of Tonys Pink #F0A788
RGB
CMYK
RGB Variations
Color information
#F0A788 (or 0xF0A788) is known color: Tonys Pink. HEX triplet: F0, A7 and 88. RGB value is (240,167,136). Sum of RGB (Red+Green+Blue) = 240+167+136=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A788 is #0F5877. Grayscale: #B9B9B9. Windows color (decimal): -1005688 or 8955888. OLE color: 8955888.
HSL color Cylindrical-coordinate representation of color #F0A788: hue angle of 17.88º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0A788 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 136 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.06 |
| HSL | 17.88º | 0.78% | 0.74% | - |
| HSV(B) | 17.88º | 0.43% | 0.94% | - |
| XYZ | 54.2 | 47.94 | 29.69 | - |
| YUV | 185.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 136 | 0 | 0.30 | 0.43 | 0.06 | 17.88 | 0.78 | 0.74 |
| Hex | F0 | A7 | 88 | 0 | 1E | 2B | 6 | 12 | 4E | 4A |
| Octal | 360 | 247 | 210 | 0 | 36 | 53 | 6 | 22 | 116 | 112 |
| Binary | 11110000 | 10100111 | 10001000 | 0 | 11110 | 101011 | 110 | 10010 | 1001110 | 1001010 |
Color Harmonies of #F0A788
Complementary color
Monochromatic Colors of #F0A788
Black with #F0A788
Text Example
Text Example
White with #F0A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A788; }
p { color: rgb(240,167,136); }
H1.HeaderClassName
{
color: #F0A788;
}
.AnyTagClassName
{
color: #F0A788;
}
</style>
background-color css
<style>
a { background-color: #F0A788; }
a { background-color: rgb(240,167,136); }
div.DivClassName
{
background-color: #F0A788;
}
.BgClassName
{
background-color: #F0A788;
}
</style>
border-color css
<style>
span { border-color: #F0A788; }
span { border-color: rgb(240,167,136); }
td.TdClassName
{
border-color: #F0A788;
}
.TagClassName
{
border-color: #F0A788;
}
</style>