Shades of Brink Pink #FF7D85
Tints of Brink Pink #FF7D85
RGB
CMYK
RGB Variations
Color information
#FF7D85 (or 0xFF7D85) is known color: Brink Pink. HEX triplet: FF, 7D and 85. RGB value is (255,125,133). Sum of RGB (Red+Green+Blue) = 255+125+133=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D85 is #00827A. Grayscale: #A4A4A4. Windows color (decimal): -33403 or 8748543. OLE color: 8748543.
HSL color Cylindrical-coordinate representation of color #FF7D85: hue angle of 356.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7D85 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 133 | - |
| CMYK | 0 | 0.51 | 0.48 | 0 |
| HSL | 356.31º | 1% | 0.75% | - |
| HSV(B) | 356.31º | 0.51% | 1% | - |
| XYZ | 52.81 | 37.62 | 26.67 | - |
| YUV | 164.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 133 | 0 | 0.51 | 0.48 | 0 | 356.31 | 1 | 0.75 |
| Hex | FF | 7D | 85 | 0 | 33 | 30 | 0 | 164 | 64 | 4B |
| Octal | 377 | 175 | 205 | 0 | 63 | 60 | 0 | 544 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10000101 | 0 | 110011 | 110000 | 0 | 101100100 | 1100100 | 1001011 |
Color Harmonies of #FF7D85
Complementary color
Monochromatic Colors of #FF7D85
Black with #FF7D85
Text Example
Text Example
White with #FF7D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D85; }
p { color: rgb(255,125,133); }
H1.HeaderClassName
{
color: #FF7D85;
}
.AnyTagClassName
{
color: #FF7D85;
}
</style>
background-color css
<style>
a { background-color: #FF7D85; }
a { background-color: rgb(255,125,133); }
div.DivClassName
{
background-color: #FF7D85;
}
.BgClassName
{
background-color: #FF7D85;
}
</style>
border-color css
<style>
span { border-color: #FF7D85; }
span { border-color: rgb(255,125,133); }
td.TdClassName
{
border-color: #FF7D85;
}
.TagClassName
{
border-color: #FF7D85;
}
</style>