Shades of Tonys Pink #F0A990
Tints of Tonys Pink #F0A990
RGB
CMYK
RGB Variations
Color information
#F0A990 (or 0xF0A990) is known color: Tonys Pink. HEX triplet: F0, A9 and 90. RGB value is (240,169,144). Sum of RGB (Red+Green+Blue) = 240+169+144=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A990 is #0F566F. Grayscale: #BBBBBB. Windows color (decimal): -1005168 or 9480688. OLE color: 9480688.
HSL color Cylindrical-coordinate representation of color #F0A990: hue angle of 15.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0A990 is Cyan = 0, Magento = 0.30, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 144 | - |
| CMYK | 0 | 0.30 | 0.4 | 0.06 |
| HSL | 15.63º | 0.76% | 0.75% | - |
| HSV(B) | 15.63º | 0.4% | 0.94% | - |
| XYZ | 55.16 | 48.91 | 32.92 | - |
| YUV | 187.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 144 | 0 | 0.30 | 0.4 | 0.06 | 15.63 | 0.76 | 0.75 |
| Hex | F0 | A9 | 90 | 0 | 1E | 28 | 6 | 10 | 4C | 4B |
| Octal | 360 | 251 | 220 | 0 | 36 | 50 | 6 | 20 | 114 | 113 |
| Binary | 11110000 | 10101001 | 10010000 | 0 | 11110 | 101000 | 110 | 10000 | 1001100 | 1001011 |
Color Harmonies of #F0A990
Complementary color
Monochromatic Colors of #F0A990
Black with #F0A990
Text Example
Text Example
White with #F0A990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A990; }
p { color: rgb(240,169,144); }
H1.HeaderClassName
{
color: #F0A990;
}
.AnyTagClassName
{
color: #F0A990;
}
</style>
background-color css
<style>
a { background-color: #F0A990; }
a { background-color: rgb(240,169,144); }
div.DivClassName
{
background-color: #F0A990;
}
.BgClassName
{
background-color: #F0A990;
}
</style>
border-color css
<style>
span { border-color: #F0A990; }
span { border-color: rgb(240,169,144); }
td.TdClassName
{
border-color: #F0A990;
}
.TagClassName
{
border-color: #F0A990;
}
</style>