Shades of Tonys Pink #F3A085
Tints of Tonys Pink #F3A085
RGB
CMYK
RGB Variations
Color information
#F3A085 (or 0xF3A085) is known color: Tonys Pink. HEX triplet: F3, A0 and 85. RGB value is (243,160,133). Sum of RGB (Red+Green+Blue) = 243+160+133=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A085 is #0C5F7A. Grayscale: #B5B5B5. Windows color (decimal): -810875 or 8757491. OLE color: 8757491.
HSL color Cylindrical-coordinate representation of color #F3A085: hue angle of 14.73º degrees, saturation: 0.82, 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 #F3A085 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 133 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.05 |
| HSL | 14.73º | 0.82% | 0.74% | - |
| HSV(B) | 14.73º | 0.45% | 0.95% | - |
| XYZ | 53.77 | 45.89 | 28.21 | - |
| YUV | 181.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 133 | 0 | 0.34 | 0.45 | 0.05 | 14.73 | 0.82 | 0.74 |
| Hex | F3 | A0 | 85 | 0 | 22 | 2D | 5 | F | 52 | 4A |
| Octal | 363 | 240 | 205 | 0 | 42 | 55 | 5 | 17 | 122 | 112 |
| Binary | 11110011 | 10100000 | 10000101 | 0 | 100010 | 101101 | 101 | 1111 | 1010010 | 1001010 |
Color Harmonies of #F3A085
Complementary color
Monochromatic Colors of #F3A085
Black with #F3A085
Text Example
Text Example
White with #F3A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A085; }
p { color: rgb(243,160,133); }
H1.HeaderClassName
{
color: #F3A085;
}
.AnyTagClassName
{
color: #F3A085;
}
</style>
background-color css
<style>
a { background-color: #F3A085; }
a { background-color: rgb(243,160,133); }
div.DivClassName
{
background-color: #F3A085;
}
.BgClassName
{
background-color: #F3A085;
}
</style>
border-color css
<style>
span { border-color: #F3A085; }
span { border-color: rgb(243,160,133); }
td.TdClassName
{
border-color: #F3A085;
}
.TagClassName
{
border-color: #F3A085;
}
</style>