Shades of Brink Pink #FC7185
Tints of Brink Pink #FC7185
RGB
CMYK
RGB Variations
Color information
#FC7185 (or 0xFC7185) is known color: Brink Pink. HEX triplet: FC, 71 and 85. RGB value is (252,113,133). Sum of RGB (Red+Green+Blue) = 252+113+133=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7185 is #038E7A. Grayscale: #9C9C9C. Windows color (decimal): -233083 or 8745468. OLE color: 8745468.
HSL color Cylindrical-coordinate representation of color #FC7185: hue angle of 351.37º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC7185 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 133 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.01 |
| HSL | 351.37º | 0.96% | 0.72% | - |
| HSV(B) | 351.37º | 0.55% | 0.99% | - |
| XYZ | 50.28 | 34.2 | 26.14 | - |
| YUV | 156.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 133 | 0 | 0.55 | 0.47 | 0.01 | 351.37 | 0.96 | 0.72 |
| Hex | FC | 71 | 85 | 0 | 37 | 2F | 1 | 15F | 60 | 48 |
| Octal | 374 | 161 | 205 | 0 | 67 | 57 | 1 | 537 | 140 | 110 |
| Binary | 11111100 | 1110001 | 10000101 | 0 | 110111 | 101111 | 1 | 101011111 | 1100000 | 1001000 |
Color Harmonies of #FC7185
Complementary color
Monochromatic Colors of #FC7185
Black with #FC7185
Text Example
Text Example
White with #FC7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7185; }
p { color: rgb(252,113,133); }
H1.HeaderClassName
{
color: #FC7185;
}
.AnyTagClassName
{
color: #FC7185;
}
</style>
background-color css
<style>
a { background-color: #FC7185; }
a { background-color: rgb(252,113,133); }
div.DivClassName
{
background-color: #FC7185;
}
.BgClassName
{
background-color: #FC7185;
}
</style>
border-color css
<style>
span { border-color: #FC7185; }
span { border-color: rgb(252,113,133); }
td.TdClassName
{
border-color: #FC7185;
}
.TagClassName
{
border-color: #FC7185;
}
</style>