Shades of Tonys Pink #F0A28A
Tints of Tonys Pink #F0A28A
RGB
CMYK
RGB Variations
Color information
#F0A28A (or 0xF0A28A) is known color: Tonys Pink. HEX triplet: F0, A2 and 8A. RGB value is (240,162,138). Sum of RGB (Red+Green+Blue) = 240+162+138=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A28A is #0F5D75. Grayscale: #B6B6B6. Windows color (decimal): -1006966 or 9085680. OLE color: 9085680.
HSL color Cylindrical-coordinate representation of color #F0A28A: hue angle of 14.12º degrees, saturation: 0.77, 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 #F0A28A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 138 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.06 |
| HSL | 14.12º | 0.77% | 0.74% | - |
| HSV(B) | 14.12º | 0.43% | 0.94% | - |
| XYZ | 53.44 | 46.2 | 30.15 | - |
| YUV | 182.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 138 | 0 | 0.32 | 0.42 | 0.06 | 14.12 | 0.77 | 0.74 |
| Hex | F0 | A2 | 8A | 0 | 20 | 2A | 6 | E | 4D | 4A |
| Octal | 360 | 242 | 212 | 0 | 40 | 52 | 6 | 16 | 115 | 112 |
| Binary | 11110000 | 10100010 | 10001010 | 0 | 100000 | 101010 | 110 | 1110 | 1001101 | 1001010 |
Color Harmonies of #F0A28A
Complementary color
Monochromatic Colors of #F0A28A
Black with #F0A28A
Text Example
Text Example
White with #F0A28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A28A; }
p { color: rgb(240,162,138); }
H1.HeaderClassName
{
color: #F0A28A;
}
.AnyTagClassName
{
color: #F0A28A;
}
</style>
background-color css
<style>
a { background-color: #F0A28A; }
a { background-color: rgb(240,162,138); }
div.DivClassName
{
background-color: #F0A28A;
}
.BgClassName
{
background-color: #F0A28A;
}
</style>
border-color css
<style>
span { border-color: #F0A28A; }
span { border-color: rgb(240,162,138); }
td.TdClassName
{
border-color: #F0A28A;
}
.TagClassName
{
border-color: #F0A28A;
}
</style>