Shades of Tonys Pink #F4A28F
Tints of Tonys Pink #F4A28F
RGB
CMYK
RGB Variations
Color information
#F4A28F (or 0xF4A28F) is known color: Tonys Pink. HEX triplet: F4, A2 and 8F. RGB value is (244,162,143). Sum of RGB (Red+Green+Blue) = 244+162+143=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A28F is #0B5D70. Grayscale: #B8B8B8. Windows color (decimal): -744817 or 9413364. OLE color: 9413364.
HSL color Cylindrical-coordinate representation of color #F4A28F: hue angle of 11.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4A28F is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 143 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.04 |
| HSL | 11.29º | 0.82% | 0.76% | - |
| HSV(B) | 11.29º | 0.41% | 0.96% | - |
| XYZ | 55.19 | 47.06 | 32.16 | - |
| YUV | 184.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 143 | 0 | 0.34 | 0.41 | 0.04 | 11.29 | 0.82 | 0.76 |
| Hex | F4 | A2 | 8F | 0 | 22 | 29 | 4 | B | 52 | 4C |
| Octal | 364 | 242 | 217 | 0 | 42 | 51 | 4 | 13 | 122 | 114 |
| Binary | 11110100 | 10100010 | 10001111 | 0 | 100010 | 101001 | 100 | 1011 | 1010010 | 1001100 |
Color Harmonies of #F4A28F
Complementary color
Monochromatic Colors of #F4A28F
Black with #F4A28F
Text Example
Text Example
White with #F4A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A28F; }
p { color: rgb(244,162,143); }
H1.HeaderClassName
{
color: #F4A28F;
}
.AnyTagClassName
{
color: #F4A28F;
}
</style>
background-color css
<style>
a { background-color: #F4A28F; }
a { background-color: rgb(244,162,143); }
div.DivClassName
{
background-color: #F4A28F;
}
.BgClassName
{
background-color: #F4A28F;
}
</style>
border-color css
<style>
span { border-color: #F4A28F; }
span { border-color: rgb(244,162,143); }
td.TdClassName
{
border-color: #F4A28F;
}
.TagClassName
{
border-color: #F4A28F;
}
</style>