Shades of Brink Pink #F56E89
Tints of Brink Pink #F56E89
RGB
CMYK
RGB Variations
Color information
#F56E89 (or 0xF56E89) is known color: Brink Pink. HEX triplet: F5, 6E and 89. RGB value is (245,110,137). Sum of RGB (Red+Green+Blue) = 245+110+137=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56E89 is #0A9176. Grayscale: #999999. Windows color (decimal): -692599 or 9006837. OLE color: 9006837.
HSL color Cylindrical-coordinate representation of color #F56E89: hue angle of 348º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56E89 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 137 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.04 |
| HSL | 348º | 0.87% | 0.7% | - |
| HSV(B) | 348º | 0.55% | 0.96% | - |
| XYZ | 47.75 | 32.37 | 27.4 | - |
| YUV | 153.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 137 | 0 | 0.55 | 0.44 | 0.04 | 348 | 0.87 | 0.7 |
| Hex | F5 | 6E | 89 | 0 | 37 | 2C | 4 | 15C | 57 | 46 |
| Octal | 365 | 156 | 211 | 0 | 67 | 54 | 4 | 534 | 127 | 106 |
| Binary | 11110101 | 1101110 | 10001001 | 0 | 110111 | 101100 | 100 | 101011100 | 1010111 | 1000110 |
Color Harmonies of #F56E89
Complementary color
Monochromatic Colors of #F56E89
Black with #F56E89
Text Example
Text Example
White with #F56E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56E89; }
p { color: rgb(245,110,137); }
H1.HeaderClassName
{
color: #F56E89;
}
.AnyTagClassName
{
color: #F56E89;
}
</style>
background-color css
<style>
a { background-color: #F56E89; }
a { background-color: rgb(245,110,137); }
div.DivClassName
{
background-color: #F56E89;
}
.BgClassName
{
background-color: #F56E89;
}
</style>
border-color css
<style>
span { border-color: #F56E89; }
span { border-color: rgb(245,110,137); }
td.TdClassName
{
border-color: #F56E89;
}
.TagClassName
{
border-color: #F56E89;
}
</style>