Shades of Tonys Pink #F4A18D
Tints of Tonys Pink #F4A18D
RGB
CMYK
RGB Variations
Color information
#F4A18D (or 0xF4A18D) is known color: Tonys Pink. HEX triplet: F4, A1 and 8D. RGB value is (244,161,141). Sum of RGB (Red+Green+Blue) = 244+161+141=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A18D is #0B5E72. Grayscale: #B7B7B7. Windows color (decimal): -745075 or 9282036. OLE color: 9282036.
HSL color Cylindrical-coordinate representation of color #F4A18D: hue angle of 11.65º 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 #F4A18D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 141 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.04 |
| HSL | 11.65º | 0.82% | 0.75% | - |
| HSV(B) | 11.65º | 0.42% | 0.96% | - |
| XYZ | 54.86 | 46.65 | 31.31 | - |
| YUV | 183.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 141 | 0 | 0.34 | 0.42 | 0.04 | 11.65 | 0.82 | 0.75 |
| Hex | F4 | A1 | 8D | 0 | 22 | 2A | 4 | C | 52 | 4B |
| Octal | 364 | 241 | 215 | 0 | 42 | 52 | 4 | 14 | 122 | 113 |
| Binary | 11110100 | 10100001 | 10001101 | 0 | 100010 | 101010 | 100 | 1100 | 1010010 | 1001011 |
Color Harmonies of #F4A18D
Complementary color
Monochromatic Colors of #F4A18D
Black with #F4A18D
Text Example
Text Example
White with #F4A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A18D; }
p { color: rgb(244,161,141); }
H1.HeaderClassName
{
color: #F4A18D;
}
.AnyTagClassName
{
color: #F4A18D;
}
</style>
background-color css
<style>
a { background-color: #F4A18D; }
a { background-color: rgb(244,161,141); }
div.DivClassName
{
background-color: #F4A18D;
}
.BgClassName
{
background-color: #F4A18D;
}
</style>
border-color css
<style>
span { border-color: #F4A18D; }
span { border-color: rgb(244,161,141); }
td.TdClassName
{
border-color: #F4A18D;
}
.TagClassName
{
border-color: #F4A18D;
}
</style>