Shades of Tonys Pink #F2A192
Tints of Tonys Pink #F2A192
RGB
CMYK
RGB Variations
Color information
#F2A192 (or 0xF2A192) is known color: Tonys Pink. HEX triplet: F2, A1 and 92. RGB value is (242,161,146). Sum of RGB (Red+Green+Blue) = 242+161+146=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A192 is #0D5E6D. Grayscale: #B7B7B7. Windows color (decimal): -876142 or 9609714. OLE color: 9609714.
HSL color Cylindrical-coordinate representation of color #F2A192: hue angle of 9.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2A192 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 146 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.05 |
| HSL | 9.38º | 0.79% | 0.76% | - |
| HSV(B) | 9.38º | 0.4% | 0.95% | - |
| XYZ | 54.55 | 46.44 | 33.28 | - |
| YUV | 183.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 146 | 0 | 0.33 | 0.40 | 0.05 | 9.38 | 0.79 | 0.76 |
| Hex | F2 | A1 | 92 | 0 | 21 | 28 | 5 | 9 | 4F | 4C |
| Octal | 362 | 241 | 222 | 0 | 41 | 50 | 5 | 11 | 117 | 114 |
| Binary | 11110010 | 10100001 | 10010010 | 0 | 100001 | 101000 | 101 | 1001 | 1001111 | 1001100 |
Color Harmonies of #F2A192
Complementary color
Monochromatic Colors of #F2A192
Black with #F2A192
Text Example
Text Example
White with #F2A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A192; }
p { color: rgb(242,161,146); }
H1.HeaderClassName
{
color: #F2A192;
}
.AnyTagClassName
{
color: #F2A192;
}
</style>
background-color css
<style>
a { background-color: #F2A192; }
a { background-color: rgb(242,161,146); }
div.DivClassName
{
background-color: #F2A192;
}
.BgClassName
{
background-color: #F2A192;
}
</style>
border-color css
<style>
span { border-color: #F2A192; }
span { border-color: rgb(242,161,146); }
td.TdClassName
{
border-color: #F2A192;
}
.TagClassName
{
border-color: #F2A192;
}
</style>