Shades of Tonys Pink #F1A188
Tints of Tonys Pink #F1A188
RGB
CMYK
RGB Variations
Color information
#F1A188 (or 0xF1A188) is known color: Tonys Pink. HEX triplet: F1, A1 and 88. RGB value is (241,161,136). Sum of RGB (Red+Green+Blue) = 241+161+136=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A188 is #0E5E77. Grayscale: #B6B6B6. Windows color (decimal): -941688 or 8954353. OLE color: 8954353.
HSL color Cylindrical-coordinate representation of color #F1A188: hue angle of 14.29º 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 #F1A188 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 136 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.05 |
| HSL | 14.29º | 0.79% | 0.74% | - |
| HSV(B) | 14.29º | 0.44% | 0.95% | - |
| XYZ | 53.46 | 45.97 | 29.35 | - |
| YUV | 182.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 136 | 0 | 0.33 | 0.44 | 0.05 | 14.29 | 0.79 | 0.74 |
| Hex | F1 | A1 | 88 | 0 | 21 | 2C | 5 | E | 4F | 4A |
| Octal | 361 | 241 | 210 | 0 | 41 | 54 | 5 | 16 | 117 | 112 |
| Binary | 11110001 | 10100001 | 10001000 | 0 | 100001 | 101100 | 101 | 1110 | 1001111 | 1001010 |
Color Harmonies of #F1A188
Complementary color
Monochromatic Colors of #F1A188
Black with #F1A188
Text Example
Text Example
White with #F1A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A188; }
p { color: rgb(241,161,136); }
H1.HeaderClassName
{
color: #F1A188;
}
.AnyTagClassName
{
color: #F1A188;
}
</style>
background-color css
<style>
a { background-color: #F1A188; }
a { background-color: rgb(241,161,136); }
div.DivClassName
{
background-color: #F1A188;
}
.BgClassName
{
background-color: #F1A188;
}
</style>
border-color css
<style>
span { border-color: #F1A188; }
span { border-color: rgb(241,161,136); }
td.TdClassName
{
border-color: #F1A188;
}
.TagClassName
{
border-color: #F1A188;
}
</style>