Shades of Tonys Pink #F1A88C
Tints of Tonys Pink #F1A88C
RGB
CMYK
RGB Variations
Color information
#F1A88C (or 0xF1A88C) is known color: Tonys Pink. HEX triplet: F1, A8 and 8C. RGB value is (241,168,140). Sum of RGB (Red+Green+Blue) = 241+168+140=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A88C is #0E5773. Grayscale: #BABABA. Windows color (decimal): -939892 or 9218289. OLE color: 9218289.
HSL color Cylindrical-coordinate representation of color #F1A88C: hue angle of 16.63º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1A88C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 140 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.05 |
| HSL | 16.63º | 0.78% | 0.75% | - |
| HSV(B) | 16.63º | 0.42% | 0.95% | - |
| XYZ | 55.01 | 48.6 | 31.29 | - |
| YUV | 186.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 140 | 0 | 0.30 | 0.42 | 0.05 | 16.63 | 0.78 | 0.75 |
| Hex | F1 | A8 | 8C | 0 | 1E | 2A | 5 | 11 | 4E | 4B |
| Octal | 361 | 250 | 214 | 0 | 36 | 52 | 5 | 21 | 116 | 113 |
| Binary | 11110001 | 10101000 | 10001100 | 0 | 11110 | 101010 | 101 | 10001 | 1001110 | 1001011 |
Color Harmonies of #F1A88C
Complementary color
Monochromatic Colors of #F1A88C
Black with #F1A88C
Text Example
Text Example
White with #F1A88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A88C; }
p { color: rgb(241,168,140); }
H1.HeaderClassName
{
color: #F1A88C;
}
.AnyTagClassName
{
color: #F1A88C;
}
</style>
background-color css
<style>
a { background-color: #F1A88C; }
a { background-color: rgb(241,168,140); }
div.DivClassName
{
background-color: #F1A88C;
}
.BgClassName
{
background-color: #F1A88C;
}
</style>
border-color css
<style>
span { border-color: #F1A88C; }
span { border-color: rgb(241,168,140); }
td.TdClassName
{
border-color: #F1A88C;
}
.TagClassName
{
border-color: #F1A88C;
}
</style>