Shades of Brink Pink #FF5F85
Tints of Brink Pink #FF5F85
RGB
CMYK
RGB Variations
Color information
#FF5F85 (or 0xFF5F85) is known color: Brink Pink. HEX triplet: FF, 5F and 85. RGB value is (255,95,133). Sum of RGB (Red+Green+Blue) = 255+95+133=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F85 is #00A07A. Grayscale: #939393. Windows color (decimal): -41083 or 8740863. OLE color: 8740863.
HSL color Cylindrical-coordinate representation of color #FF5F85: hue angle of 345.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F85 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 133 | - |
| CMYK | 0 | 0.63 | 0.48 | 0 |
| HSL | 345.75º | 1% | 0.69% | - |
| HSV(B) | 345.75º | 0.63% | 1% | - |
| XYZ | 49.57 | 31.14 | 25.59 | - |
| YUV | 147.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 133 | 0 | 0.63 | 0.48 | 0 | 345.75 | 1 | 0.69 |
| Hex | FF | 5F | 85 | 0 | 3F | 30 | 0 | 15A | 64 | 45 |
| Octal | 377 | 137 | 205 | 0 | 77 | 60 | 0 | 532 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10000101 | 0 | 111111 | 110000 | 0 | 101011010 | 1100100 | 1000101 |
Color Harmonies of #FF5F85
Complementary color
Monochromatic Colors of #FF5F85
Black with #FF5F85
Text Example
Text Example
White with #FF5F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F85; }
p { color: rgb(255,95,133); }
H1.HeaderClassName
{
color: #FF5F85;
}
.AnyTagClassName
{
color: #FF5F85;
}
</style>
background-color css
<style>
a { background-color: #FF5F85; }
a { background-color: rgb(255,95,133); }
div.DivClassName
{
background-color: #FF5F85;
}
.BgClassName
{
background-color: #FF5F85;
}
</style>
border-color css
<style>
span { border-color: #FF5F85; }
span { border-color: rgb(255,95,133); }
td.TdClassName
{
border-color: #FF5F85;
}
.TagClassName
{
border-color: #FF5F85;
}
</style>