Shades of Tonys Pink #F2A087
Tints of Tonys Pink #F2A087
RGB
CMYK
RGB Variations
Color information
#F2A087 (or 0xF2A087) is known color: Tonys Pink. HEX triplet: F2, A0 and 87. RGB value is (242,160,135). Sum of RGB (Red+Green+Blue) = 242+160+135=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A087 is #0D5F78. Grayscale: #B5B5B5. Windows color (decimal): -876409 or 8888562. OLE color: 8888562.
HSL color Cylindrical-coordinate representation of color #F2A087: hue angle of 14.02º 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 #F2A087 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 135 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.05 |
| HSL | 14.02º | 0.8% | 0.74% | - |
| HSV(B) | 14.02º | 0.44% | 0.95% | - |
| XYZ | 53.56 | 45.77 | 28.93 | - |
| YUV | 181.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 135 | 0 | 0.34 | 0.44 | 0.05 | 14.02 | 0.8 | 0.74 |
| Hex | F2 | A0 | 87 | 0 | 22 | 2C | 5 | E | 50 | 4A |
| Octal | 362 | 240 | 207 | 0 | 42 | 54 | 5 | 16 | 120 | 112 |
| Binary | 11110010 | 10100000 | 10000111 | 0 | 100010 | 101100 | 101 | 1110 | 1010000 | 1001010 |
Color Harmonies of #F2A087
Complementary color
Monochromatic Colors of #F2A087
Black with #F2A087
Text Example
Text Example
White with #F2A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A087; }
p { color: rgb(242,160,135); }
H1.HeaderClassName
{
color: #F2A087;
}
.AnyTagClassName
{
color: #F2A087;
}
</style>
background-color css
<style>
a { background-color: #F2A087; }
a { background-color: rgb(242,160,135); }
div.DivClassName
{
background-color: #F2A087;
}
.BgClassName
{
background-color: #F2A087;
}
</style>
border-color css
<style>
span { border-color: #F2A087; }
span { border-color: rgb(242,160,135); }
td.TdClassName
{
border-color: #F2A087;
}
.TagClassName
{
border-color: #F2A087;
}
</style>