Shades of Tonys Pink #F09A8A
Tints of Tonys Pink #F09A8A
RGB
CMYK
RGB Variations
Color information
#F09A8A (or 0xF09A8A) is known color: Tonys Pink. HEX triplet: F0, 9A and 8A. RGB value is (240,154,138). Sum of RGB (Red+Green+Blue) = 240+154+138=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A8A is #0F6575. Grayscale: #B2B2B2. Windows color (decimal): -1009014 or 9083632. OLE color: 9083632.
HSL color Cylindrical-coordinate representation of color #F09A8A: hue angle of 9.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F09A8A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 138 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.06 |
| HSL | 9.41º | 0.77% | 0.74% | - |
| HSV(B) | 9.41º | 0.43% | 0.94% | - |
| XYZ | 52.08 | 43.47 | 29.69 | - |
| YUV | 177.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 138 | 0 | 0.36 | 0.42 | 0.06 | 9.41 | 0.77 | 0.74 |
| Hex | F0 | 9A | 8A | 0 | 24 | 2A | 6 | 9 | 4D | 4A |
| Octal | 360 | 232 | 212 | 0 | 44 | 52 | 6 | 11 | 115 | 112 |
| Binary | 11110000 | 10011010 | 10001010 | 0 | 100100 | 101010 | 110 | 1001 | 1001101 | 1001010 |
Color Harmonies of #F09A8A
Complementary color
Monochromatic Colors of #F09A8A
Black with #F09A8A
Text Example
Text Example
White with #F09A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A8A; }
p { color: rgb(240,154,138); }
H1.HeaderClassName
{
color: #F09A8A;
}
.AnyTagClassName
{
color: #F09A8A;
}
</style>
background-color css
<style>
a { background-color: #F09A8A; }
a { background-color: rgb(240,154,138); }
div.DivClassName
{
background-color: #F09A8A;
}
.BgClassName
{
background-color: #F09A8A;
}
</style>
border-color css
<style>
span { border-color: #F09A8A; }
span { border-color: rgb(240,154,138); }
td.TdClassName
{
border-color: #F09A8A;
}
.TagClassName
{
border-color: #F09A8A;
}
</style>