Shades of Brink Pink #FA6589
Tints of Brink Pink #FA6589
RGB
CMYK
RGB Variations
Color information
#FA6589 (or 0xFA6589) is known color: Brink Pink. HEX triplet: FA, 65 and 89. RGB value is (250,101,137). Sum of RGB (Red+Green+Blue) = 250+101+137=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6589 is #059A76. Grayscale: #959595. Windows color (decimal): -367223 or 9004538. OLE color: 9004538.
HSL color Cylindrical-coordinate representation of color #FA6589: hue angle of 345.5º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6589 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 137 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.02 |
| HSL | 345.5º | 0.94% | 0.69% | - |
| HSV(B) | 345.5º | 0.6% | 0.98% | - |
| XYZ | 48.59 | 31.44 | 27.17 | - |
| YUV | 149.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 137 | 0 | 0.60 | 0.45 | 0.02 | 345.5 | 0.94 | 0.69 |
| Hex | FA | 65 | 89 | 0 | 3C | 2D | 2 | 15A | 5E | 45 |
| Octal | 372 | 145 | 211 | 0 | 74 | 55 | 2 | 532 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10001001 | 0 | 111100 | 101101 | 10 | 101011010 | 1011110 | 1000101 |
Color Harmonies of #FA6589
Complementary color
Monochromatic Colors of #FA6589
Black with #FA6589
Text Example
Text Example
White with #FA6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6589; }
p { color: rgb(250,101,137); }
H1.HeaderClassName
{
color: #FA6589;
}
.AnyTagClassName
{
color: #FA6589;
}
</style>
background-color css
<style>
a { background-color: #FA6589; }
a { background-color: rgb(250,101,137); }
div.DivClassName
{
background-color: #FA6589;
}
.BgClassName
{
background-color: #FA6589;
}
</style>
border-color css
<style>
span { border-color: #FA6589; }
span { border-color: rgb(250,101,137); }
td.TdClassName
{
border-color: #FA6589;
}
.TagClassName
{
border-color: #FA6589;
}
</style>