Shades of Tonys Pink #F0A380
Tints of Tonys Pink #F0A380
RGB
CMYK
RGB Variations
Color information
#F0A380 (or 0xF0A380) is known color: Tonys Pink. HEX triplet: F0, A3 and 80. RGB value is (240,163,128). Sum of RGB (Red+Green+Blue) = 240+163+128=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A380 is #0F5C7F. Grayscale: #B6B6B6. Windows color (decimal): -1006720 or 8430576. OLE color: 8430576.
HSL color Cylindrical-coordinate representation of color #F0A380: hue angle of 18.75º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0A380 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 128 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.06 |
| HSL | 18.75º | 0.79% | 0.72% | - |
| HSV(B) | 18.75º | 0.47% | 0.94% | - |
| XYZ | 52.93 | 46.28 | 26.57 | - |
| YUV | 182.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 128 | 0 | 0.32 | 0.47 | 0.06 | 18.75 | 0.79 | 0.72 |
| Hex | F0 | A3 | 80 | 0 | 20 | 2F | 6 | 13 | 4F | 48 |
| Octal | 360 | 243 | 200 | 0 | 40 | 57 | 6 | 23 | 117 | 110 |
| Binary | 11110000 | 10100011 | 10000000 | 0 | 100000 | 101111 | 110 | 10011 | 1001111 | 1001000 |
Color Harmonies of #F0A380
Complementary color
Monochromatic Colors of #F0A380
Black with #F0A380
Text Example
Text Example
White with #F0A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A380; }
p { color: rgb(240,163,128); }
H1.HeaderClassName
{
color: #F0A380;
}
.AnyTagClassName
{
color: #F0A380;
}
</style>
background-color css
<style>
a { background-color: #F0A380; }
a { background-color: rgb(240,163,128); }
div.DivClassName
{
background-color: #F0A380;
}
.BgClassName
{
background-color: #F0A380;
}
</style>
border-color css
<style>
span { border-color: #F0A380; }
span { border-color: rgb(240,163,128); }
td.TdClassName
{
border-color: #F0A380;
}
.TagClassName
{
border-color: #F0A380;
}
</style>