Shades of Tonys Pink #F2A386
Tints of Tonys Pink #F2A386
RGB
CMYK
RGB Variations
Color information
#F2A386 (or 0xF2A386) is known color: Tonys Pink. HEX triplet: F2, A3 and 86. RGB value is (242,163,134). Sum of RGB (Red+Green+Blue) = 242+163+134=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A386 is #0D5C79. Grayscale: #B7B7B7. Windows color (decimal): -875642 or 8823794. OLE color: 8823794.
HSL color Cylindrical-coordinate representation of color #F2A386: hue angle of 16.11º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2A386 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 134 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.05 |
| HSL | 16.11º | 0.81% | 0.74% | - |
| HSV(B) | 16.11º | 0.45% | 0.95% | - |
| XYZ | 54.02 | 46.79 | 28.74 | - |
| YUV | 183.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 134 | 0 | 0.33 | 0.45 | 0.05 | 16.11 | 0.81 | 0.74 |
| Hex | F2 | A3 | 86 | 0 | 21 | 2D | 5 | 10 | 51 | 4A |
| Octal | 362 | 243 | 206 | 0 | 41 | 55 | 5 | 20 | 121 | 112 |
| Binary | 11110010 | 10100011 | 10000110 | 0 | 100001 | 101101 | 101 | 10000 | 1010001 | 1001010 |
Color Harmonies of #F2A386
Complementary color
Monochromatic Colors of #F2A386
Black with #F2A386
Text Example
Text Example
White with #F2A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A386; }
p { color: rgb(242,163,134); }
H1.HeaderClassName
{
color: #F2A386;
}
.AnyTagClassName
{
color: #F2A386;
}
</style>
background-color css
<style>
a { background-color: #F2A386; }
a { background-color: rgb(242,163,134); }
div.DivClassName
{
background-color: #F2A386;
}
.BgClassName
{
background-color: #F2A386;
}
</style>
border-color css
<style>
span { border-color: #F2A386; }
span { border-color: rgb(242,163,134); }
td.TdClassName
{
border-color: #F2A386;
}
.TagClassName
{
border-color: #F2A386;
}
</style>