Shades of Tonys Pink #F4A187
Tints of Tonys Pink #F4A187
RGB
CMYK
RGB Variations
Color information
#F4A187 (or 0xF4A187) is known color: Tonys Pink. HEX triplet: F4, A1 and 87. RGB value is (244,161,135). Sum of RGB (Red+Green+Blue) = 244+161+135=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A187 is #0B5E78. Grayscale: #B7B7B7. Windows color (decimal): -745081 or 8888820. OLE color: 8888820.
HSL color Cylindrical-coordinate representation of color #F4A187: hue angle of 14.31º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4A187 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 135 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.04 |
| HSL | 14.31º | 0.83% | 0.74% | - |
| HSV(B) | 14.31º | 0.45% | 0.96% | - |
| XYZ | 54.43 | 46.47 | 29.02 | - |
| YUV | 182.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 135 | 0 | 0.34 | 0.45 | 0.04 | 14.31 | 0.83 | 0.74 |
| Hex | F4 | A1 | 87 | 0 | 22 | 2D | 4 | E | 53 | 4A |
| Octal | 364 | 241 | 207 | 0 | 42 | 55 | 4 | 16 | 123 | 112 |
| Binary | 11110100 | 10100001 | 10000111 | 0 | 100010 | 101101 | 100 | 1110 | 1010011 | 1001010 |
Color Harmonies of #F4A187
Complementary color
Monochromatic Colors of #F4A187
Black with #F4A187
Text Example
Text Example
White with #F4A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A187; }
p { color: rgb(244,161,135); }
H1.HeaderClassName
{
color: #F4A187;
}
.AnyTagClassName
{
color: #F4A187;
}
</style>
background-color css
<style>
a { background-color: #F4A187; }
a { background-color: rgb(244,161,135); }
div.DivClassName
{
background-color: #F4A187;
}
.BgClassName
{
background-color: #F4A187;
}
</style>
border-color css
<style>
span { border-color: #F4A187; }
span { border-color: rgb(244,161,135); }
td.TdClassName
{
border-color: #F4A187;
}
.TagClassName
{
border-color: #F4A187;
}
</style>