Shades of Brink Pink #F55988
Tints of Brink Pink #F55988
RGB
CMYK
RGB Variations
Color information
#F55988 (or 0xF55988) is known color: Brink Pink. HEX triplet: F5, 59 and 88. RGB value is (245,89,136). Sum of RGB (Red+Green+Blue) = 245+89+136=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F55988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55988 is #0AA677. Grayscale: #8C8C8C. Windows color (decimal): -697976 or 8935925. OLE color: 8935925.
HSL color Cylindrical-coordinate representation of color #F55988: hue angle of 341.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55988 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 136 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.04 |
| HSL | 341.92º | 0.89% | 0.65% | - |
| HSV(B) | 341.92º | 0.64% | 0.96% | - |
| XYZ | 45.67 | 28.33 | 26.35 | - |
| YUV | 141 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 136 | 0 | 0.64 | 0.44 | 0.04 | 341.92 | 0.89 | 0.65 |
| Hex | F5 | 59 | 88 | 0 | 40 | 2C | 4 | 156 | 59 | 41 |
| Octal | 365 | 131 | 210 | 0 | 100 | 54 | 4 | 526 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10001000 | 0 | 1000000 | 101100 | 100 | 101010110 | 1011001 | 1000001 |
Color Harmonies of #F55988
Complementary color
Monochromatic Colors of #F55988
Black with #F55988
Text Example
Text Example
White with #F55988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55988; }
p { color: rgb(245,89,136); }
H1.HeaderClassName
{
color: #F55988;
}
.AnyTagClassName
{
color: #F55988;
}
</style>
background-color css
<style>
a { background-color: #F55988; }
a { background-color: rgb(245,89,136); }
div.DivClassName
{
background-color: #F55988;
}
.BgClassName
{
background-color: #F55988;
}
</style>
border-color css
<style>
span { border-color: #F55988; }
span { border-color: rgb(245,89,136); }
td.TdClassName
{
border-color: #F55988;
}
.TagClassName
{
border-color: #F55988;
}
</style>