Shades of Brink Pink #FF5D85
Tints of Brink Pink #FF5D85
RGB
CMYK
RGB Variations
Color information
#FF5D85 (or 0xFF5D85) is known color: Brink Pink. HEX triplet: FF, 5D and 85. RGB value is (255,93,133). Sum of RGB (Red+Green+Blue) = 255+93+133=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D85 is #00A27A. Grayscale: #929292. Windows color (decimal): -41595 or 8740351. OLE color: 8740351.
HSL color Cylindrical-coordinate representation of color #FF5D85: hue angle of 345.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D85 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 133 | - |
| CMYK | 0 | 0.64 | 0.48 | 0 |
| HSL | 345.19º | 1% | 0.68% | - |
| HSV(B) | 345.19º | 0.64% | 1% | - |
| XYZ | 49.39 | 30.78 | 25.53 | - |
| YUV | 146 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 133 | 0 | 0.64 | 0.48 | 0 | 345.19 | 1 | 0.68 |
| Hex | FF | 5D | 85 | 0 | 40 | 30 | 0 | 159 | 64 | 44 |
| Octal | 377 | 135 | 205 | 0 | 100 | 60 | 0 | 531 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10000101 | 0 | 1000000 | 110000 | 0 | 101011001 | 1100100 | 1000100 |
Color Harmonies of #FF5D85
Complementary color
Monochromatic Colors of #FF5D85
Black with #FF5D85
Text Example
Text Example
White with #FF5D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D85; }
p { color: rgb(255,93,133); }
H1.HeaderClassName
{
color: #FF5D85;
}
.AnyTagClassName
{
color: #FF5D85;
}
</style>
background-color css
<style>
a { background-color: #FF5D85; }
a { background-color: rgb(255,93,133); }
div.DivClassName
{
background-color: #FF5D85;
}
.BgClassName
{
background-color: #FF5D85;
}
</style>
border-color css
<style>
span { border-color: #FF5D85; }
span { border-color: rgb(255,93,133); }
td.TdClassName
{
border-color: #FF5D85;
}
.TagClassName
{
border-color: #FF5D85;
}
</style>