Shades of Brink Pink #FC6786
Tints of Brink Pink #FC6786
RGB
CMYK
RGB Variations
Color information
#FC6786 (or 0xFC6786) is known color: Brink Pink. HEX triplet: FC, 67 and 86. RGB value is (252,103,134). Sum of RGB (Red+Green+Blue) = 252+103+134=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6786 is #039879. Grayscale: #979797. Windows color (decimal): -235642 or 8808444. OLE color: 8808444.
HSL color Cylindrical-coordinate representation of color #FC6786: hue angle of 347.52º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6786 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 134 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.01 |
| HSL | 347.52º | 0.96% | 0.7% | - |
| HSV(B) | 347.52º | 0.59% | 0.99% | - |
| XYZ | 49.3 | 32.12 | 26.16 | - |
| YUV | 151.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 134 | 0 | 0.59 | 0.47 | 0.01 | 347.52 | 0.96 | 0.7 |
| Hex | FC | 67 | 86 | 0 | 3B | 2F | 1 | 15C | 60 | 46 |
| Octal | 374 | 147 | 206 | 0 | 73 | 57 | 1 | 534 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10000110 | 0 | 111011 | 101111 | 1 | 101011100 | 1100000 | 1000110 |
Color Harmonies of #FC6786
Complementary color
Monochromatic Colors of #FC6786
Black with #FC6786
Text Example
Text Example
White with #FC6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6786; }
p { color: rgb(252,103,134); }
H1.HeaderClassName
{
color: #FC6786;
}
.AnyTagClassName
{
color: #FC6786;
}
</style>
background-color css
<style>
a { background-color: #FC6786; }
a { background-color: rgb(252,103,134); }
div.DivClassName
{
background-color: #FC6786;
}
.BgClassName
{
background-color: #FC6786;
}
</style>
border-color css
<style>
span { border-color: #FC6786; }
span { border-color: rgb(252,103,134); }
td.TdClassName
{
border-color: #FC6786;
}
.TagClassName
{
border-color: #FC6786;
}
</style>