Shades of Brink Pink #FF7085
Tints of Brink Pink #FF7085
RGB
CMYK
RGB Variations
Color information
#FF7085 (or 0xFF7085) is known color: Brink Pink. HEX triplet: FF, 70 and 85. RGB value is (255,112,133). Sum of RGB (Red+Green+Blue) = 255+112+133=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7085 is #008F7A. Grayscale: #9D9D9D. Windows color (decimal): -36731 or 8745215. OLE color: 8745215.
HSL color Cylindrical-coordinate representation of color #FF7085: hue angle of 351.19º 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 #FF7085 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 133 | - |
| CMYK | 0 | 0.56 | 0.48 | 0 |
| HSL | 351.19º | 1% | 0.72% | - |
| HSV(B) | 351.19º | 0.56% | 1% | - |
| XYZ | 51.27 | 34.54 | 26.16 | - |
| YUV | 157.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 133 | 0 | 0.56 | 0.48 | 0 | 351.19 | 1 | 0.72 |
| Hex | FF | 70 | 85 | 0 | 38 | 30 | 0 | 15F | 64 | 48 |
| Octal | 377 | 160 | 205 | 0 | 70 | 60 | 0 | 537 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10000101 | 0 | 111000 | 110000 | 0 | 101011111 | 1100100 | 1001000 |
Color Harmonies of #FF7085
Complementary color
Monochromatic Colors of #FF7085
Black with #FF7085
Text Example
Text Example
White with #FF7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7085; }
p { color: rgb(255,112,133); }
H1.HeaderClassName
{
color: #FF7085;
}
.AnyTagClassName
{
color: #FF7085;
}
</style>
background-color css
<style>
a { background-color: #FF7085; }
a { background-color: rgb(255,112,133); }
div.DivClassName
{
background-color: #FF7085;
}
.BgClassName
{
background-color: #FF7085;
}
</style>
border-color css
<style>
span { border-color: #FF7085; }
span { border-color: rgb(255,112,133); }
td.TdClassName
{
border-color: #FF7085;
}
.TagClassName
{
border-color: #FF7085;
}
</style>