Shades of Brink Pink #F55E89
Tints of Brink Pink #F55E89
RGB
CMYK
RGB Variations
Color information
#F55E89 (or 0xF55E89) is known color: Brink Pink. HEX triplet: F5, 5E and 89. RGB value is (245,94,137). Sum of RGB (Red+Green+Blue) = 245+94+137=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55E89 is #0AA176. Grayscale: #909090. Windows color (decimal): -696695 or 9002741. OLE color: 9002741.
HSL color Cylindrical-coordinate representation of color #F55E89: hue angle of 342.91º 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 #F55E89 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 137 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.04 |
| HSL | 342.91º | 0.88% | 0.66% | - |
| HSV(B) | 342.91º | 0.62% | 0.96% | - |
| XYZ | 46.17 | 29.22 | 26.87 | - |
| YUV | 144.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 137 | 0 | 0.62 | 0.44 | 0.04 | 342.91 | 0.88 | 0.66 |
| Hex | F5 | 5E | 89 | 0 | 3E | 2C | 4 | 157 | 58 | 42 |
| Octal | 365 | 136 | 211 | 0 | 76 | 54 | 4 | 527 | 130 | 102 |
| Binary | 11110101 | 1011110 | 10001001 | 0 | 111110 | 101100 | 100 | 101010111 | 1011000 | 1000010 |
Color Harmonies of #F55E89
Complementary color
Monochromatic Colors of #F55E89
Black with #F55E89
Text Example
Text Example
White with #F55E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E89; }
p { color: rgb(245,94,137); }
H1.HeaderClassName
{
color: #F55E89;
}
.AnyTagClassName
{
color: #F55E89;
}
</style>
background-color css
<style>
a { background-color: #F55E89; }
a { background-color: rgb(245,94,137); }
div.DivClassName
{
background-color: #F55E89;
}
.BgClassName
{
background-color: #F55E89;
}
</style>
border-color css
<style>
span { border-color: #F55E89; }
span { border-color: rgb(245,94,137); }
td.TdClassName
{
border-color: #F55E89;
}
.TagClassName
{
border-color: #F55E89;
}
</style>