Shades of Tonys Pink #F0A294
Tints of Tonys Pink #F0A294
RGB
CMYK
RGB Variations
Color information
#F0A294 (or 0xF0A294) is known color: Tonys Pink. HEX triplet: F0, A2 and 94. RGB value is (240,162,148). Sum of RGB (Red+Green+Blue) = 240+162+148=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A294 is #0F5D6B. Grayscale: #B7B7B7. Windows color (decimal): -1006956 or 9741040. OLE color: 9741040.
HSL color Cylindrical-coordinate representation of color #F0A294: hue angle of 9.13º 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 #F0A294 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 148 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.06 |
| HSL | 9.13º | 0.75% | 0.76% | - |
| HSV(B) | 9.13º | 0.38% | 0.94% | - |
| XYZ | 54.2 | 46.5 | 34.14 | - |
| YUV | 183.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 148 | 0 | 0.32 | 0.38 | 0.06 | 9.13 | 0.75 | 0.76 |
| Hex | F0 | A2 | 94 | 0 | 20 | 26 | 6 | 9 | 4B | 4C |
| Octal | 360 | 242 | 224 | 0 | 40 | 46 | 6 | 11 | 113 | 114 |
| Binary | 11110000 | 10100010 | 10010100 | 0 | 100000 | 100110 | 110 | 1001 | 1001011 | 1001100 |
Color Harmonies of #F0A294
Complementary color
Monochromatic Colors of #F0A294
Black with #F0A294
Text Example
Text Example
White with #F0A294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A294; }
p { color: rgb(240,162,148); }
H1.HeaderClassName
{
color: #F0A294;
}
.AnyTagClassName
{
color: #F0A294;
}
</style>
background-color css
<style>
a { background-color: #F0A294; }
a { background-color: rgb(240,162,148); }
div.DivClassName
{
background-color: #F0A294;
}
.BgClassName
{
background-color: #F0A294;
}
</style>
border-color css
<style>
span { border-color: #F0A294; }
span { border-color: rgb(240,162,148); }
td.TdClassName
{
border-color: #F0A294;
}
.TagClassName
{
border-color: #F0A294;
}
</style>