Shades of Tonys Pink #F4A48D
Tints of Tonys Pink #F4A48D
RGB
CMYK
RGB Variations
Color information
#F4A48D (or 0xF4A48D) is known color: Tonys Pink. HEX triplet: F4, A4 and 8D. RGB value is (244,164,141). Sum of RGB (Red+Green+Blue) = 244+164+141=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A48D is #0B5B72. Grayscale: #B9B9B9. Windows color (decimal): -744307 or 9282804. OLE color: 9282804.
HSL color Cylindrical-coordinate representation of color #F4A48D: hue angle of 13.4º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4A48D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 141 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.04 |
| HSL | 13.4º | 0.82% | 0.75% | - |
| HSV(B) | 13.4º | 0.42% | 0.96% | - |
| XYZ | 55.39 | 47.71 | 31.49 | - |
| YUV | 185.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 141 | 0 | 0.33 | 0.42 | 0.04 | 13.4 | 0.82 | 0.75 |
| Hex | F4 | A4 | 8D | 0 | 21 | 2A | 4 | D | 52 | 4B |
| Octal | 364 | 244 | 215 | 0 | 41 | 52 | 4 | 15 | 122 | 113 |
| Binary | 11110100 | 10100100 | 10001101 | 0 | 100001 | 101010 | 100 | 1101 | 1010010 | 1001011 |
Color Harmonies of #F4A48D
Complementary color
Monochromatic Colors of #F4A48D
Black with #F4A48D
Text Example
Text Example
White with #F4A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A48D; }
p { color: rgb(244,164,141); }
H1.HeaderClassName
{
color: #F4A48D;
}
.AnyTagClassName
{
color: #F4A48D;
}
</style>
background-color css
<style>
a { background-color: #F4A48D; }
a { background-color: rgb(244,164,141); }
div.DivClassName
{
background-color: #F4A48D;
}
.BgClassName
{
background-color: #F4A48D;
}
</style>
border-color css
<style>
span { border-color: #F4A48D; }
span { border-color: rgb(244,164,141); }
td.TdClassName
{
border-color: #F4A48D;
}
.TagClassName
{
border-color: #F4A48D;
}
</style>