Shades of Tonys Pink #F3A58A
Tints of Tonys Pink #F3A58A
RGB
CMYK
RGB Variations
Color information
#F3A58A (or 0xF3A58A) is known color: Tonys Pink. HEX triplet: F3, A5 and 8A. RGB value is (243,165,138). Sum of RGB (Red+Green+Blue) = 243+165+138=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A58A is #0C5A75. Grayscale: #B9B9B9. Windows color (decimal): -809590 or 9086451. OLE color: 9086451.
HSL color Cylindrical-coordinate representation of color #F3A58A: hue angle of 15.43º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3A58A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 138 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.05 |
| HSL | 15.43º | 0.81% | 0.75% | - |
| HSV(B) | 15.43º | 0.43% | 0.95% | - |
| XYZ | 55 | 47.8 | 30.37 | - |
| YUV | 185.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 138 | 0 | 0.32 | 0.43 | 0.05 | 15.43 | 0.81 | 0.75 |
| Hex | F3 | A5 | 8A | 0 | 20 | 2B | 5 | F | 51 | 4B |
| Octal | 363 | 245 | 212 | 0 | 40 | 53 | 5 | 17 | 121 | 113 |
| Binary | 11110011 | 10100101 | 10001010 | 0 | 100000 | 101011 | 101 | 1111 | 1010001 | 1001011 |
Color Harmonies of #F3A58A
Complementary color
Monochromatic Colors of #F3A58A
Black with #F3A58A
Text Example
Text Example
White with #F3A58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A58A; }
p { color: rgb(243,165,138); }
H1.HeaderClassName
{
color: #F3A58A;
}
.AnyTagClassName
{
color: #F3A58A;
}
</style>
background-color css
<style>
a { background-color: #F3A58A; }
a { background-color: rgb(243,165,138); }
div.DivClassName
{
background-color: #F3A58A;
}
.BgClassName
{
background-color: #F3A58A;
}
</style>
border-color css
<style>
span { border-color: #F3A58A; }
span { border-color: rgb(243,165,138); }
td.TdClassName
{
border-color: #F3A58A;
}
.TagClassName
{
border-color: #F3A58A;
}
</style>