Shades of Brink Pink #FF6589
Tints of Brink Pink #FF6589
RGB
CMYK
RGB Variations
Color information
#FF6589 (or 0xFF6589) is known color: Brink Pink. HEX triplet: FF, 65 and 89. RGB value is (255,101,137). Sum of RGB (Red+Green+Blue) = 255+101+137=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6589 is #009A76. Grayscale: #979797. Windows color (decimal): -39543 or 9004543. OLE color: 9004543.
HSL color Cylindrical-coordinate representation of color #FF6589: hue angle of 345.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6589 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 137 | - |
| CMYK | 0 | 0.60 | 0.46 | 0 |
| HSL | 345.97º | 1% | 0.7% | - |
| HSV(B) | 345.97º | 0.6% | 1% | - |
| XYZ | 50.41 | 32.37 | 27.26 | - |
| YUV | 151.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 137 | 0 | 0.60 | 0.46 | 0 | 345.97 | 1 | 0.7 |
| Hex | FF | 65 | 89 | 0 | 3C | 2E | 0 | 15A | 64 | 46 |
| Octal | 377 | 145 | 211 | 0 | 74 | 56 | 0 | 532 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10001001 | 0 | 111100 | 101110 | 0 | 101011010 | 1100100 | 1000110 |
Color Harmonies of #FF6589
Complementary color
Monochromatic Colors of #FF6589
Black with #FF6589
Text Example
Text Example
White with #FF6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6589; }
p { color: rgb(255,101,137); }
H1.HeaderClassName
{
color: #FF6589;
}
.AnyTagClassName
{
color: #FF6589;
}
</style>
background-color css
<style>
a { background-color: #FF6589; }
a { background-color: rgb(255,101,137); }
div.DivClassName
{
background-color: #FF6589;
}
.BgClassName
{
background-color: #FF6589;
}
</style>
border-color css
<style>
span { border-color: #FF6589; }
span { border-color: rgb(255,101,137); }
td.TdClassName
{
border-color: #FF6589;
}
.TagClassName
{
border-color: #FF6589;
}
</style>