Shades of Tonys Pink #F3A08F
Tints of Tonys Pink #F3A08F
RGB
CMYK
RGB Variations
Color information
#F3A08F (or 0xF3A08F) is known color: Tonys Pink. HEX triplet: F3, A0 and 8F. RGB value is (243,160,143). Sum of RGB (Red+Green+Blue) = 243+160+143=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A08F is #0C5F70. Grayscale: #B7B7B7. Windows color (decimal): -810865 or 9412851. OLE color: 9412851.
HSL color Cylindrical-coordinate representation of color #F3A08F: hue angle of 10.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F3A08F is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 143 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.05 |
| HSL | 10.2º | 0.81% | 0.76% | - |
| HSV(B) | 10.2º | 0.41% | 0.95% | - |
| XYZ | 54.49 | 46.18 | 32.03 | - |
| YUV | 182.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 143 | 0 | 0.34 | 0.41 | 0.05 | 10.2 | 0.81 | 0.76 |
| Hex | F3 | A0 | 8F | 0 | 22 | 29 | 5 | A | 51 | 4C |
| Octal | 363 | 240 | 217 | 0 | 42 | 51 | 5 | 12 | 121 | 114 |
| Binary | 11110011 | 10100000 | 10001111 | 0 | 100010 | 101001 | 101 | 1010 | 1010001 | 1001100 |
Color Harmonies of #F3A08F
Complementary color
Monochromatic Colors of #F3A08F
Black with #F3A08F
Text Example
Text Example
White with #F3A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A08F; }
p { color: rgb(243,160,143); }
H1.HeaderClassName
{
color: #F3A08F;
}
.AnyTagClassName
{
color: #F3A08F;
}
</style>
background-color css
<style>
a { background-color: #F3A08F; }
a { background-color: rgb(243,160,143); }
div.DivClassName
{
background-color: #F3A08F;
}
.BgClassName
{
background-color: #F3A08F;
}
</style>
border-color css
<style>
span { border-color: #F3A08F; }
span { border-color: rgb(243,160,143); }
td.TdClassName
{
border-color: #F3A08F;
}
.TagClassName
{
border-color: #F3A08F;
}
</style>