Shades of Tonys Pink #F2A28C
Tints of Tonys Pink #F2A28C
RGB
CMYK
RGB Variations
Color information
#F2A28C (or 0xF2A28C) is known color: Tonys Pink. HEX triplet: F2, A2 and 8C. RGB value is (242,162,140). Sum of RGB (Red+Green+Blue) = 242+162+140=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A28C is #0D5D73. Grayscale: #B7B7B7. Windows color (decimal): -875892 or 9216754. OLE color: 9216754.
HSL color Cylindrical-coordinate representation of color #F2A28C: hue angle of 12.94º 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 #F2A28C is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 140 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.05 |
| HSL | 12.94º | 0.8% | 0.75% | - |
| HSV(B) | 12.94º | 0.42% | 0.95% | - |
| XYZ | 54.27 | 46.61 | 30.95 | - |
| YUV | 183.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 140 | 0 | 0.33 | 0.42 | 0.05 | 12.94 | 0.8 | 0.75 |
| Hex | F2 | A2 | 8C | 0 | 21 | 2A | 5 | D | 50 | 4B |
| Octal | 362 | 242 | 214 | 0 | 41 | 52 | 5 | 15 | 120 | 113 |
| Binary | 11110010 | 10100010 | 10001100 | 0 | 100001 | 101010 | 101 | 1101 | 1010000 | 1001011 |
Color Harmonies of #F2A28C
Complementary color
Monochromatic Colors of #F2A28C
Black with #F2A28C
Text Example
Text Example
White with #F2A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A28C; }
p { color: rgb(242,162,140); }
H1.HeaderClassName
{
color: #F2A28C;
}
.AnyTagClassName
{
color: #F2A28C;
}
</style>
background-color css
<style>
a { background-color: #F2A28C; }
a { background-color: rgb(242,162,140); }
div.DivClassName
{
background-color: #F2A28C;
}
.BgClassName
{
background-color: #F2A28C;
}
</style>
border-color css
<style>
span { border-color: #F2A28C; }
span { border-color: rgb(242,162,140); }
td.TdClassName
{
border-color: #F2A28C;
}
.TagClassName
{
border-color: #F2A28C;
}
</style>