Shades of Tonys Pink #F1A08A
Tints of Tonys Pink #F1A08A
RGB
CMYK
RGB Variations
Color information
#F1A08A (or 0xF1A08A) is known color: Tonys Pink. HEX triplet: F1, A0 and 8A. RGB value is (241,160,138). Sum of RGB (Red+Green+Blue) = 241+160+138=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A08A is #0E5F75. Grayscale: #B5B5B5. Windows color (decimal): -941942 or 9085169. OLE color: 9085169.
HSL color Cylindrical-coordinate representation of color #F1A08A: hue angle of 12.82º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1A08A is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 160 | 138 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.05 |
| HSL | 12.82º | 0.79% | 0.74% | - |
| HSV(B) | 12.82º | 0.43% | 0.95% | - |
| XYZ | 53.43 | 45.68 | 30.05 | - |
| YUV | 181.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 138 | 0 | 0.34 | 0.43 | 0.05 | 12.82 | 0.79 | 0.74 |
| Hex | F1 | A0 | 8A | 0 | 22 | 2B | 5 | D | 4F | 4A |
| Octal | 361 | 240 | 212 | 0 | 42 | 53 | 5 | 15 | 117 | 112 |
| Binary | 11110001 | 10100000 | 10001010 | 0 | 100010 | 101011 | 101 | 1101 | 1001111 | 1001010 |
Color Harmonies of #F1A08A
Complementary color
Monochromatic Colors of #F1A08A
Black with #F1A08A
Text Example
Text Example
White with #F1A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A08A; }
p { color: rgb(241,160,138); }
H1.HeaderClassName
{
color: #F1A08A;
}
.AnyTagClassName
{
color: #F1A08A;
}
</style>
background-color css
<style>
a { background-color: #F1A08A; }
a { background-color: rgb(241,160,138); }
div.DivClassName
{
background-color: #F1A08A;
}
.BgClassName
{
background-color: #F1A08A;
}
</style>
border-color css
<style>
span { border-color: #F1A08A; }
span { border-color: rgb(241,160,138); }
td.TdClassName
{
border-color: #F1A08A;
}
.TagClassName
{
border-color: #F1A08A;
}
</style>