Shades of Tonys Pink #F0A588
Tints of Tonys Pink #F0A588
RGB
CMYK
RGB Variations
Color information
#F0A588 (or 0xF0A588) is known color: Tonys Pink. HEX triplet: F0, A5 and 88. RGB value is (240,165,136). Sum of RGB (Red+Green+Blue) = 240+165+136=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A588 is #0F5A77. Grayscale: #B8B8B8. Windows color (decimal): -1006200 or 8955376. OLE color: 8955376.
HSL color Cylindrical-coordinate representation of color #F0A588: hue angle of 16.73º 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 #F0A588 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 136 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.06 |
| HSL | 16.73º | 0.78% | 0.74% | - |
| HSV(B) | 16.73º | 0.43% | 0.94% | - |
| XYZ | 53.83 | 47.21 | 29.57 | - |
| YUV | 184.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 136 | 0 | 0.31 | 0.43 | 0.06 | 16.73 | 0.78 | 0.74 |
| Hex | F0 | A5 | 88 | 0 | 1F | 2B | 6 | 11 | 4E | 4A |
| Octal | 360 | 245 | 210 | 0 | 37 | 53 | 6 | 21 | 116 | 112 |
| Binary | 11110000 | 10100101 | 10001000 | 0 | 11111 | 101011 | 110 | 10001 | 1001110 | 1001010 |
Color Harmonies of #F0A588
Complementary color
Monochromatic Colors of #F0A588
Black with #F0A588
Text Example
Text Example
White with #F0A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A588; }
p { color: rgb(240,165,136); }
H1.HeaderClassName
{
color: #F0A588;
}
.AnyTagClassName
{
color: #F0A588;
}
</style>
background-color css
<style>
a { background-color: #F0A588; }
a { background-color: rgb(240,165,136); }
div.DivClassName
{
background-color: #F0A588;
}
.BgClassName
{
background-color: #F0A588;
}
</style>
border-color css
<style>
span { border-color: #F0A588; }
span { border-color: rgb(240,165,136); }
td.TdClassName
{
border-color: #F0A588;
}
.TagClassName
{
border-color: #F0A588;
}
</style>