Shades of Brink Pink #FC6E77
Tints of Brink Pink #FC6E77
RGB
CMYK
RGB Variations
Color information
#FC6E77 (or 0xFC6E77) is known color: Brink Pink. HEX triplet: FC, 6E and 77. RGB value is (252,110,119). Sum of RGB (Red+Green+Blue) = 252+110+119=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E77 is #039188. Grayscale: #999999. Windows color (decimal): -233865 or 7827196. OLE color: 7827196.
HSL color Cylindrical-coordinate representation of color #FC6E77: hue angle of 356.2º 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 #FC6E77 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 119 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.01 |
| HSL | 356.2º | 0.96% | 0.71% | - |
| HSV(B) | 356.2º | 0.56% | 0.99% | - |
| XYZ | 49.05 | 33.18 | 21.27 | - |
| YUV | 153.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 119 | 0 | 0.56 | 0.53 | 0.01 | 356.2 | 0.96 | 0.71 |
| Hex | FC | 6E | 77 | 0 | 38 | 35 | 1 | 164 | 60 | 47 |
| Octal | 374 | 156 | 167 | 0 | 70 | 65 | 1 | 544 | 140 | 107 |
| Binary | 11111100 | 1101110 | 1110111 | 0 | 111000 | 110101 | 1 | 101100100 | 1100000 | 1000111 |
Color Harmonies of #FC6E77
Complementary color
Monochromatic Colors of #FC6E77
Black with #FC6E77
Text Example
Text Example
White with #FC6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E77; }
p { color: rgb(252,110,119); }
H1.HeaderClassName
{
color: #FC6E77;
}
.AnyTagClassName
{
color: #FC6E77;
}
</style>
background-color css
<style>
a { background-color: #FC6E77; }
a { background-color: rgb(252,110,119); }
div.DivClassName
{
background-color: #FC6E77;
}
.BgClassName
{
background-color: #FC6E77;
}
</style>
border-color css
<style>
span { border-color: #FC6E77; }
span { border-color: rgb(252,110,119); }
td.TdClassName
{
border-color: #FC6E77;
}
.TagClassName
{
border-color: #FC6E77;
}
</style>