Shades of Tonys Pink #F2A388
Tints of Tonys Pink #F2A388
RGB
CMYK
RGB Variations
Color information
#F2A388 (or 0xF2A388) is known color: Tonys Pink. HEX triplet: F2, A3 and 88. RGB value is (242,163,136). Sum of RGB (Red+Green+Blue) = 242+163+136=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A388 is #0D5C77. Grayscale: #B7B7B7. Windows color (decimal): -875640 or 8954866. OLE color: 8954866.
HSL color Cylindrical-coordinate representation of color #F2A388: hue angle of 15.28º 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 #F2A388 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 136 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.05 |
| HSL | 15.28º | 0.8% | 0.74% | - |
| HSV(B) | 15.28º | 0.44% | 0.95% | - |
| XYZ | 54.16 | 46.85 | 29.48 | - |
| YUV | 183.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 136 | 0 | 0.33 | 0.44 | 0.05 | 15.28 | 0.8 | 0.74 |
| Hex | F2 | A3 | 88 | 0 | 21 | 2C | 5 | F | 50 | 4A |
| Octal | 362 | 243 | 210 | 0 | 41 | 54 | 5 | 17 | 120 | 112 |
| Binary | 11110010 | 10100011 | 10001000 | 0 | 100001 | 101100 | 101 | 1111 | 1010000 | 1001010 |
Color Harmonies of #F2A388
Complementary color
Monochromatic Colors of #F2A388
Black with #F2A388
Text Example
Text Example
White with #F2A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A388; }
p { color: rgb(242,163,136); }
H1.HeaderClassName
{
color: #F2A388;
}
.AnyTagClassName
{
color: #F2A388;
}
</style>
background-color css
<style>
a { background-color: #F2A388; }
a { background-color: rgb(242,163,136); }
div.DivClassName
{
background-color: #F2A388;
}
.BgClassName
{
background-color: #F2A388;
}
</style>
border-color css
<style>
span { border-color: #F2A388; }
span { border-color: rgb(242,163,136); }
td.TdClassName
{
border-color: #F2A388;
}
.TagClassName
{
border-color: #F2A388;
}
</style>