Shades of Tonys Pink #F0A394
Tints of Tonys Pink #F0A394
RGB
CMYK
RGB Variations
Color information
#F0A394 (or 0xF0A394) is known color: Tonys Pink. HEX triplet: F0, A3 and 94. RGB value is (240,163,148). Sum of RGB (Red+Green+Blue) = 240+163+148=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A394 is #0F5C6B. Grayscale: #B8B8B8. Windows color (decimal): -1006700 or 9741296. OLE color: 9741296.
HSL color Cylindrical-coordinate representation of color #F0A394: hue angle of 9.78º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A394 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 148 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.06 |
| HSL | 9.78º | 0.75% | 0.76% | - |
| HSV(B) | 9.78º | 0.38% | 0.94% | - |
| XYZ | 54.38 | 46.86 | 34.2 | - |
| YUV | 184.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 148 | 0 | 0.32 | 0.38 | 0.06 | 9.78 | 0.75 | 0.76 |
| Hex | F0 | A3 | 94 | 0 | 20 | 26 | 6 | A | 4B | 4C |
| Octal | 360 | 243 | 224 | 0 | 40 | 46 | 6 | 12 | 113 | 114 |
| Binary | 11110000 | 10100011 | 10010100 | 0 | 100000 | 100110 | 110 | 1010 | 1001011 | 1001100 |
Color Harmonies of #F0A394
Complementary color
Monochromatic Colors of #F0A394
Black with #F0A394
Text Example
Text Example
White with #F0A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A394; }
p { color: rgb(240,163,148); }
H1.HeaderClassName
{
color: #F0A394;
}
.AnyTagClassName
{
color: #F0A394;
}
</style>
background-color css
<style>
a { background-color: #F0A394; }
a { background-color: rgb(240,163,148); }
div.DivClassName
{
background-color: #F0A394;
}
.BgClassName
{
background-color: #F0A394;
}
</style>
border-color css
<style>
span { border-color: #F0A394; }
span { border-color: rgb(240,163,148); }
td.TdClassName
{
border-color: #F0A394;
}
.TagClassName
{
border-color: #F0A394;
}
</style>