Shades of Brink Pink #FF7585
Tints of Brink Pink #FF7585
RGB
CMYK
RGB Variations
Color information
#FF7585 (or 0xFF7585) is known color: Brink Pink. HEX triplet: FF, 75 and 85. RGB value is (255,117,133). Sum of RGB (Red+Green+Blue) = 255+117+133=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7585 is #008A7A. Grayscale: #A0A0A0. Windows color (decimal): -35451 or 8746495. OLE color: 8746495.
HSL color Cylindrical-coordinate representation of color #FF7585: hue angle of 353.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7585 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 133 | - |
| CMYK | 0 | 0.54 | 0.48 | 0 |
| HSL | 353.04º | 1% | 0.73% | - |
| HSV(B) | 353.04º | 0.54% | 1% | - |
| XYZ | 51.83 | 35.68 | 26.34 | - |
| YUV | 160.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 133 | 0 | 0.54 | 0.48 | 0 | 353.04 | 1 | 0.73 |
| Hex | FF | 75 | 85 | 0 | 36 | 30 | 0 | 161 | 64 | 49 |
| Octal | 377 | 165 | 205 | 0 | 66 | 60 | 0 | 541 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10000101 | 0 | 110110 | 110000 | 0 | 101100001 | 1100100 | 1001001 |
Color Harmonies of #FF7585
Complementary color
Monochromatic Colors of #FF7585
Black with #FF7585
Text Example
Text Example
White with #FF7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7585; }
p { color: rgb(255,117,133); }
H1.HeaderClassName
{
color: #FF7585;
}
.AnyTagClassName
{
color: #FF7585;
}
</style>
background-color css
<style>
a { background-color: #FF7585; }
a { background-color: rgb(255,117,133); }
div.DivClassName
{
background-color: #FF7585;
}
.BgClassName
{
background-color: #FF7585;
}
</style>
border-color css
<style>
span { border-color: #FF7585; }
span { border-color: rgb(255,117,133); }
td.TdClassName
{
border-color: #FF7585;
}
.TagClassName
{
border-color: #FF7585;
}
</style>