Shades of Tonys Pink #F1A488
Tints of Tonys Pink #F1A488
RGB
CMYK
RGB Variations
Color information
#F1A488 (or 0xF1A488) is known color: Tonys Pink. HEX triplet: F1, A4 and 88. RGB value is (241,164,136). Sum of RGB (Red+Green+Blue) = 241+164+136=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A488 is #0E5B77. Grayscale: #B8B8B8. Windows color (decimal): -940920 or 8955121. OLE color: 8955121.
HSL color Cylindrical-coordinate representation of color #F1A488: hue angle of 16º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1A488 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 136 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.05 |
| HSL | 16º | 0.79% | 0.74% | - |
| HSV(B) | 16º | 0.44% | 0.95% | - |
| XYZ | 54 | 47.03 | 29.52 | - |
| YUV | 183.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 136 | 0 | 0.32 | 0.44 | 0.05 | 16 | 0.79 | 0.74 |
| Hex | F1 | A4 | 88 | 0 | 20 | 2C | 5 | 10 | 4F | 4A |
| Octal | 361 | 244 | 210 | 0 | 40 | 54 | 5 | 20 | 117 | 112 |
| Binary | 11110001 | 10100100 | 10001000 | 0 | 100000 | 101100 | 101 | 10000 | 1001111 | 1001010 |
Color Harmonies of #F1A488
Complementary color
Monochromatic Colors of #F1A488
Black with #F1A488
Text Example
Text Example
White with #F1A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A488; }
p { color: rgb(241,164,136); }
H1.HeaderClassName
{
color: #F1A488;
}
.AnyTagClassName
{
color: #F1A488;
}
</style>
background-color css
<style>
a { background-color: #F1A488; }
a { background-color: rgb(241,164,136); }
div.DivClassName
{
background-color: #F1A488;
}
.BgClassName
{
background-color: #F1A488;
}
</style>
border-color css
<style>
span { border-color: #F1A488; }
span { border-color: rgb(241,164,136); }
td.TdClassName
{
border-color: #F1A488;
}
.TagClassName
{
border-color: #F1A488;
}
</style>