Shades of Brink Pink #FC6586
Tints of Brink Pink #FC6586
RGB
CMYK
RGB Variations
Color information
#FC6586 (or 0xFC6586) is known color: Brink Pink. HEX triplet: FC, 65 and 86. RGB value is (252,101,134). Sum of RGB (Red+Green+Blue) = 252+101+134=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6586 is #039A79. Grayscale: #959595. Windows color (decimal): -236154 or 8807932. OLE color: 8807932.
HSL color Cylindrical-coordinate representation of color #FC6586: hue angle of 346.89º 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 #FC6586 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 134 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.01 |
| HSL | 346.89º | 0.96% | 0.69% | - |
| HSV(B) | 346.89º | 0.6% | 0.99% | - |
| XYZ | 49.1 | 31.72 | 26.09 | - |
| YUV | 149.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 134 | 0 | 0.60 | 0.47 | 0.01 | 346.89 | 0.96 | 0.69 |
| Hex | FC | 65 | 86 | 0 | 3C | 2F | 1 | 15B | 60 | 45 |
| Octal | 374 | 145 | 206 | 0 | 74 | 57 | 1 | 533 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10000110 | 0 | 111100 | 101111 | 1 | 101011011 | 1100000 | 1000101 |
Color Harmonies of #FC6586
Complementary color
Monochromatic Colors of #FC6586
Black with #FC6586
Text Example
Text Example
White with #FC6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6586; }
p { color: rgb(252,101,134); }
H1.HeaderClassName
{
color: #FC6586;
}
.AnyTagClassName
{
color: #FC6586;
}
</style>
background-color css
<style>
a { background-color: #FC6586; }
a { background-color: rgb(252,101,134); }
div.DivClassName
{
background-color: #FC6586;
}
.BgClassName
{
background-color: #FC6586;
}
</style>
border-color css
<style>
span { border-color: #FC6586; }
span { border-color: rgb(252,101,134); }
td.TdClassName
{
border-color: #FC6586;
}
.TagClassName
{
border-color: #FC6586;
}
</style>