Shades of Brink Pink #FC6E7C
Tints of Brink Pink #FC6E7C
RGB
CMYK
RGB Variations
Color information
#FC6E7C (or 0xFC6E7C) is known color: Brink Pink. HEX triplet: FC, 6E and 7C. RGB value is (252,110,124). Sum of RGB (Red+Green+Blue) = 252+110+124=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E7C is #039183. Grayscale: #9A9A9A. Windows color (decimal): -233860 or 8154876. OLE color: 8154876.
HSL color Cylindrical-coordinate representation of color #FC6E7C: hue angle of 354.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6E7C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 124 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.01 |
| HSL | 354.08º | 0.96% | 0.71% | - |
| HSV(B) | 354.08º | 0.56% | 0.99% | - |
| XYZ | 49.36 | 33.3 | 22.9 | - |
| YUV | 154.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 124 | 0 | 0.56 | 0.51 | 0.01 | 354.08 | 0.96 | 0.71 |
| Hex | FC | 6E | 7C | 0 | 38 | 33 | 1 | 162 | 60 | 47 |
| Octal | 374 | 156 | 174 | 0 | 70 | 63 | 1 | 542 | 140 | 107 |
| Binary | 11111100 | 1101110 | 1111100 | 0 | 111000 | 110011 | 1 | 101100010 | 1100000 | 1000111 |
Color Harmonies of #FC6E7C
Complementary color
Monochromatic Colors of #FC6E7C
Black with #FC6E7C
Text Example
Text Example
White with #FC6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E7C; }
p { color: rgb(252,110,124); }
H1.HeaderClassName
{
color: #FC6E7C;
}
.AnyTagClassName
{
color: #FC6E7C;
}
</style>
background-color css
<style>
a { background-color: #FC6E7C; }
a { background-color: rgb(252,110,124); }
div.DivClassName
{
background-color: #FC6E7C;
}
.BgClassName
{
background-color: #FC6E7C;
}
</style>
border-color css
<style>
span { border-color: #FC6E7C; }
span { border-color: rgb(252,110,124); }
td.TdClassName
{
border-color: #FC6E7C;
}
.TagClassName
{
border-color: #FC6E7C;
}
</style>