Shades of Tonys Pink #F4A48C
Tints of Tonys Pink #F4A48C
RGB
CMYK
RGB Variations
Color information
#F4A48C (or 0xF4A48C) is known color: Tonys Pink. HEX triplet: F4, A4 and 8C. RGB value is (244,164,140). Sum of RGB (Red+Green+Blue) = 244+164+140=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A48C is #0B5B73. Grayscale: #B9B9B9. Windows color (decimal): -744308 or 9217268. OLE color: 9217268.
HSL color Cylindrical-coordinate representation of color #F4A48C: hue angle of 13.85º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4A48C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 140 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.04 |
| HSL | 13.85º | 0.83% | 0.75% | - |
| HSV(B) | 13.85º | 0.43% | 0.96% | - |
| XYZ | 55.32 | 47.68 | 31.1 | - |
| YUV | 185.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 140 | 0 | 0.33 | 0.43 | 0.04 | 13.85 | 0.83 | 0.75 |
| Hex | F4 | A4 | 8C | 0 | 21 | 2B | 4 | E | 53 | 4B |
| Octal | 364 | 244 | 214 | 0 | 41 | 53 | 4 | 16 | 123 | 113 |
| Binary | 11110100 | 10100100 | 10001100 | 0 | 100001 | 101011 | 100 | 1110 | 1010011 | 1001011 |
Color Harmonies of #F4A48C
Complementary color
Monochromatic Colors of #F4A48C
Black with #F4A48C
Text Example
Text Example
White with #F4A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A48C; }
p { color: rgb(244,164,140); }
H1.HeaderClassName
{
color: #F4A48C;
}
.AnyTagClassName
{
color: #F4A48C;
}
</style>
background-color css
<style>
a { background-color: #F4A48C; }
a { background-color: rgb(244,164,140); }
div.DivClassName
{
background-color: #F4A48C;
}
.BgClassName
{
background-color: #F4A48C;
}
</style>
border-color css
<style>
span { border-color: #F4A48C; }
span { border-color: rgb(244,164,140); }
td.TdClassName
{
border-color: #F4A48C;
}
.TagClassName
{
border-color: #F4A48C;
}
</style>