Shades of Brink Pink #F55986
Tints of Brink Pink #F55986
RGB
CMYK
RGB Variations
Color information
#F55986 (or 0xF55986) is known color: Brink Pink. HEX triplet: F5, 59 and 86. RGB value is (245,89,134). Sum of RGB (Red+Green+Blue) = 245+89+134=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F55986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55986 is #0AA679. Grayscale: #8C8C8C. Windows color (decimal): -697978 or 8804853. OLE color: 8804853.
HSL color Cylindrical-coordinate representation of color #F55986: hue angle of 342.69º 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 #F55986 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 134 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.04 |
| HSL | 342.69º | 0.89% | 0.65% | - |
| HSV(B) | 342.69º | 0.64% | 0.96% | - |
| XYZ | 45.53 | 28.28 | 25.61 | - |
| YUV | 140.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 134 | 0 | 0.64 | 0.45 | 0.04 | 342.69 | 0.89 | 0.65 |
| Hex | F5 | 59 | 86 | 0 | 40 | 2D | 4 | 157 | 59 | 41 |
| Octal | 365 | 131 | 206 | 0 | 100 | 55 | 4 | 527 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10000110 | 0 | 1000000 | 101101 | 100 | 101010111 | 1011001 | 1000001 |
Color Harmonies of #F55986
Complementary color
Monochromatic Colors of #F55986
Black with #F55986
Text Example
Text Example
White with #F55986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55986; }
p { color: rgb(245,89,134); }
H1.HeaderClassName
{
color: #F55986;
}
.AnyTagClassName
{
color: #F55986;
}
</style>
background-color css
<style>
a { background-color: #F55986; }
a { background-color: rgb(245,89,134); }
div.DivClassName
{
background-color: #F55986;
}
.BgClassName
{
background-color: #F55986;
}
</style>
border-color css
<style>
span { border-color: #F55986; }
span { border-color: rgb(245,89,134); }
td.TdClassName
{
border-color: #F55986;
}
.TagClassName
{
border-color: #F55986;
}
</style>