Shades of Tonys Pink #F29A88
Tints of Tonys Pink #F29A88
RGB
CMYK
RGB Variations
Color information
#F29A88 (or 0xF29A88) is known color: Tonys Pink. HEX triplet: F2, 9A and 88. RGB value is (242,154,136). Sum of RGB (Red+Green+Blue) = 242+154+136=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A88 is #0D6577. Grayscale: #B2B2B2. Windows color (decimal): -877944 or 8952562. OLE color: 8952562.
HSL color Cylindrical-coordinate representation of color #F29A88: hue angle of 10.19º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F29A88 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 136 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.05 |
| HSL | 10.19º | 0.8% | 0.74% | - |
| HSV(B) | 10.19º | 0.44% | 0.95% | - |
| XYZ | 52.62 | 43.77 | 28.97 | - |
| YUV | 178.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 136 | 0 | 0.36 | 0.44 | 0.05 | 10.19 | 0.8 | 0.74 |
| Hex | F2 | 9A | 88 | 0 | 24 | 2C | 5 | A | 50 | 4A |
| Octal | 362 | 232 | 210 | 0 | 44 | 54 | 5 | 12 | 120 | 112 |
| Binary | 11110010 | 10011010 | 10001000 | 0 | 100100 | 101100 | 101 | 1010 | 1010000 | 1001010 |
Color Harmonies of #F29A88
Complementary color
Monochromatic Colors of #F29A88
Black with #F29A88
Text Example
Text Example
White with #F29A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A88; }
p { color: rgb(242,154,136); }
H1.HeaderClassName
{
color: #F29A88;
}
.AnyTagClassName
{
color: #F29A88;
}
</style>
background-color css
<style>
a { background-color: #F29A88; }
a { background-color: rgb(242,154,136); }
div.DivClassName
{
background-color: #F29A88;
}
.BgClassName
{
background-color: #F29A88;
}
</style>
border-color css
<style>
span { border-color: #F29A88; }
span { border-color: rgb(242,154,136); }
td.TdClassName
{
border-color: #F29A88;
}
.TagClassName
{
border-color: #F29A88;
}
</style>