Shades of Brink Pink #FC7685
Tints of Brink Pink #FC7685
RGB
CMYK
RGB Variations
Color information
#FC7685 (or 0xFC7685) is known color: Brink Pink. HEX triplet: FC, 76 and 85. RGB value is (252,118,133). Sum of RGB (Red+Green+Blue) = 252+118+133=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7685 is #03897A. Grayscale: #9F9F9F. Windows color (decimal): -231803 or 8746748. OLE color: 8746748.
HSL color Cylindrical-coordinate representation of color #FC7685: hue angle of 353.28º 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 #FC7685 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 133 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.01 |
| HSL | 353.28º | 0.96% | 0.73% | - |
| HSV(B) | 353.28º | 0.53% | 0.99% | - |
| XYZ | 50.86 | 35.35 | 26.33 | - |
| YUV | 159.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 133 | 0 | 0.53 | 0.47 | 0.01 | 353.28 | 0.96 | 0.73 |
| Hex | FC | 76 | 85 | 0 | 35 | 2F | 1 | 161 | 60 | 49 |
| Octal | 374 | 166 | 205 | 0 | 65 | 57 | 1 | 541 | 140 | 111 |
| Binary | 11111100 | 1110110 | 10000101 | 0 | 110101 | 101111 | 1 | 101100001 | 1100000 | 1001001 |
Color Harmonies of #FC7685
Complementary color
Monochromatic Colors of #FC7685
Black with #FC7685
Text Example
Text Example
White with #FC7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7685; }
p { color: rgb(252,118,133); }
H1.HeaderClassName
{
color: #FC7685;
}
.AnyTagClassName
{
color: #FC7685;
}
</style>
background-color css
<style>
a { background-color: #FC7685; }
a { background-color: rgb(252,118,133); }
div.DivClassName
{
background-color: #FC7685;
}
.BgClassName
{
background-color: #FC7685;
}
</style>
border-color css
<style>
span { border-color: #FC7685; }
span { border-color: rgb(252,118,133); }
td.TdClassName
{
border-color: #FC7685;
}
.TagClassName
{
border-color: #FC7685;
}
</style>