Shades of Brink Pink #FC7085
Tints of Brink Pink #FC7085
RGB
CMYK
RGB Variations
Color information
#FC7085 (or 0xFC7085) is known color: Brink Pink. HEX triplet: FC, 70 and 85. RGB value is (252,112,133). Sum of RGB (Red+Green+Blue) = 252+112+133=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7085 is #038F7A. Grayscale: #9C9C9C. Windows color (decimal): -233339 or 8745212. OLE color: 8745212.
HSL color Cylindrical-coordinate representation of color #FC7085: hue angle of 351º 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 #FC7085 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 133 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.01 |
| HSL | 351º | 0.96% | 0.71% | - |
| HSV(B) | 351º | 0.56% | 0.99% | - |
| XYZ | 50.17 | 33.98 | 26.1 | - |
| YUV | 156.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 133 | 0 | 0.56 | 0.47 | 0.01 | 351 | 0.96 | 0.71 |
| Hex | FC | 70 | 85 | 0 | 38 | 2F | 1 | 15F | 60 | 47 |
| Octal | 374 | 160 | 205 | 0 | 70 | 57 | 1 | 537 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10000101 | 0 | 111000 | 101111 | 1 | 101011111 | 1100000 | 1000111 |
Color Harmonies of #FC7085
Complementary color
Monochromatic Colors of #FC7085
Black with #FC7085
Text Example
Text Example
White with #FC7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7085; }
p { color: rgb(252,112,133); }
H1.HeaderClassName
{
color: #FC7085;
}
.AnyTagClassName
{
color: #FC7085;
}
</style>
background-color css
<style>
a { background-color: #FC7085; }
a { background-color: rgb(252,112,133); }
div.DivClassName
{
background-color: #FC7085;
}
.BgClassName
{
background-color: #FC7085;
}
</style>
border-color css
<style>
span { border-color: #FC7085; }
span { border-color: rgb(252,112,133); }
td.TdClassName
{
border-color: #FC7085;
}
.TagClassName
{
border-color: #FC7085;
}
</style>