Shades of Brink Pink #FC7786
Tints of Brink Pink #FC7786
RGB
CMYK
RGB Variations
Color information
#FC7786 (or 0xFC7786) is known color: Brink Pink. HEX triplet: FC, 77 and 86. RGB value is (252,119,134). Sum of RGB (Red+Green+Blue) = 252+119+134=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7786 is #038879. Grayscale: #A0A0A0. Windows color (decimal): -231546 or 8812540. OLE color: 8812540.
HSL color Cylindrical-coordinate representation of color #FC7786: hue angle of 353.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC7786 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 134 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.01 |
| HSL | 353.23º | 0.96% | 0.73% | - |
| HSV(B) | 353.23º | 0.53% | 0.99% | - |
| XYZ | 51.04 | 35.61 | 26.74 | - |
| YUV | 160.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 134 | 0 | 0.53 | 0.47 | 0.01 | 353.23 | 0.96 | 0.73 |
| Hex | FC | 77 | 86 | 0 | 35 | 2F | 1 | 161 | 60 | 49 |
| Octal | 374 | 167 | 206 | 0 | 65 | 57 | 1 | 541 | 140 | 111 |
| Binary | 11111100 | 1110111 | 10000110 | 0 | 110101 | 101111 | 1 | 101100001 | 1100000 | 1001001 |
Color Harmonies of #FC7786
Complementary color
Monochromatic Colors of #FC7786
Black with #FC7786
Text Example
Text Example
White with #FC7786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7786; }
p { color: rgb(252,119,134); }
H1.HeaderClassName
{
color: #FC7786;
}
.AnyTagClassName
{
color: #FC7786;
}
</style>
background-color css
<style>
a { background-color: #FC7786; }
a { background-color: rgb(252,119,134); }
div.DivClassName
{
background-color: #FC7786;
}
.BgClassName
{
background-color: #FC7786;
}
</style>
border-color css
<style>
span { border-color: #FC7786; }
span { border-color: rgb(252,119,134); }
td.TdClassName
{
border-color: #FC7786;
}
.TagClassName
{
border-color: #FC7786;
}
</style>