Shades of Tonys Pink #F2A583
Tints of Tonys Pink #F2A583
RGB
CMYK
RGB Variations
Color information
#F2A583 (or 0xF2A583) is known color: Tonys Pink. HEX triplet: F2, A5 and 83. RGB value is (242,165,131). Sum of RGB (Red+Green+Blue) = 242+165+131=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A583 is #0D5A7C. Grayscale: #B8B8B8. Windows color (decimal): -875133 or 8627698. OLE color: 8627698.
HSL color Cylindrical-coordinate representation of color #F2A583: hue angle of 18.38º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2A583 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 131 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.05 |
| HSL | 18.38º | 0.81% | 0.73% | - |
| HSV(B) | 18.38º | 0.46% | 0.95% | - |
| XYZ | 54.17 | 47.43 | 27.77 | - |
| YUV | 184.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 131 | 0 | 0.32 | 0.46 | 0.05 | 18.38 | 0.81 | 0.73 |
| Hex | F2 | A5 | 83 | 0 | 20 | 2E | 5 | 12 | 51 | 49 |
| Octal | 362 | 245 | 203 | 0 | 40 | 56 | 5 | 22 | 121 | 111 |
| Binary | 11110010 | 10100101 | 10000011 | 0 | 100000 | 101110 | 101 | 10010 | 1010001 | 1001001 |
Color Harmonies of #F2A583
Complementary color
Monochromatic Colors of #F2A583
Black with #F2A583
Text Example
Text Example
White with #F2A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A583; }
p { color: rgb(242,165,131); }
H1.HeaderClassName
{
color: #F2A583;
}
.AnyTagClassName
{
color: #F2A583;
}
</style>
background-color css
<style>
a { background-color: #F2A583; }
a { background-color: rgb(242,165,131); }
div.DivClassName
{
background-color: #F2A583;
}
.BgClassName
{
background-color: #F2A583;
}
</style>
border-color css
<style>
span { border-color: #F2A583; }
span { border-color: rgb(242,165,131); }
td.TdClassName
{
border-color: #F2A583;
}
.TagClassName
{
border-color: #F2A583;
}
</style>