Shades of Tonys Pink #F2AA8C
Tints of Tonys Pink #F2AA8C
RGB
CMYK
RGB Variations
Color information
#F2AA8C (or 0xF2AA8C) is known color: Tonys Pink. HEX triplet: F2, AA and 8C. RGB value is (242,170,140). Sum of RGB (Red+Green+Blue) = 242+170+140=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AA8C is #0D5573. Grayscale: #BCBCBC. Windows color (decimal): -873844 or 9218802. OLE color: 9218802.
HSL color Cylindrical-coordinate representation of color #F2AA8C: hue angle of 17.65º degrees, saturation: 0.8, 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 #F2AA8C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 140 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.05 |
| HSL | 17.65º | 0.8% | 0.75% | - |
| HSV(B) | 17.65º | 0.42% | 0.95% | - |
| XYZ | 55.73 | 49.52 | 31.43 | - |
| YUV | 188.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 140 | 0 | 0.30 | 0.42 | 0.05 | 17.65 | 0.8 | 0.75 |
| Hex | F2 | AA | 8C | 0 | 1E | 2A | 5 | 12 | 50 | 4B |
| Octal | 362 | 252 | 214 | 0 | 36 | 52 | 5 | 22 | 120 | 113 |
| Binary | 11110010 | 10101010 | 10001100 | 0 | 11110 | 101010 | 101 | 10010 | 1010000 | 1001011 |
Color Harmonies of #F2AA8C
Complementary color
Monochromatic Colors of #F2AA8C
Black with #F2AA8C
Text Example
Text Example
White with #F2AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA8C; }
p { color: rgb(242,170,140); }
H1.HeaderClassName
{
color: #F2AA8C;
}
.AnyTagClassName
{
color: #F2AA8C;
}
</style>
background-color css
<style>
a { background-color: #F2AA8C; }
a { background-color: rgb(242,170,140); }
div.DivClassName
{
background-color: #F2AA8C;
}
.BgClassName
{
background-color: #F2AA8C;
}
</style>
border-color css
<style>
span { border-color: #F2AA8C; }
span { border-color: rgb(242,170,140); }
td.TdClassName
{
border-color: #F2AA8C;
}
.TagClassName
{
border-color: #F2AA8C;
}
</style>