Shades of Brink Pink #FF5980
Tints of Brink Pink #FF5980
RGB
CMYK
RGB Variations
Color information
#FF5980 (or 0xFF5980) is known color: Brink Pink. HEX triplet: FF, 59 and 80. RGB value is (255,89,128). Sum of RGB (Red+Green+Blue) = 255+89+128=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5980 is #00A67F. Grayscale: #8F8F8F. Windows color (decimal): -42624 or 8411647. OLE color: 8411647.
HSL color Cylindrical-coordinate representation of color #FF5980: hue angle of 345.9º 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 #FF5980 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 128 | - |
| CMYK | 0 | 0.65 | 0.50 | 0 |
| HSL | 345.9º | 1% | 0.67% | - |
| HSV(B) | 345.9º | 0.65% | 1% | - |
| XYZ | 48.71 | 29.96 | 23.64 | - |
| YUV | 143.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 128 | 0 | 0.65 | 0.50 | 0 | 345.9 | 1 | 0.67 |
| Hex | FF | 59 | 80 | 0 | 41 | 32 | 0 | 15A | 64 | 43 |
| Octal | 377 | 131 | 200 | 0 | 101 | 62 | 0 | 532 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10000000 | 0 | 1000001 | 110010 | 0 | 101011010 | 1100100 | 1000011 |
Color Harmonies of #FF5980
Complementary color
Monochromatic Colors of #FF5980
Black with #FF5980
Text Example
Text Example
White with #FF5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5980; }
p { color: rgb(255,89,128); }
H1.HeaderClassName
{
color: #FF5980;
}
.AnyTagClassName
{
color: #FF5980;
}
</style>
background-color css
<style>
a { background-color: #FF5980; }
a { background-color: rgb(255,89,128); }
div.DivClassName
{
background-color: #FF5980;
}
.BgClassName
{
background-color: #FF5980;
}
</style>
border-color css
<style>
span { border-color: #FF5980; }
span { border-color: rgb(255,89,128); }
td.TdClassName
{
border-color: #FF5980;
}
.TagClassName
{
border-color: #FF5980;
}
</style>