Shades of Tonys Pink #F2A288
Tints of Tonys Pink #F2A288
RGB
CMYK
RGB Variations
Color information
#F2A288 (or 0xF2A288) is known color: Tonys Pink. HEX triplet: F2, A2 and 88. RGB value is (242,162,136). Sum of RGB (Red+Green+Blue) = 242+162+136=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A288 is #0D5D77. Grayscale: #B7B7B7. Windows color (decimal): -875896 or 8954610. OLE color: 8954610.
HSL color Cylindrical-coordinate representation of color #F2A288: hue angle of 14.72º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2A288 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 136 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.05 |
| HSL | 14.72º | 0.8% | 0.74% | - |
| HSV(B) | 14.72º | 0.44% | 0.95% | - |
| XYZ | 53.98 | 46.5 | 29.42 | - |
| YUV | 182.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 136 | 0 | 0.33 | 0.44 | 0.05 | 14.72 | 0.8 | 0.74 |
| Hex | F2 | A2 | 88 | 0 | 21 | 2C | 5 | F | 50 | 4A |
| Octal | 362 | 242 | 210 | 0 | 41 | 54 | 5 | 17 | 120 | 112 |
| Binary | 11110010 | 10100010 | 10001000 | 0 | 100001 | 101100 | 101 | 1111 | 1010000 | 1001010 |
Color Harmonies of #F2A288
Complementary color
Monochromatic Colors of #F2A288
Black with #F2A288
Text Example
Text Example
White with #F2A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A288; }
p { color: rgb(242,162,136); }
H1.HeaderClassName
{
color: #F2A288;
}
.AnyTagClassName
{
color: #F2A288;
}
</style>
background-color css
<style>
a { background-color: #F2A288; }
a { background-color: rgb(242,162,136); }
div.DivClassName
{
background-color: #F2A288;
}
.BgClassName
{
background-color: #F2A288;
}
</style>
border-color css
<style>
span { border-color: #F2A288; }
span { border-color: rgb(242,162,136); }
td.TdClassName
{
border-color: #F2A288;
}
.TagClassName
{
border-color: #F2A288;
}
</style>