Shades of Brink Pink #FF5985
Tints of Brink Pink #FF5985
RGB
CMYK
RGB Variations
Color information
#FF5985 (or 0xFF5985) is known color: Brink Pink. HEX triplet: FF, 59 and 85. RGB value is (255,89,133). Sum of RGB (Red+Green+Blue) = 255+89+133=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5985 is #00A67A. Grayscale: #8F8F8F. Windows color (decimal): -42619 or 8739327. OLE color: 8739327.
HSL color Cylindrical-coordinate representation of color #FF5985: hue angle of 344.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5985 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 133 | - |
| CMYK | 0 | 0.65 | 0.48 | 0 |
| HSL | 344.1º | 1% | 0.67% | - |
| HSV(B) | 344.1º | 0.65% | 1% | - |
| XYZ | 49.05 | 30.1 | 25.41 | - |
| YUV | 143.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 133 | 0 | 0.65 | 0.48 | 0 | 344.1 | 1 | 0.67 |
| Hex | FF | 59 | 85 | 0 | 41 | 30 | 0 | 158 | 64 | 43 |
| Octal | 377 | 131 | 205 | 0 | 101 | 60 | 0 | 530 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10000101 | 0 | 1000001 | 110000 | 0 | 101011000 | 1100100 | 1000011 |
Color Harmonies of #FF5985
Complementary color
Monochromatic Colors of #FF5985
Black with #FF5985
Text Example
Text Example
White with #FF5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5985; }
p { color: rgb(255,89,133); }
H1.HeaderClassName
{
color: #FF5985;
}
.AnyTagClassName
{
color: #FF5985;
}
</style>
background-color css
<style>
a { background-color: #FF5985; }
a { background-color: rgb(255,89,133); }
div.DivClassName
{
background-color: #FF5985;
}
.BgClassName
{
background-color: #FF5985;
}
</style>
border-color css
<style>
span { border-color: #FF5985; }
span { border-color: rgb(255,89,133); }
td.TdClassName
{
border-color: #FF5985;
}
.TagClassName
{
border-color: #FF5985;
}
</style>