Shades of Brink Pink #F55C87
Tints of Brink Pink #F55C87
RGB
CMYK
RGB Variations
Color information
#F55C87 (or 0xF55C87) is known color: Brink Pink. HEX triplet: F5, 5C and 87. RGB value is (245,92,135). Sum of RGB (Red+Green+Blue) = 245+92+135=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C87 is #0AA378. Grayscale: #8E8E8E. Windows color (decimal): -697209 or 8871157. OLE color: 8871157.
HSL color Cylindrical-coordinate representation of color #F55C87: hue angle of 343.14º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C87 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 135 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.04 |
| HSL | 343.14º | 0.88% | 0.66% | - |
| HSV(B) | 343.14º | 0.62% | 0.96% | - |
| XYZ | 45.86 | 28.82 | 26.07 | - |
| YUV | 142.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 135 | 0 | 0.62 | 0.45 | 0.04 | 343.14 | 0.88 | 0.66 |
| Hex | F5 | 5C | 87 | 0 | 3E | 2D | 4 | 157 | 58 | 42 |
| Octal | 365 | 134 | 207 | 0 | 76 | 55 | 4 | 527 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10000111 | 0 | 111110 | 101101 | 100 | 101010111 | 1011000 | 1000010 |
Color Harmonies of #F55C87
Complementary color
Monochromatic Colors of #F55C87
Black with #F55C87
Text Example
Text Example
White with #F55C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C87; }
p { color: rgb(245,92,135); }
H1.HeaderClassName
{
color: #F55C87;
}
.AnyTagClassName
{
color: #F55C87;
}
</style>
background-color css
<style>
a { background-color: #F55C87; }
a { background-color: rgb(245,92,135); }
div.DivClassName
{
background-color: #F55C87;
}
.BgClassName
{
background-color: #F55C87;
}
</style>
border-color css
<style>
span { border-color: #F55C87; }
span { border-color: rgb(245,92,135); }
td.TdClassName
{
border-color: #F55C87;
}
.TagClassName
{
border-color: #F55C87;
}
</style>