Shades of Brink Pink #FC6A77
Tints of Brink Pink #FC6A77
RGB
CMYK
RGB Variations
Color information
#FC6A77 (or 0xFC6A77) is known color: Brink Pink. HEX triplet: FC, 6A and 77. RGB value is (252,106,119). Sum of RGB (Red+Green+Blue) = 252+106+119=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A77 is #039588. Grayscale: #979797. Windows color (decimal): -234889 or 7826172. OLE color: 7826172.
HSL color Cylindrical-coordinate representation of color #FC6A77: hue angle of 354.66º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6A77 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 119 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.01 |
| HSL | 354.66º | 0.96% | 0.7% | - |
| HSV(B) | 354.66º | 0.58% | 0.99% | - |
| XYZ | 48.63 | 32.34 | 21.13 | - |
| YUV | 151.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 119 | 0 | 0.58 | 0.53 | 0.01 | 354.66 | 0.96 | 0.7 |
| Hex | FC | 6A | 77 | 0 | 3A | 35 | 1 | 163 | 60 | 46 |
| Octal | 374 | 152 | 167 | 0 | 72 | 65 | 1 | 543 | 140 | 106 |
| Binary | 11111100 | 1101010 | 1110111 | 0 | 111010 | 110101 | 1 | 101100011 | 1100000 | 1000110 |
Color Harmonies of #FC6A77
Complementary color
Monochromatic Colors of #FC6A77
Black with #FC6A77
Text Example
Text Example
White with #FC6A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A77; }
p { color: rgb(252,106,119); }
H1.HeaderClassName
{
color: #FC6A77;
}
.AnyTagClassName
{
color: #FC6A77;
}
</style>
background-color css
<style>
a { background-color: #FC6A77; }
a { background-color: rgb(252,106,119); }
div.DivClassName
{
background-color: #FC6A77;
}
.BgClassName
{
background-color: #FC6A77;
}
</style>
border-color css
<style>
span { border-color: #FC6A77; }
span { border-color: rgb(252,106,119); }
td.TdClassName
{
border-color: #FC6A77;
}
.TagClassName
{
border-color: #FC6A77;
}
</style>