Shades of Brink Pink #FC6589
Tints of Brink Pink #FC6589
RGB
CMYK
RGB Variations
Color information
#FC6589 (or 0xFC6589) is known color: Brink Pink. HEX triplet: FC, 65 and 89. RGB value is (252,101,137). Sum of RGB (Red+Green+Blue) = 252+101+137=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6589 is #039A76. Grayscale: #969696. Windows color (decimal): -236151 or 9004540. OLE color: 9004540.
HSL color Cylindrical-coordinate representation of color #FC6589: hue angle of 345.7º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6589 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 137 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.01 |
| HSL | 345.7º | 0.96% | 0.69% | - |
| HSV(B) | 345.7º | 0.6% | 0.99% | - |
| XYZ | 49.31 | 31.81 | 27.21 | - |
| YUV | 150.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 137 | 0 | 0.60 | 0.46 | 0.01 | 345.7 | 0.96 | 0.69 |
| Hex | FC | 65 | 89 | 0 | 3C | 2E | 1 | 15A | 60 | 45 |
| Octal | 374 | 145 | 211 | 0 | 74 | 56 | 1 | 532 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10001001 | 0 | 111100 | 101110 | 1 | 101011010 | 1100000 | 1000101 |
Color Harmonies of #FC6589
Complementary color
Monochromatic Colors of #FC6589
Black with #FC6589
Text Example
Text Example
White with #FC6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6589; }
p { color: rgb(252,101,137); }
H1.HeaderClassName
{
color: #FC6589;
}
.AnyTagClassName
{
color: #FC6589;
}
</style>
background-color css
<style>
a { background-color: #FC6589; }
a { background-color: rgb(252,101,137); }
div.DivClassName
{
background-color: #FC6589;
}
.BgClassName
{
background-color: #FC6589;
}
</style>
border-color css
<style>
span { border-color: #FC6589; }
span { border-color: rgb(252,101,137); }
td.TdClassName
{
border-color: #FC6589;
}
.TagClassName
{
border-color: #FC6589;
}
</style>