Shades of Tonys Pink #F2A58D
Tints of Tonys Pink #F2A58D
RGB
CMYK
RGB Variations
Color information
#F2A58D (or 0xF2A58D) is known color: Tonys Pink. HEX triplet: F2, A5 and 8D. RGB value is (242,165,141). Sum of RGB (Red+Green+Blue) = 242+165+141=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A58D is #0D5A72. Grayscale: #B9B9B9. Windows color (decimal): -875123 or 9283058. OLE color: 9283058.
HSL color Cylindrical-coordinate representation of color #F2A58D: hue angle of 14.26º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2A58D is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 141 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.05 |
| HSL | 14.26º | 0.8% | 0.75% | - |
| HSV(B) | 14.26º | 0.42% | 0.95% | - |
| XYZ | 54.88 | 47.71 | 31.52 | - |
| YUV | 185.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 141 | 0 | 0.32 | 0.42 | 0.05 | 14.26 | 0.8 | 0.75 |
| Hex | F2 | A5 | 8D | 0 | 20 | 2A | 5 | E | 50 | 4B |
| Octal | 362 | 245 | 215 | 0 | 40 | 52 | 5 | 16 | 120 | 113 |
| Binary | 11110010 | 10100101 | 10001101 | 0 | 100000 | 101010 | 101 | 1110 | 1010000 | 1001011 |
Color Harmonies of #F2A58D
Complementary color
Monochromatic Colors of #F2A58D
Black with #F2A58D
Text Example
Text Example
White with #F2A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A58D; }
p { color: rgb(242,165,141); }
H1.HeaderClassName
{
color: #F2A58D;
}
.AnyTagClassName
{
color: #F2A58D;
}
</style>
background-color css
<style>
a { background-color: #F2A58D; }
a { background-color: rgb(242,165,141); }
div.DivClassName
{
background-color: #F2A58D;
}
.BgClassName
{
background-color: #F2A58D;
}
</style>
border-color css
<style>
span { border-color: #F2A58D; }
span { border-color: rgb(242,165,141); }
td.TdClassName
{
border-color: #F2A58D;
}
.TagClassName
{
border-color: #F2A58D;
}
</style>