Shades of Tonys Pink #F2A987
Tints of Tonys Pink #F2A987
RGB
CMYK
RGB Variations
Color information
#F2A987 (or 0xF2A987) is known color: Tonys Pink. HEX triplet: F2, A9 and 87. RGB value is (242,169,135). Sum of RGB (Red+Green+Blue) = 242+169+135=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A987 is #0D5678. Grayscale: #BBBBBB. Windows color (decimal): -874105 or 8890866. OLE color: 8890866.
HSL color Cylindrical-coordinate representation of color #F2A987: hue angle of 19.07º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2A987 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 135 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.05 |
| HSL | 19.07º | 0.8% | 0.74% | - |
| HSV(B) | 19.07º | 0.44% | 0.95% | - |
| XYZ | 55.18 | 49 | 29.47 | - |
| YUV | 186.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 135 | 0 | 0.30 | 0.44 | 0.05 | 19.07 | 0.8 | 0.74 |
| Hex | F2 | A9 | 87 | 0 | 1E | 2C | 5 | 13 | 50 | 4A |
| Octal | 362 | 251 | 207 | 0 | 36 | 54 | 5 | 23 | 120 | 112 |
| Binary | 11110010 | 10101001 | 10000111 | 0 | 11110 | 101100 | 101 | 10011 | 1010000 | 1001010 |
Color Harmonies of #F2A987
Complementary color
Monochromatic Colors of #F2A987
Black with #F2A987
Text Example
Text Example
White with #F2A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A987; }
p { color: rgb(242,169,135); }
H1.HeaderClassName
{
color: #F2A987;
}
.AnyTagClassName
{
color: #F2A987;
}
</style>
background-color css
<style>
a { background-color: #F2A987; }
a { background-color: rgb(242,169,135); }
div.DivClassName
{
background-color: #F2A987;
}
.BgClassName
{
background-color: #F2A987;
}
</style>
border-color css
<style>
span { border-color: #F2A987; }
span { border-color: rgb(242,169,135); }
td.TdClassName
{
border-color: #F2A987;
}
.TagClassName
{
border-color: #F2A987;
}
</style>