Shades of Tonys Pink #F4A284
Tints of Tonys Pink #F4A284
RGB
CMYK
RGB Variations
Color information
#F4A284 (or 0xF4A284) is known color: Tonys Pink. HEX triplet: F4, A2 and 84. RGB value is (244,162,132). Sum of RGB (Red+Green+Blue) = 244+162+132=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A284 is #0B5D7B. Grayscale: #B7B7B7. Windows color (decimal): -744828 or 8692468. OLE color: 8692468.
HSL color Cylindrical-coordinate representation of color #F4A284: hue angle of 16.07º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4A284 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 132 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.04 |
| HSL | 16.07º | 0.84% | 0.74% | - |
| HSV(B) | 16.07º | 0.46% | 0.96% | - |
| XYZ | 54.39 | 46.74 | 27.98 | - |
| YUV | 183.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 132 | 0 | 0.34 | 0.46 | 0.04 | 16.07 | 0.84 | 0.74 |
| Hex | F4 | A2 | 84 | 0 | 22 | 2E | 4 | 10 | 54 | 4A |
| Octal | 364 | 242 | 204 | 0 | 42 | 56 | 4 | 20 | 124 | 112 |
| Binary | 11110100 | 10100010 | 10000100 | 0 | 100010 | 101110 | 100 | 10000 | 1010100 | 1001010 |
Color Harmonies of #F4A284
Complementary color
Monochromatic Colors of #F4A284
Black with #F4A284
Text Example
Text Example
White with #F4A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A284; }
p { color: rgb(244,162,132); }
H1.HeaderClassName
{
color: #F4A284;
}
.AnyTagClassName
{
color: #F4A284;
}
</style>
background-color css
<style>
a { background-color: #F4A284; }
a { background-color: rgb(244,162,132); }
div.DivClassName
{
background-color: #F4A284;
}
.BgClassName
{
background-color: #F4A284;
}
</style>
border-color css
<style>
span { border-color: #F4A284; }
span { border-color: rgb(244,162,132); }
td.TdClassName
{
border-color: #F4A284;
}
.TagClassName
{
border-color: #F4A284;
}
</style>