Shades of Tonys Pink #F1A181
Tints of Tonys Pink #F1A181
RGB
CMYK
RGB Variations
Color information
#F1A181 (or 0xF1A181) is known color: Tonys Pink. HEX triplet: F1, A1 and 81. RGB value is (241,161,129). Sum of RGB (Red+Green+Blue) = 241+161+129=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A181 is #0E5E7E. Grayscale: #B5B5B5. Windows color (decimal): -941695 or 8495601. OLE color: 8495601.
HSL color Cylindrical-coordinate representation of color #F1A181: hue angle of 17.14º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1A181 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 129 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.05 |
| HSL | 17.14º | 0.8% | 0.73% | - |
| HSV(B) | 17.14º | 0.46% | 0.95% | - |
| XYZ | 52.98 | 45.78 | 26.81 | - |
| YUV | 181.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 129 | 0 | 0.33 | 0.46 | 0.05 | 17.14 | 0.8 | 0.73 |
| Hex | F1 | A1 | 81 | 0 | 21 | 2E | 5 | 11 | 50 | 49 |
| Octal | 361 | 241 | 201 | 0 | 41 | 56 | 5 | 21 | 120 | 111 |
| Binary | 11110001 | 10100001 | 10000001 | 0 | 100001 | 101110 | 101 | 10001 | 1010000 | 1001001 |
Color Harmonies of #F1A181
Complementary color
Monochromatic Colors of #F1A181
Black with #F1A181
Text Example
Text Example
White with #F1A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A181; }
p { color: rgb(241,161,129); }
H1.HeaderClassName
{
color: #F1A181;
}
.AnyTagClassName
{
color: #F1A181;
}
</style>
background-color css
<style>
a { background-color: #F1A181; }
a { background-color: rgb(241,161,129); }
div.DivClassName
{
background-color: #F1A181;
}
.BgClassName
{
background-color: #F1A181;
}
</style>
border-color css
<style>
span { border-color: #F1A181; }
span { border-color: rgb(241,161,129); }
td.TdClassName
{
border-color: #F1A181;
}
.TagClassName
{
border-color: #F1A181;
}
</style>