Shades of Brink Pink #FC6587
Tints of Brink Pink #FC6587
RGB
CMYK
RGB Variations
Color information
#FC6587 (or 0xFC6587) is known color: Brink Pink. HEX triplet: FC, 65 and 87. RGB value is (252,101,135). Sum of RGB (Red+Green+Blue) = 252+101+135=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6587 is #039A78. Grayscale: #969696. Windows color (decimal): -236153 or 8873468. OLE color: 8873468.
HSL color Cylindrical-coordinate representation of color #FC6587: hue angle of 346.49º 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 #FC6587 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 135 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.01 |
| HSL | 346.49º | 0.96% | 0.69% | - |
| HSV(B) | 346.49º | 0.6% | 0.99% | - |
| XYZ | 49.17 | 31.75 | 26.46 | - |
| YUV | 150.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 135 | 0 | 0.60 | 0.46 | 0.01 | 346.49 | 0.96 | 0.69 |
| Hex | FC | 65 | 87 | 0 | 3C | 2E | 1 | 15A | 60 | 45 |
| Octal | 374 | 145 | 207 | 0 | 74 | 56 | 1 | 532 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10000111 | 0 | 111100 | 101110 | 1 | 101011010 | 1100000 | 1000101 |
Color Harmonies of #FC6587
Complementary color
Monochromatic Colors of #FC6587
Black with #FC6587
Text Example
Text Example
White with #FC6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6587; }
p { color: rgb(252,101,135); }
H1.HeaderClassName
{
color: #FC6587;
}
.AnyTagClassName
{
color: #FC6587;
}
</style>
background-color css
<style>
a { background-color: #FC6587; }
a { background-color: rgb(252,101,135); }
div.DivClassName
{
background-color: #FC6587;
}
.BgClassName
{
background-color: #FC6587;
}
</style>
border-color css
<style>
span { border-color: #FC6587; }
span { border-color: rgb(252,101,135); }
td.TdClassName
{
border-color: #FC6587;
}
.TagClassName
{
border-color: #FC6587;
}
</style>