Shades of Brink Pink #F56189
Tints of Brink Pink #F56189
RGB
CMYK
RGB Variations
Color information
#F56189 (or 0xF56189) is known color: Brink Pink. HEX triplet: F5, 61 and 89. RGB value is (245,97,137). Sum of RGB (Red+Green+Blue) = 245+97+137=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F56189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56189 is #0A9E76. Grayscale: #919191. Windows color (decimal): -695927 or 9003509. OLE color: 9003509.
HSL color Cylindrical-coordinate representation of color #F56189: hue angle of 343.78º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56189 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 137 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.04 |
| HSL | 343.78º | 0.88% | 0.67% | - |
| HSV(B) | 343.78º | 0.6% | 0.96% | - |
| XYZ | 46.45 | 29.77 | 26.96 | - |
| YUV | 145.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 137 | 0 | 0.60 | 0.44 | 0.04 | 343.78 | 0.88 | 0.67 |
| Hex | F5 | 61 | 89 | 0 | 3C | 2C | 4 | 158 | 58 | 43 |
| Octal | 365 | 141 | 211 | 0 | 74 | 54 | 4 | 530 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10001001 | 0 | 111100 | 101100 | 100 | 101011000 | 1011000 | 1000011 |
Color Harmonies of #F56189
Complementary color
Monochromatic Colors of #F56189
Black with #F56189
Text Example
Text Example
White with #F56189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56189; }
p { color: rgb(245,97,137); }
H1.HeaderClassName
{
color: #F56189;
}
.AnyTagClassName
{
color: #F56189;
}
</style>
background-color css
<style>
a { background-color: #F56189; }
a { background-color: rgb(245,97,137); }
div.DivClassName
{
background-color: #F56189;
}
.BgClassName
{
background-color: #F56189;
}
</style>
border-color css
<style>
span { border-color: #F56189; }
span { border-color: rgb(245,97,137); }
td.TdClassName
{
border-color: #F56189;
}
.TagClassName
{
border-color: #F56189;
}
</style>