Shades of Brink Pink #FC6D7C
Tints of Brink Pink #FC6D7C
RGB
CMYK
RGB Variations
Color information
#FC6D7C (or 0xFC6D7C) is known color: Brink Pink. HEX triplet: FC, 6D and 7C. RGB value is (252,109,124). Sum of RGB (Red+Green+Blue) = 252+109+124=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D7C is #039283. Grayscale: #999999. Windows color (decimal): -234116 or 8154620. OLE color: 8154620.
HSL color Cylindrical-coordinate representation of color #FC6D7C: hue angle of 353.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6D7C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 124 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.01 |
| HSL | 353.71º | 0.96% | 0.71% | - |
| HSV(B) | 353.71º | 0.57% | 0.99% | - |
| XYZ | 49.25 | 33.09 | 22.86 | - |
| YUV | 153.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 124 | 0 | 0.57 | 0.51 | 0.01 | 353.71 | 0.96 | 0.71 |
| Hex | FC | 6D | 7C | 0 | 39 | 33 | 1 | 162 | 60 | 47 |
| Octal | 374 | 155 | 174 | 0 | 71 | 63 | 1 | 542 | 140 | 107 |
| Binary | 11111100 | 1101101 | 1111100 | 0 | 111001 | 110011 | 1 | 101100010 | 1100000 | 1000111 |
Color Harmonies of #FC6D7C
Complementary color
Monochromatic Colors of #FC6D7C
Black with #FC6D7C
Text Example
Text Example
White with #FC6D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D7C; }
p { color: rgb(252,109,124); }
H1.HeaderClassName
{
color: #FC6D7C;
}
.AnyTagClassName
{
color: #FC6D7C;
}
</style>
background-color css
<style>
a { background-color: #FC6D7C; }
a { background-color: rgb(252,109,124); }
div.DivClassName
{
background-color: #FC6D7C;
}
.BgClassName
{
background-color: #FC6D7C;
}
</style>
border-color css
<style>
span { border-color: #FC6D7C; }
span { border-color: rgb(252,109,124); }
td.TdClassName
{
border-color: #FC6D7C;
}
.TagClassName
{
border-color: #FC6D7C;
}
</style>