Shades of Tonys Pink #F09985
Tints of Tonys Pink #F09985
RGB
CMYK
RGB Variations
Color information
#F09985 (or 0xF09985) is known color: Tonys Pink. HEX triplet: F0, 99 and 85. RGB value is (240,153,133). Sum of RGB (Red+Green+Blue) = 240+153+133=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F09985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09985 is #0F667A. Grayscale: #B0B0B0. Windows color (decimal): -1009275 or 8755696. OLE color: 8755696.
HSL color Cylindrical-coordinate representation of color #F09985: hue angle of 11.21º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F09985 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 133 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.06 |
| HSL | 11.21º | 0.78% | 0.73% | - |
| HSV(B) | 11.21º | 0.45% | 0.94% | - |
| XYZ | 51.56 | 43 | 27.77 | - |
| YUV | 176.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 133 | 0 | 0.36 | 0.45 | 0.06 | 11.21 | 0.78 | 0.73 |
| Hex | F0 | 99 | 85 | 0 | 24 | 2D | 6 | B | 4E | 49 |
| Octal | 360 | 231 | 205 | 0 | 44 | 55 | 6 | 13 | 116 | 111 |
| Binary | 11110000 | 10011001 | 10000101 | 0 | 100100 | 101101 | 110 | 1011 | 1001110 | 1001001 |
Color Harmonies of #F09985
Complementary color
Monochromatic Colors of #F09985
Black with #F09985
Text Example
Text Example
White with #F09985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09985; }
p { color: rgb(240,153,133); }
H1.HeaderClassName
{
color: #F09985;
}
.AnyTagClassName
{
color: #F09985;
}
</style>
background-color css
<style>
a { background-color: #F09985; }
a { background-color: rgb(240,153,133); }
div.DivClassName
{
background-color: #F09985;
}
.BgClassName
{
background-color: #F09985;
}
</style>
border-color css
<style>
span { border-color: #F09985; }
span { border-color: rgb(240,153,133); }
td.TdClassName
{
border-color: #F09985;
}
.TagClassName
{
border-color: #F09985;
}
</style>