Shades of Tonys Pink #F2A189
Tints of Tonys Pink #F2A189
RGB
CMYK
RGB Variations
Color information
#F2A189 (or 0xF2A189) is known color: Tonys Pink. HEX triplet: F2, A1 and 89. RGB value is (242,161,137). Sum of RGB (Red+Green+Blue) = 242+161+137=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A189 is #0D5E76. Grayscale: #B6B6B6. Windows color (decimal): -876151 or 9019890. OLE color: 9019890.
HSL color Cylindrical-coordinate representation of color #F2A189: hue angle of 13.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2A189 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 137 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.05 |
| HSL | 13.71º | 0.8% | 0.74% | - |
| HSV(B) | 13.71º | 0.43% | 0.95% | - |
| XYZ | 53.88 | 46.17 | 29.74 | - |
| YUV | 182.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 137 | 0 | 0.33 | 0.43 | 0.05 | 13.71 | 0.8 | 0.74 |
| Hex | F2 | A1 | 89 | 0 | 21 | 2B | 5 | E | 50 | 4A |
| Octal | 362 | 241 | 211 | 0 | 41 | 53 | 5 | 16 | 120 | 112 |
| Binary | 11110010 | 10100001 | 10001001 | 0 | 100001 | 101011 | 101 | 1110 | 1010000 | 1001010 |
Color Harmonies of #F2A189
Complementary color
Monochromatic Colors of #F2A189
Black with #F2A189
Text Example
Text Example
White with #F2A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A189; }
p { color: rgb(242,161,137); }
H1.HeaderClassName
{
color: #F2A189;
}
.AnyTagClassName
{
color: #F2A189;
}
</style>
background-color css
<style>
a { background-color: #F2A189; }
a { background-color: rgb(242,161,137); }
div.DivClassName
{
background-color: #F2A189;
}
.BgClassName
{
background-color: #F2A189;
}
</style>
border-color css
<style>
span { border-color: #F2A189; }
span { border-color: rgb(242,161,137); }
td.TdClassName
{
border-color: #F2A189;
}
.TagClassName
{
border-color: #F2A189;
}
</style>