Shades of Tonys Pink #F2A484
Tints of Tonys Pink #F2A484
RGB
CMYK
RGB Variations
Color information
#F2A484 (or 0xF2A484) is known color: Tonys Pink. HEX triplet: F2, A4 and 84. RGB value is (242,164,132). Sum of RGB (Red+Green+Blue) = 242+164+132=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A484 is #0D5B7B. Grayscale: #B7B7B7. Windows color (decimal): -875388 or 8692978. OLE color: 8692978.
HSL color Cylindrical-coordinate representation of color #F2A484: hue angle of 17.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2A484 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 132 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.05 |
| HSL | 17.45º | 0.81% | 0.73% | - |
| HSV(B) | 17.45º | 0.45% | 0.95% | - |
| XYZ | 54.06 | 47.09 | 28.07 | - |
| YUV | 183.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 132 | 0 | 0.32 | 0.45 | 0.05 | 17.45 | 0.81 | 0.73 |
| Hex | F2 | A4 | 84 | 0 | 20 | 2D | 5 | 11 | 51 | 49 |
| Octal | 362 | 244 | 204 | 0 | 40 | 55 | 5 | 21 | 121 | 111 |
| Binary | 11110010 | 10100100 | 10000100 | 0 | 100000 | 101101 | 101 | 10001 | 1010001 | 1001001 |
Color Harmonies of #F2A484
Complementary color
Monochromatic Colors of #F2A484
Black with #F2A484
Text Example
Text Example
White with #F2A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A484; }
p { color: rgb(242,164,132); }
H1.HeaderClassName
{
color: #F2A484;
}
.AnyTagClassName
{
color: #F2A484;
}
</style>
background-color css
<style>
a { background-color: #F2A484; }
a { background-color: rgb(242,164,132); }
div.DivClassName
{
background-color: #F2A484;
}
.BgClassName
{
background-color: #F2A484;
}
</style>
border-color css
<style>
span { border-color: #F2A484; }
span { border-color: rgb(242,164,132); }
td.TdClassName
{
border-color: #F2A484;
}
.TagClassName
{
border-color: #F2A484;
}
</style>