Shades of Brink Pink #FF7185
Tints of Brink Pink #FF7185
RGB
CMYK
RGB Variations
Color information
#FF7185 (or 0xFF7185) is known color: Brink Pink. HEX triplet: FF, 71 and 85. RGB value is (255,113,133). Sum of RGB (Red+Green+Blue) = 255+113+133=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7185 is #008E7A. Grayscale: #9D9D9D. Windows color (decimal): -36475 or 8745471. OLE color: 8745471.
HSL color Cylindrical-coordinate representation of color #FF7185: hue angle of 351.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7185 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 133 | - |
| CMYK | 0 | 0.56 | 0.48 | 0 |
| HSL | 351.55º | 1% | 0.72% | - |
| HSV(B) | 351.55º | 0.56% | 1% | - |
| XYZ | 51.38 | 34.76 | 26.19 | - |
| YUV | 157.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 133 | 0 | 0.56 | 0.48 | 0 | 351.55 | 1 | 0.72 |
| Hex | FF | 71 | 85 | 0 | 38 | 30 | 0 | 160 | 64 | 48 |
| Octal | 377 | 161 | 205 | 0 | 70 | 60 | 0 | 540 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10000101 | 0 | 111000 | 110000 | 0 | 101100000 | 1100100 | 1001000 |
Color Harmonies of #FF7185
Complementary color
Monochromatic Colors of #FF7185
Black with #FF7185
Text Example
Text Example
White with #FF7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7185; }
p { color: rgb(255,113,133); }
H1.HeaderClassName
{
color: #FF7185;
}
.AnyTagClassName
{
color: #FF7185;
}
</style>
background-color css
<style>
a { background-color: #FF7185; }
a { background-color: rgb(255,113,133); }
div.DivClassName
{
background-color: #FF7185;
}
.BgClassName
{
background-color: #FF7185;
}
</style>
border-color css
<style>
span { border-color: #FF7185; }
span { border-color: rgb(255,113,133); }
td.TdClassName
{
border-color: #FF7185;
}
.TagClassName
{
border-color: #FF7185;
}
</style>