Shades of Brink Pink #F55B87
Tints of Brink Pink #F55B87
RGB
CMYK
RGB Variations
Color information
#F55B87 (or 0xF55B87) is known color: Brink Pink. HEX triplet: F5, 5B and 87. RGB value is (245,91,135). Sum of RGB (Red+Green+Blue) = 245+91+135=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55B87 is #0AA478. Grayscale: #8E8E8E. Windows color (decimal): -697465 or 8870901. OLE color: 8870901.
HSL color Cylindrical-coordinate representation of color #F55B87: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55B87 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 135 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.04 |
| HSL | 342.86º | 0.89% | 0.66% | - |
| HSV(B) | 342.86º | 0.63% | 0.96% | - |
| XYZ | 45.77 | 28.64 | 26.04 | - |
| YUV | 142.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 135 | 0 | 0.63 | 0.45 | 0.04 | 342.86 | 0.89 | 0.66 |
| Hex | F5 | 5B | 87 | 0 | 3F | 2D | 4 | 157 | 59 | 42 |
| Octal | 365 | 133 | 207 | 0 | 77 | 55 | 4 | 527 | 131 | 102 |
| Binary | 11110101 | 1011011 | 10000111 | 0 | 111111 | 101101 | 100 | 101010111 | 1011001 | 1000010 |
Color Harmonies of #F55B87
Complementary color
Monochromatic Colors of #F55B87
Black with #F55B87
Text Example
Text Example
White with #F55B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B87; }
p { color: rgb(245,91,135); }
H1.HeaderClassName
{
color: #F55B87;
}
.AnyTagClassName
{
color: #F55B87;
}
</style>
background-color css
<style>
a { background-color: #F55B87; }
a { background-color: rgb(245,91,135); }
div.DivClassName
{
background-color: #F55B87;
}
.BgClassName
{
background-color: #F55B87;
}
</style>
border-color css
<style>
span { border-color: #F55B87; }
span { border-color: rgb(245,91,135); }
td.TdClassName
{
border-color: #F55B87;
}
.TagClassName
{
border-color: #F55B87;
}
</style>