Shades of Tonys Pink #F0A68F
Tints of Tonys Pink #F0A68F
RGB
CMYK
RGB Variations
Color information
#F0A68F (or 0xF0A68F) is known color: Tonys Pink. HEX triplet: F0, A6 and 8F. RGB value is (240,166,143). Sum of RGB (Red+Green+Blue) = 240+166+143=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A68F is #0F5970. Grayscale: #B9B9B9. Windows color (decimal): -1005937 or 9414384. OLE color: 9414384.
HSL color Cylindrical-coordinate representation of color #F0A68F: hue angle of 14.23º 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 #F0A68F is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 143 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.06 |
| HSL | 14.23º | 0.76% | 0.75% | - |
| HSV(B) | 14.23º | 0.4% | 0.94% | - |
| XYZ | 54.53 | 47.78 | 32.34 | - |
| YUV | 185.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 143 | 0 | 0.31 | 0.40 | 0.06 | 14.23 | 0.76 | 0.75 |
| Hex | F0 | A6 | 8F | 0 | 1F | 28 | 6 | E | 4C | 4B |
| Octal | 360 | 246 | 217 | 0 | 37 | 50 | 6 | 16 | 114 | 113 |
| Binary | 11110000 | 10100110 | 10001111 | 0 | 11111 | 101000 | 110 | 1110 | 1001100 | 1001011 |
Color Harmonies of #F0A68F
Complementary color
Monochromatic Colors of #F0A68F
Black with #F0A68F
Text Example
Text Example
White with #F0A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A68F; }
p { color: rgb(240,166,143); }
H1.HeaderClassName
{
color: #F0A68F;
}
.AnyTagClassName
{
color: #F0A68F;
}
</style>
background-color css
<style>
a { background-color: #F0A68F; }
a { background-color: rgb(240,166,143); }
div.DivClassName
{
background-color: #F0A68F;
}
.BgClassName
{
background-color: #F0A68F;
}
</style>
border-color css
<style>
span { border-color: #F0A68F; }
span { border-color: rgb(240,166,143); }
td.TdClassName
{
border-color: #F0A68F;
}
.TagClassName
{
border-color: #F0A68F;
}
</style>