Shades of Tonys Pink #F0A281
Tints of Tonys Pink #F0A281
RGB
CMYK
RGB Variations
Color information
#F0A281 (or 0xF0A281) is known color: Tonys Pink. HEX triplet: F0, A2 and 81. RGB value is (240,162,129). Sum of RGB (Red+Green+Blue) = 240+162+129=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A281 is #0F5D7E. Grayscale: #B5B5B5. Windows color (decimal): -1006975 or 8495856. OLE color: 8495856.
HSL color Cylindrical-coordinate representation of color #F0A281: hue angle of 17.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0A281 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 129 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.06 |
| HSL | 17.84º | 0.79% | 0.72% | - |
| HSV(B) | 17.84º | 0.46% | 0.94% | - |
| XYZ | 52.82 | 45.95 | 26.85 | - |
| YUV | 181.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 129 | 0 | 0.32 | 0.46 | 0.06 | 17.84 | 0.79 | 0.72 |
| Hex | F0 | A2 | 81 | 0 | 20 | 2E | 6 | 12 | 4F | 48 |
| Octal | 360 | 242 | 201 | 0 | 40 | 56 | 6 | 22 | 117 | 110 |
| Binary | 11110000 | 10100010 | 10000001 | 0 | 100000 | 101110 | 110 | 10010 | 1001111 | 1001000 |
Color Harmonies of #F0A281
Complementary color
Monochromatic Colors of #F0A281
Black with #F0A281
Text Example
Text Example
White with #F0A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A281; }
p { color: rgb(240,162,129); }
H1.HeaderClassName
{
color: #F0A281;
}
.AnyTagClassName
{
color: #F0A281;
}
</style>
background-color css
<style>
a { background-color: #F0A281; }
a { background-color: rgb(240,162,129); }
div.DivClassName
{
background-color: #F0A281;
}
.BgClassName
{
background-color: #F0A281;
}
</style>
border-color css
<style>
span { border-color: #F0A281; }
span { border-color: rgb(240,162,129); }
td.TdClassName
{
border-color: #F0A281;
}
.TagClassName
{
border-color: #F0A281;
}
</style>